[gawk/f16] Update to upstream 4.0.1 (#808005)

Martin Briza mbriza at fedoraproject.org
Thu Jun 7 11:52:30 UTC 2012


commit f21aa0b86f2b4a7c0a4b5424dbc9a19ca2cbb2b0
Author: Martin Bříza <mbriza at redhat.com>
Date:   Thu Jun 7 13:51:49 2012 +0200

    Update to upstream 4.0.1 (#808005)
    
    Corrected Source0 link to .tar.gz extension as not all releases are available as .tar.bz2
    
    Resolves #724817 - gawk-4.0.0 regression in '\' escape handling in gsub()
    
    Resolves #820550 - gawk: getline in BEGIN skips 2 lines

 gawk.spec |   10 ++++++++--
 sources   |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/gawk.spec b/gawk.spec
index ad8dcc9..e439d18 100644
--- a/gawk.spec
+++ b/gawk.spec
@@ -1,6 +1,6 @@
 Summary: The GNU version of the awk text processing utility
 Name: gawk
-Version: 4.0.0
+Version: 4.0.1
 Release: 1%{?dist}
 # Most of source files are licensed under GPLv3+,
 # several files are GPL or LGPLv2.1+ licensed,
@@ -8,7 +8,7 @@ Release: 1%{?dist}
 License: GPLv3+ and GPL and LGPLv3+ and LGPL and BSD
 Group: Applications/Text
 URL: http://www.gnu.org/software/gawk/gawk.html
-Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2
+Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 BuildRequires: byacc
@@ -71,6 +71,12 @@ fi
 %{_datadir}/awk
 
 %changelog
+* Thu Jun 07 2012 Martin Bříza <mbriza at redhat.com> - 4.0.1-1
+- Update to upstream 4.0.1 (#808005)
+- Corrected Source0 link to .tar.gz extension as not all releases are available as .tar.bz2
+- Resolves #724817 - gawk-4.0.0 regression in '\' escape handling in gsub()
+- Resolves #820550 - gawk: getline in BEGIN skips 2 lines
+ 
 * Thu Jul 14 2011 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 4.0.0-1
 - Remove gawk-3.1.8-syntax.patch, gawk-3.1.8-double-free-wstptr.patch
 - Update to upstream 4.0.0 (#717885)
diff --git a/sources b/sources
index 37d92a9..cbfcb8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cdc48e99b885a4bbe0e98dcf1706b22  gawk-4.0.0.tar.bz2
+bab2bda483e9f32be65b43b8dab39fa5  gawk-4.0.1.tar.gz


More information about the scm-commits mailing list