From 14276ff80ecf6711df49fe121607fd5749626300fdb1616a23c20918c70f28c7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 21 Jun 2008 23:24:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=7 --- autogen-5.9.3.tar.bz2 | 3 -- autogen-5.9.5.tar.bz2 | 3 ++ autogen.changes | 16 +++++++++++ autogen.spec | 67 ++++++++++++++++++++++++++----------------- 4 files changed, 60 insertions(+), 29 deletions(-) delete mode 100644 autogen-5.9.3.tar.bz2 create mode 100644 autogen-5.9.5.tar.bz2 diff --git a/autogen-5.9.3.tar.bz2 b/autogen-5.9.3.tar.bz2 deleted file mode 100644 index 872de5e..0000000 --- a/autogen-5.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d51767d6e727af1cc79d7fd3ad2c86528d1adbb463c022f7c5457022678a85d -size 974406 diff --git a/autogen-5.9.5.tar.bz2 b/autogen-5.9.5.tar.bz2 new file mode 100644 index 0000000..c391bc0 --- /dev/null +++ b/autogen-5.9.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b2ffe8f79e9d01a930722472cddbe3e950559fe9314c2e40c7c1571f200a6b +size 1007798 diff --git a/autogen.changes b/autogen.changes index eea1526..4ff397e 100644 --- a/autogen.changes +++ b/autogen.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 7 14:02:19 CET 2008 - schwab@suse.de + +- Update to autogen 5.9.5. + * integer number arguments may now have their values suffixed with + one of the letters k/K/m/M/g/G/t/T to signify scaling by powers + of 1000 (lower case) or 1024 (upper case). Specify, "scaled". + * AutoOpts "arg-type" may now be set to "file". Existence of the directory + portion of the name will be checked. The existence (or not) of the actual + file may also be checked. Finally, the file may be pre-opened with either + "fopen(3C)" or "open(2)". + * The "columns" program now accepts a "--fill" option to cause it to fill + text instead of filling columns. + * The tests should no longer indirectly reference installed versions of + the binaries. They should all work out of the build directories. + ------------------------------------------------------------------- Mon Oct 8 11:55:33 CEST 2007 - schwab@suse.de diff --git a/autogen.spec b/autogen.spec index a7ba4cd..265b075 100644 --- a/autogen.spec +++ b/autogen.spec @@ -1,7 +1,7 @@ # -# spec file for package autogen (Version 5.9.3) +# spec file for package autogen (Version 5.9.5) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,10 +10,11 @@ # norootforbuild + Name: autogen BuildRequires: guile-devel libxml2-devel Summary: Automated Text File Generator -Version: 5.9.3 +Version: 5.9.5 Release: 1 Group: Development/Tools/Building License: GPL v3 or later @@ -69,8 +70,22 @@ rm -fr $RPM_BUILD_ROOT /usr/share/aclocal/* /usr/share/autogen %{_infodir}/*.gz + %changelog -* Mon Oct 08 2007 - schwab@suse.de +* Mon Jan 07 2008 schwab@suse.de +- Update to autogen 5.9.5. + * integer number arguments may now have their values suffixed with + one of the letters k/K/m/M/g/G/t/T to signify scaling by powers + of 1000 (lower case) or 1024 (upper case). Specify, "scaled". + * AutoOpts "arg-type" may now be set to "file". Existence of the directory + portion of the name will be checked. The existence (or not) of the actual + file may also be checked. Finally, the file may be pre-opened with either + "fopen(3C)" or "open(2)". + * The "columns" program now accepts a "--fill" option to cause it to fill + text instead of filling columns. + * The tests should no longer indirectly reference installed versions of + the binaries. They should all work out of the build directories. +* 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 @@ -78,7 +93,7 @@ rm -fr $RPM_BUILD_ROOT ("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 +* 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. @@ -89,7 +104,7 @@ rm -fr $RPM_BUILD_ROOT * 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 +* Mon May 07 2007 schwab@suse.de - Update to autogen 5.9.1. * getopt.tpl template is fixed to not require the internal header autoopts/autoopts.h. @@ -112,31 +127,31 @@ rm -fr $RPM_BUILD_ROOT EX_NOINPUT (66) - a specified config file cannot be found EX_SOFTWARE (70) - libopts error - please file a bug report EX_CONFIG (78) - a NULL option descriptor was passed in - user bug -* Sun Feb 18 2007 - schwab@suse.de +* Sun Feb 18 2007 schwab@suse.de - Update to autogen 5.9. * a script for producing Debian packages is included * including of templates and definitions now works more like ``#include "foo"'' instead of ``#include ''. * fixed sizeof(int) != sizeof(size_t) bug. * fixed incorrect argument number format string -* Mon Jan 29 2007 - schwab@suse.de +* Mon Jan 29 2007 schwab@suse.de - Update to autogen 5.8.9. * GREP is now a configurable. (Sheesh!) * options with hierarchical structure (nested values) had some bugs in the config file parsing code. Fixed. * Since YACC is not used any more, it is no longer required. :) -* Sun Oct 15 2006 - schwab@suse.de +* Sun Oct 15 2006 schwab@suse.de - Update to autogen 5.8.7. * Tweaks for Windows' compat/windows-config.h * new string-table convenience functions: string-table-add-ref and string-table-size * fixed a value referencing bug in enumeration arg handling (seen on platforms where sizeof(int) != sizeof(void*)). -* Fri Oct 13 2006 - aj@suse.de +* Fri Oct 13 2006 aj@suse.de - add guile-devel buildrequires. -* Thu Oct 12 2006 - ro@suse.de +* Thu Oct 12 2006 ro@suse.de - added gmp-devel to buildrequires (guile) -* Mon Oct 09 2006 - schwab@suse.de +* Mon Oct 09 2006 schwab@suse.de - Update to autogen 5.8.6. * AutoOpts code presumed that there were no #defines for the option names. You can now force aside such conflicts. @@ -144,7 +159,7 @@ rm -fr $RPM_BUILD_ROOT * aliased pointer cleanups should allow higher optimization of code. * The installation of the tear-off libopt library is now optional to the installers of client projects. -* Mon May 15 2006 - schwab@suse.de +* Mon May 15 2006 schwab@suse.de - Update to autogen 5.8.5. * ag-fprintf will now allow you to emit text into a suspended output stream. * string tables have been implemented as a scheme function. This makes it @@ -166,29 +181,29 @@ rm -fr $RPM_BUILD_ROOT with a back quote, it is handed off to the shell for processing. If an open parenthesis, it is handed off to Guile. If it is anything else, it is ignored. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Sun Jan 15 2006 - schwab@suse.de +* Sun Jan 15 2006 schwab@suse.de - Run %%install_info. -* Sat Jan 14 2006 - schwab@suse.de +* Sat Jan 14 2006 schwab@suse.de - Update to autogen 5.8.1. -* Wed Jan 11 2006 - schwab@suse.de +* Wed Jan 11 2006 schwab@suse.de - Run ldconfig in %%post. -* Mon Jan 09 2006 - schwab@suse.de +* Mon Jan 09 2006 schwab@suse.de - Update to autogen 5.8. -* Fri Oct 14 2005 - schwab@suse.de +* Fri Oct 14 2005 schwab@suse.de - Fix strict-aliasing bugs. -* Tue Oct 11 2005 - schwab@suse.de +* Tue Oct 11 2005 schwab@suse.de - Update to autogen 5.7.3. -* Tue Aug 02 2005 - schwab@suse.de +* Tue Aug 02 2005 schwab@suse.de - Update to autogen 5.7.2. -* Fri Apr 29 2005 - schwab@suse.de +* Fri Apr 29 2005 schwab@suse.de - Update to autogen 5.7. -* Tue Mar 29 2005 - schwab@suse.de +* Tue Mar 29 2005 schwab@suse.de - Update to autogen 5.6.6. -* Mon Jan 10 2005 - schwab@suse.de +* Mon Jan 10 2005 schwab@suse.de - Update to autogen 5.6.5. -* Thu Nov 11 2004 - ro@suse.de +* Thu Nov 11 2004 ro@suse.de - fixed file list -* Sat Nov 06 2004 - schwab@suse.de +* Sat Nov 06 2004 schwab@suse.de - Initial version 5.6.4.