From c4249be723f694e3636e6e24eecdaec6f6b6355475e6793da953a18bd20040d2 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 9 Mar 2011 13:32:36 +0000 Subject: [PATCH] - Update to version 1.4.16: * Fix regressions in the `index' builtin. On glibc platforms, this avoids false positives from a strstr bug in glibc 2.9 through 2.12; on many other platforms, it fixes two separate regressions, a false positive introduced in 1.4.11 and a false negative in 1.4.15. * A number of portability improvements inherited from gnulib. OBS-URL: https://build.opensuse.org/package/show/Base:System/m4?expand=0&rev=11 --- _service | 12 ++++++++++++ m4.changes | 11 +++++++++++ m4.spec | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 _service diff --git a/_service b/_service new file mode 100644 index 0000000..2e89ef5 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + http + ftp.gnu.org + /gnu/m4/m4-1.4.16.tar.bz2 + + + _service:download_url:m4-1.4.16.tar.bz2 + sha256 + 42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c + + \ No newline at end of file diff --git a/m4.changes b/m4.changes index ec921cb..cc760c4 100644 --- a/m4.changes +++ b/m4.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 9 13:27:00 UTC 2011 - coolo@novell.com + +- Update to version 1.4.16: + * Fix regressions in the `index' builtin. On glibc platforms, this + avoids false positives from a strstr bug in glibc 2.9 through 2.12; + on many other platforms, it fixes two separate regressions, a false + positive introduced in 1.4.11 and a false negative in 1.4.15. + + * A number of portability improvements inherited from gnulib. + ------------------------------------------------------------------- Sun Sep 19 09:28:02 CEST 2010 - vuntz@opensuse.org diff --git a/m4.spec b/m4.spec index 8c829d5..431da0c 100644 --- a/m4.spec +++ b/m4.spec @@ -22,7 +22,7 @@ License: GPLv3+ Group: Development/Languages/Other Provides: base:/usr/bin/m4 PreReq: %{install_info_prereq} -Version: 1.4.15 +Version: 1.4.16 Release: 1 Summary: GNU m4 Url: http://www.gnu.org/software/m4/