OBS User unknown 2009-01-12 16:48:45 +00:00 committed by Git OBS Bridge
parent 06261d971d
commit b14e3f0ef5
5 changed files with 31 additions and 31 deletions

View File

@ -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 <bkorb@gnu.org>
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
}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49828493e40a3a3ce0181b27c855afcc5d0b2b5b7003a2af49b31842b930cdef
size 1017716

3
autogen-5.9.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9284446b08f7a9cdd0ad359d29b6c2eb6c79cf67865168ccdf7613237bbd41e
size 1019339

View File

@ -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

View File

@ -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