This commit is contained in:
parent
4b2be49a6e
commit
4ef31b0050
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5caedee843ad8fc418fb5228da057156134ca4132eb850d1e9a3d7838477f46
|
|
||||||
size 768167
|
|
3
m4-1.4.13.tar.lzma
Normal file
3
m4-1.4.13.tar.lzma
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a69ce082cdbd732204c36059c18b2a671c5eb92f4453bcc5ea1ab12dc6f88ed0
|
||||||
|
size 835808
|
20
m4.changes
20
m4.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 20 18:24:57 CEST 2009 - puzel@suse.cz
|
||||||
|
|
||||||
|
- Update to m4 1.4.13
|
||||||
|
** The manual is now distributed under the terms of FDL 1.3.
|
||||||
|
** The `divert' and `undivert' builtins have been made more efficient
|
||||||
|
when using temporary files for large diversions.
|
||||||
|
** The `translit' builtin has been made more efficient when the second
|
||||||
|
argument is short.
|
||||||
|
** The input engine has been optimized for faster processing.
|
||||||
|
** The command line option `--debugfile', introduced in 1.4.7, now
|
||||||
|
treats its argument as optional, in order to allow setting the debug
|
||||||
|
output back to stderr when used without an argument; and order is now
|
||||||
|
significant with respect to command line files. You must therefore use
|
||||||
|
`m4 --debugfile=trace file', not `m4 file --debugfile trace'. This
|
||||||
|
change does not affect the deprecated `-o'/`--error-output' option.
|
||||||
|
** The `syscmd' and `esyscmd' builtins can be configured to use an
|
||||||
|
alternate shell, via the new `configure' option `--with-syscmd-shell'.
|
||||||
|
** A number of portability improvements inherited from gnulib.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 11 21:08:03 CEST 2008 - schwab@suse.de
|
Sat Oct 11 21:08:03 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
27
m4.spec
27
m4.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package m4 (Version 1.4.12)
|
# spec file for package m4 (Version 1.4.13)
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Group: Development/Languages/Other
|
|||||||
Provides: base:/usr/bin/m4
|
Provides: base:/usr/bin/m4
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 1.4.12
|
Version: 1.4.13
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GNU m4
|
Summary: GNU m4
|
||||||
Url: http://www.gnu.org/software/m4/
|
Url: http://www.gnu.org/software/m4/
|
||||||
@ -76,6 +76,23 @@ make install DESTDIR="$RPM_BUILD_ROOT"
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 20 2009 puzel@suse.cz
|
||||||
|
- Update to m4 1.4.13
|
||||||
|
** The manual is now distributed under the terms of FDL 1.3.
|
||||||
|
** The `divert' and `undivert' builtins have been made more efficient
|
||||||
|
when using temporary files for large diversions.
|
||||||
|
** The `translit' builtin has been made more efficient when the second
|
||||||
|
argument is short.
|
||||||
|
** The input engine has been optimized for faster processing.
|
||||||
|
** The command line option `--debugfile', introduced in 1.4.7, now
|
||||||
|
treats its argument as optional, in order to allow setting the debug
|
||||||
|
output back to stderr when used without an argument; and order is now
|
||||||
|
significant with respect to command line files. You must therefore use
|
||||||
|
`m4 --debugfile=trace file', not `m4 file --debugfile trace'. This
|
||||||
|
change does not affect the deprecated `-o'/`--error-output' option.
|
||||||
|
** The `syscmd' and `esyscmd' builtins can be configured to use an
|
||||||
|
alternate shell, via the new `configure' option `--with-syscmd-shell'.
|
||||||
|
** A number of portability improvements inherited from gnulib.
|
||||||
* Sat Oct 11 2008 schwab@suse.de
|
* Sat Oct 11 2008 schwab@suse.de
|
||||||
- Update to m4 1.4.12.
|
- Update to m4 1.4.12.
|
||||||
** Fix regression introduced in 1.4.4b where using `traceon' could delete
|
** Fix regression introduced in 1.4.4b where using `traceon' could delete
|
||||||
@ -339,7 +356,7 @@ make install DESTDIR="$RPM_BUILD_ROOT"
|
|||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Oct 21 2005 schwab@suse.de
|
* Fri Oct 21 2005 schwab@suse.de
|
||||||
- Update to m4 1.4.4.
|
- Update to m4 1.4.4.
|
||||||
* Wed Jun 01 2005 schwab@suse.de
|
* Tue May 31 2005 schwab@suse.de
|
||||||
- Fix signedness issue when matching comment or quote characters.
|
- Fix signedness issue when matching comment or quote characters.
|
||||||
* Thu Mar 31 2005 schwab@suse.de
|
* Thu Mar 31 2005 schwab@suse.de
|
||||||
- Update to m4 1.4.3.
|
- Update to m4 1.4.3.
|
||||||
@ -347,7 +364,7 @@ make install DESTDIR="$RPM_BUILD_ROOT"
|
|||||||
- Speed up parsing by inlining out the common part of next_char().
|
- Speed up parsing by inlining out the common part of next_char().
|
||||||
* Sat Aug 21 2004 schwab@suse.de
|
* Sat Aug 21 2004 schwab@suse.de
|
||||||
- Update to m4 1.4.2.
|
- Update to m4 1.4.2.
|
||||||
* Tue Jun 15 2004 schwab@suse.de
|
* Mon Jun 14 2004 schwab@suse.de
|
||||||
- Update to m4 1.4.1.
|
- Update to m4 1.4.1.
|
||||||
* Thu Feb 19 2004 kukuk@suse.de
|
* Thu Feb 19 2004 kukuk@suse.de
|
||||||
- Cleanup neededforbuild
|
- Cleanup neededforbuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user