diff --git a/autogen-5.9.6.diff b/autogen-5.9.6.diff deleted file mode 100644 index 0078fcd..0000000 --- a/autogen-5.9.6.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.in -+++ configure.in -@@ -1,7 +1,7 @@ - dnl -------------------------------------------------------------------- - dnl configure.in --- GNU autoconf source for toplevel directory. - dnl --dnl Time-stamp: "2008-10-06 19:51:56 bkorb" -+dnl Time-stamp: "2008-11-17 10:30:43 schwab" - dnl Author: Bruce Korb - dnl by: bkorb - dnl -@@ -242,9 +242,9 @@ AC_SUBST(INCLIST) - test ${GUILE_VERSION} -ge 108000 && { - case "${GCC}" in - yes) -- CFLAGS=`echo $CFLAGS -Wall -Werror -Wcast-align \ -+ CFLAGS=`echo $CFLAGS -Wall -Wcast-align \ - -Wmissing-prototypes -Wpointer-arith -Wshadow \ -- -Wstrict-prototypes -Wwrite-strings -fno-strict-aliasing` -+ -Wstrict-prototypes -Wwrite-strings` - ;; - esac - } diff --git a/autogen-5.9.6.tar.bz2 b/autogen-5.9.6.tar.bz2 deleted file mode 100644 index a458f5f..0000000 --- a/autogen-5.9.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49828493e40a3a3ce0181b27c855afcc5d0b2b5b7003a2af49b31842b930cdef -size 1017716 diff --git a/autogen-5.9.7.tar.bz2 b/autogen-5.9.7.tar.bz2 new file mode 100644 index 0000000..9584d05 --- /dev/null +++ b/autogen-5.9.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9284446b08f7a9cdd0ad359d29b6c2eb6c79cf67865168ccdf7613237bbd41e +size 1019339 diff --git a/autogen.changes b/autogen.changes index d5cf874..a5e2a49 100644 --- a/autogen.changes +++ b/autogen.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 12 16:19:10 CET 2009 - schwab@suse.de + +- Update to autogen 5.9.7. + * several cleanups. + * "more-help" is only supported with libopts is in use at run time. + Allow for it to be expunged from the documentation. + * Add a #define for the configured shell to config.h + * add --used-defines to autogen. You can now find out all the names + that autogen looked up during processing. That will include computed + names and values passed to macros by name and it won't include names + only referenced in sections of a template that were not processed. + But it helps in documenting a template anyway. + ------------------------------------------------------------------- Mon Nov 17 10:09:53 CET 2008 - schwab@suse.de diff --git a/autogen.spec b/autogen.spec index ce6d033..2317f44 100644 --- a/autogen.spec +++ b/autogen.spec @@ -1,7 +1,7 @@ # -# spec file for package autogen (Version 5.9.6) +# spec file for package autogen (Version 5.9.7) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,12 @@ Name: autogen BuildRequires: guile-devel libxml2-devel Summary: Automated Text File Generator -Version: 5.9.6 +Version: 5.9.7 Release: 1 Group: Development/Tools/Building License: GPL v3 or later Url: http://autogen.sourceforge.net/ Source: http://mesh.dl.sourceforge.net/sourceforge/autogen/%{name}-%{version}.tar.bz2 -Patch: %{name}-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %{install_info_prereq} @@ -45,7 +44,6 @@ Authors: %prep %setup -q -%patch %build autoreconf -fi @@ -80,6 +78,17 @@ rm -fr $RPM_BUILD_ROOT %{_infodir}/*.gz %changelog +* Mon Jan 12 2009 schwab@suse.de +- Update to autogen 5.9.7. + * several cleanups. + * "more-help" is only supported with libopts is in use at run time. + Allow for it to be expunged from the documentation. + * Add a #define for the configured shell to config.h + * add --used-defines to autogen. You can now find out all the names + that autogen looked up during processing. That will include computed + names and values passed to macros by name and it won't include names + only referenced in sections of a template that were not processed. + But it helps in documenting a template anyway. * Mon Nov 17 2008 schwab@suse.de - Update to autogen 5.9.6. * Hierarchically valued options can now be stored with ``--save-opt'' option