From 49cfee3453dd8ce77ffc20d19faa71b9796843ba22012870b84ab91883b5d635 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Oct 2007 14:46:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=6 --- autogen-5.9.2.tar.bz2 | 3 --- autogen-5.9.3.tar.bz2 | 3 +++ autogen.changes | 11 +++++++++++ autogen.spec | 21 ++++++++++++++------- 4 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 autogen-5.9.2.tar.bz2 create mode 100644 autogen-5.9.3.tar.bz2 diff --git a/autogen-5.9.2.tar.bz2 b/autogen-5.9.2.tar.bz2 deleted file mode 100644 index 1992e35..0000000 --- a/autogen-5.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02b32cad0270734e2d726a58bda40f4875d9727d3ad483eb3e8b80711442ea7d -size 983019 diff --git a/autogen-5.9.3.tar.bz2 b/autogen-5.9.3.tar.bz2 new file mode 100644 index 0000000..872de5e --- /dev/null +++ b/autogen-5.9.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d51767d6e727af1cc79d7fd3ad2c86528d1adbb463c022f7c5457022678a85d +size 974406 diff --git a/autogen.changes b/autogen.changes index 3bb5a3e..eea1526 100644 --- a/autogen.changes +++ b/autogen.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 8 11:55:33 CEST 2007 - schwab@suse.de + +- Update to autogen 5.9.3. + * libopts requires strsignal, so the config test has been moved. + * fixed ``--save'' option bug + * programs may now choose to have config files kept in cannonical form + ("C" locale), even if long option names are translated. The option + definition file must contain ``no-xlate = opt-cfg;'' or + ``no-xlate = opt;'' See the documentation for details. + ------------------------------------------------------------------- Mon Jul 30 14:19:31 CEST 2007 - schwab@suse.de diff --git a/autogen.spec b/autogen.spec index 387b469..a7ba4cd 100644 --- a/autogen.spec +++ b/autogen.spec @@ -1,5 +1,5 @@ # -# spec file for package autogen (Version 5.9.2) +# spec file for package autogen (Version 5.9.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,11 +13,11 @@ Name: autogen BuildRequires: guile-devel libxml2-devel Summary: Automated Text File Generator -Version: 5.9.2 +Version: 5.9.3 Release: 1 Group: Development/Tools/Building -License: GPL v2 or later -URL: http://autogen.sourceforge.net/ +License: GPL v3 or later +Url: http://autogen.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 #Patch: %{name}-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,11 +49,11 @@ make make install DESTDIR=$RPM_BUILD_ROOT %post -%run_ldconfig +/sbin/ldconfig %install_info --info-dir=%{_infodir} %{_infodir}/autogen.info.gz %postun -%run_ldconfig +/sbin/ldconfig %install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info.gz %clean @@ -69,8 +69,15 @@ rm -fr $RPM_BUILD_ROOT /usr/share/aclocal/* /usr/share/autogen %{_infodir}/*.gz - %changelog +* Mon Oct 08 2007 - schwab@suse.de +- Update to autogen 5.9.3. + * libopts requires strsignal, so the config test has been moved. + * fixed ``--save'' option bug + * programs may now choose to have config files kept in cannonical form + ("C" locale), even if long option names are translated. The option + definition file must contain ``no-xlate = opt-cfg;'' or + ``no-xlate = opt;'' See the documentation for details. * Mon Jul 30 2007 - schwab@suse.de - Update to autogen 5.9.2. * GNU GPL v3 is now emitted with the "gpl" and "lgpl" functions.