From 2fdf711e9b6bab294765c6e06389c597fdb518511ef52baaf058381efce1a8ca Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 30 Jul 2007 18:51:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=5 --- autogen-5.9.1.tar.bz2 | 3 --- autogen-5.9.2.tar.bz2 | 3 +++ autogen.changes | 14 ++++++++++++++ autogen.spec | 17 ++++++++++++++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 autogen-5.9.1.tar.bz2 create mode 100644 autogen-5.9.2.tar.bz2 diff --git a/autogen-5.9.1.tar.bz2 b/autogen-5.9.1.tar.bz2 deleted file mode 100644 index e4d2901..0000000 --- a/autogen-5.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b37893336b34c988f83cd1a8cd1fba7fb2ebb02c52dd9b895b618c6bc39de26 -size 979067 diff --git a/autogen-5.9.2.tar.bz2 b/autogen-5.9.2.tar.bz2 new file mode 100644 index 0000000..1992e35 --- /dev/null +++ b/autogen-5.9.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b32cad0270734e2d726a58bda40f4875d9727d3ad483eb3e8b80711442ea7d +size 983019 diff --git a/autogen.changes b/autogen.changes index 6e90b00..3bb5a3e 100644 --- a/autogen.changes +++ b/autogen.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jul 30 14:19:31 CEST 2007 - schwab@suse.de + +- Update to autogen 5.9.2. + * GNU GPL v3 is now emitted with the "gpl" and "lgpl" functions. + * usage.tpl template has been added. + * getopt.tpl uses this template for constructing its usage string. + * if "short-usage" or "full-usage" can be used to specify the form + of the usage text: + * not supplied -> compute it at run time + * supplied, but empty -> use "usage.tpl" to compute it + * is a variable name -> insert into option structure + * is text -> emit the text and point to it from option structure + ------------------------------------------------------------------- Mon May 7 14:51:30 CEST 2007 - schwab@suse.de diff --git a/autogen.spec b/autogen.spec index 7e8d478..387b469 100644 --- a/autogen.spec +++ b/autogen.spec @@ -1,5 +1,5 @@ # -# spec file for package autogen (Version 5.9.1) +# spec file for package autogen (Version 5.9.2) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,10 +13,10 @@ Name: autogen BuildRequires: guile-devel libxml2-devel Summary: Automated Text File Generator -Version: 5.9.1 +Version: 5.9.2 Release: 1 Group: Development/Tools/Building -License: GNU General Public License (GPL) +License: GPL v2 or later URL: http://autogen.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 #Patch: %{name}-%{version}.diff @@ -71,6 +71,17 @@ rm -fr $RPM_BUILD_ROOT %{_infodir}/*.gz %changelog +* 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. + * usage.tpl template has been added. + * getopt.tpl uses this template for constructing its usage string. + * if "short-usage" or "full-usage" can be used to specify the form + of the usage text: + * not supplied -> compute it at run time + * supplied, but empty -> use "usage.tpl" to compute it + * is a variable name -> insert into option structure + * is text -> emit the text and point to it from option structure * Mon May 07 2007 - schwab@suse.de - Update to autogen 5.9.1. * getopt.tpl template is fixed to not require the internal header