This commit is contained in:
parent
49cfee3453
commit
14276ff80e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d51767d6e727af1cc79d7fd3ad2c86528d1adbb463c022f7c5457022678a85d
|
|
||||||
size 974406
|
|
3
autogen-5.9.5.tar.bz2
Normal file
3
autogen-5.9.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6b2ffe8f79e9d01a930722472cddbe3e950559fe9314c2e40c7c1571f200a6b
|
||||||
|
size 1007798
|
@ -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
|
Mon Oct 8 11:55:33 CEST 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
67
autogen.spec
67
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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,10 +10,11 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: autogen
|
Name: autogen
|
||||||
BuildRequires: guile-devel libxml2-devel
|
BuildRequires: guile-devel libxml2-devel
|
||||||
Summary: Automated Text File Generator
|
Summary: Automated Text File Generator
|
||||||
Version: 5.9.3
|
Version: 5.9.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
License: GPL v3 or later
|
License: GPL v3 or later
|
||||||
@ -69,8 +70,22 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
/usr/share/aclocal/*
|
/usr/share/aclocal/*
|
||||||
/usr/share/autogen
|
/usr/share/autogen
|
||||||
%{_infodir}/*.gz
|
%{_infodir}/*.gz
|
||||||
|
|
||||||
%changelog
|
%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.
|
- Update to autogen 5.9.3.
|
||||||
* libopts requires strsignal, so the config test has been moved.
|
* libopts requires strsignal, so the config test has been moved.
|
||||||
* fixed ``--save'' option bug
|
* fixed ``--save'' option bug
|
||||||
@ -78,7 +93,7 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
("C" locale), even if long option names are translated. The option
|
("C" locale), even if long option names are translated. The option
|
||||||
definition file must contain ``no-xlate = opt-cfg;'' or
|
definition file must contain ``no-xlate = opt-cfg;'' or
|
||||||
``no-xlate = opt;'' See the documentation for details.
|
``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.
|
- Update to autogen 5.9.2.
|
||||||
* GNU GPL v3 is now emitted with the "gpl" and "lgpl" functions.
|
* GNU GPL v3 is now emitted with the "gpl" and "lgpl" functions.
|
||||||
* usage.tpl template has been added.
|
* usage.tpl template has been added.
|
||||||
@ -89,7 +104,7 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
* supplied, but empty -> use "usage.tpl" to compute it
|
* supplied, but empty -> use "usage.tpl" to compute it
|
||||||
* is a variable name -> insert into option structure
|
* is a variable name -> insert into option structure
|
||||||
* is text -> emit the text and point to it from 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.
|
- Update to autogen 5.9.1.
|
||||||
* getopt.tpl template is fixed to not require the internal header
|
* getopt.tpl template is fixed to not require the internal header
|
||||||
autoopts/autoopts.h.
|
autoopts/autoopts.h.
|
||||||
@ -112,31 +127,31 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
EX_NOINPUT (66) - a specified config file cannot be found
|
EX_NOINPUT (66) - a specified config file cannot be found
|
||||||
EX_SOFTWARE (70) - libopts error - please file a bug report
|
EX_SOFTWARE (70) - libopts error - please file a bug report
|
||||||
EX_CONFIG (78) - a NULL option descriptor was passed in - user bug
|
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.
|
- Update to autogen 5.9.
|
||||||
* a script for producing Debian packages is included
|
* a script for producing Debian packages is included
|
||||||
* including of templates and definitions now works more like
|
* including of templates and definitions now works more like
|
||||||
``#include "foo"'' instead of ``#include <foo>''.
|
``#include "foo"'' instead of ``#include <foo>''.
|
||||||
* fixed sizeof(int) != sizeof(size_t) bug.
|
* fixed sizeof(int) != sizeof(size_t) bug.
|
||||||
* fixed incorrect argument number format string
|
* 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.
|
- Update to autogen 5.8.9.
|
||||||
* GREP is now a configurable. (Sheesh!)
|
* GREP is now a configurable. (Sheesh!)
|
||||||
* options with hierarchical structure (nested values) had some
|
* options with hierarchical structure (nested values) had some
|
||||||
bugs in the config file parsing code. Fixed.
|
bugs in the config file parsing code. Fixed.
|
||||||
* Since YACC is not used any more, it is no longer required. :)
|
* 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.
|
- Update to autogen 5.8.7.
|
||||||
* Tweaks for Windows' compat/windows-config.h
|
* Tweaks for Windows' compat/windows-config.h
|
||||||
* new string-table convenience functions: string-table-add-ref and
|
* new string-table convenience functions: string-table-add-ref and
|
||||||
string-table-size
|
string-table-size
|
||||||
* fixed a value referencing bug in enumeration arg handling
|
* fixed a value referencing bug in enumeration arg handling
|
||||||
(seen on platforms where sizeof(int) != sizeof(void*)).
|
(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.
|
- add guile-devel buildrequires.
|
||||||
* Thu Oct 12 2006 - ro@suse.de
|
* Thu Oct 12 2006 ro@suse.de
|
||||||
- added gmp-devel to buildrequires (guile)
|
- 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.
|
- Update to autogen 5.8.6.
|
||||||
* AutoOpts code presumed that there were no #defines for the option
|
* AutoOpts code presumed that there were no #defines for the option
|
||||||
names. You can now force aside such conflicts.
|
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.
|
* aliased pointer cleanups should allow higher optimization of code.
|
||||||
* The installation of the tear-off libopt library is now optional
|
* The installation of the tear-off libopt library is now optional
|
||||||
to the installers of client projects.
|
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.
|
- Update to autogen 5.8.5.
|
||||||
* ag-fprintf will now allow you to emit text into a suspended output stream.
|
* 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
|
* 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.
|
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
|
If an open parenthesis, it is handed off to Guile. If it is
|
||||||
anything else, it is ignored.
|
anything else, it is ignored.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Sun Jan 15 2006 - schwab@suse.de
|
* Sun Jan 15 2006 schwab@suse.de
|
||||||
- Run %%install_info.
|
- Run %%install_info.
|
||||||
* Sat Jan 14 2006 - schwab@suse.de
|
* Sat Jan 14 2006 schwab@suse.de
|
||||||
- Update to autogen 5.8.1.
|
- Update to autogen 5.8.1.
|
||||||
* Wed Jan 11 2006 - schwab@suse.de
|
* Wed Jan 11 2006 schwab@suse.de
|
||||||
- Run ldconfig in %%post.
|
- Run ldconfig in %%post.
|
||||||
* Mon Jan 09 2006 - schwab@suse.de
|
* Mon Jan 09 2006 schwab@suse.de
|
||||||
- Update to autogen 5.8.
|
- Update to autogen 5.8.
|
||||||
* Fri Oct 14 2005 - schwab@suse.de
|
* Fri Oct 14 2005 schwab@suse.de
|
||||||
- Fix strict-aliasing bugs.
|
- Fix strict-aliasing bugs.
|
||||||
* Tue Oct 11 2005 - schwab@suse.de
|
* Tue Oct 11 2005 schwab@suse.de
|
||||||
- Update to autogen 5.7.3.
|
- 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.
|
- 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.
|
- 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.
|
- 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.
|
- Update to autogen 5.6.5.
|
||||||
* Thu Nov 11 2004 - ro@suse.de
|
* Thu Nov 11 2004 ro@suse.de
|
||||||
- fixed file list
|
- fixed file list
|
||||||
* Sat Nov 06 2004 - schwab@suse.de
|
* Sat Nov 06 2004 schwab@suse.de
|
||||||
- Initial version 5.6.4.
|
- Initial version 5.6.4.
|
||||||
|
Loading…
Reference in New Issue
Block a user