[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/01/22 08:55:29
Modified: . ChangeLog README autogen.sh configure.ac
Log:
A bunch of changes in prep for a release along with some minor bug fixes.
Removed some m4 files from CVS (and associated changes) since these files
are installation specific (and are automatically included in the distribution
tarballs). Updated READMEs. Bumped version in configure.ac files.
Revision Changes Path
1.258 +15 -0 eda/geda/devel/gnetlist/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -b -r1.257 -r1.258
--- ChangeLog 15 Jan 2006 20:21:57 -0000 1.257
+++ ChangeLog 22 Jan 2006 13:55:28 -0000 1.258
@@ -1,3 +1,18 @@
+2006-01-22 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * autogen.sh, m4/guile.m4, src/Makefile.am: Removed m4 files since
+ they are installation specifc. Also, all required libraries should be
+ coming from LIBGEDA_LDFLAGS.
+
+ * tests/*: Updated some of the spice regression tests to have the
+ correct spice-sdb version
+
+2006-01-16 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * configure.ac: Bumped package version to 20060123
+
+ * README: Updated for the new year and release.
+
2006-01-15 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* scheme/gnet-drc2.scm: Changed error message to be more
self-explaining.
1.20 +2 -2 eda/geda/devel/gnetlist/README
(In the diff below, changes in quantity of whitespace are not shown.)
Index: README
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/README,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- README 22 May 2005 21:18:06 -0000 1.19
+++ README 22 Jan 2006 13:55:28 -0000 1.20
@@ -4,7 +4,7 @@
GPL Electronic Design Automation
------------------------------------------------------------------------------
-README for gnetlist version 2005*
+README for gnetlist version 2006*
- Installation
@@ -82,7 +82,7 @@
COPYING files for more information.
Programs and associated files are:
- Copyright 1998-2005 by Ales V. Hvezda and the respective original
+ Copyright 1998-2006 by Ales Hvezda and the respective original
authors (which are listed on the respective files)
1.4 +1 -1 eda/geda/devel/gnetlist/autogen.sh
(In the diff below, changes in quantity of whitespace are not shown.)
Index: autogen.sh
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- autogen.sh 7 Jan 2006 22:34:53 -0000 1.3
+++ autogen.sh 22 Jan 2006 13:55:29 -0000 1.4
@@ -87,7 +87,7 @@
echo processing $dr
( cd $dr
- aclocalinclude="-I m4 $ACLOCAL_FLAGS"
+ aclocalinclude="$ACLOCAL_FLAGS"
if grep "^AM_GNU_GETTEXT" $configure_script >/dev/null; then
echo "autogen.sh running: autopoint ..."
1.25 +1 -24 eda/geda/devel/gnetlist/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/configure.ac,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- configure.ac 7 Jan 2006 22:34:53 -0000 1.24
+++ configure.ac 22 Jan 2006 13:55:29 -0000 1.25
@@ -4,7 +4,7 @@
AC_PREREQ(2.54)
PACKAGE=geda-gnetlist
-VERSION=20050820
+VERSION=20060123
echo Configuring $PACKAGE version $VERSION
# Initialize automake
@@ -88,27 +88,6 @@
############################################################################
############################################################################
-# Check for guile start
-# Do a very basic guile test, as the bulk of the flags will come from
-# libgeda.pc
-
-GUILE_FLAGS
-
-# Manually search for guile-config. This is provided by GUILE_PROGS, but
-# guile-1.4 does not have GUILE_PROGS, so we have to do it manually.
-AC_PATH_PROG(GUILE_CONFIG,guile-config)
-if test "$GUILE_CONFIG" = "" ; then
- AC_MSG_ERROR([guile-config required but not found])
-fi
-AC_SUBST(GUILE_CONFIG)
-
-GUILE_VERSION=`$GUILE_CONFIG info guileversion`
-
-#
-# Check for guile end
-############################################################################
-
-############################################################################
# Check for gtk+ 2.2 start
#
@@ -321,7 +300,6 @@
AC_SUBST(GEDADATADIR)
AC_SUBST(PATHSEP)
AC_SUBST(OTHERPATHSEP)
-AC_SUBST(GUILEINTERP)
# Create all the necessary derived files
AC_CONFIG_FILES([Makefile
@@ -357,7 +335,6 @@
** Configuration summary for $PACKAGE $VERSION:
GTK+ library version: $GTK_VERSION
- GUILE library version: $GUILE_VERSION
libgeda library version: $LIBGEDA_VERSION
mingw build: $MINGW
data directory: $expandedGEDADATADIR