[gawk] Update to upstream 4.0.0 Resolves: #717885

Vojtěch Vítek vvitek at fedoraproject.org
Thu Jul 14 18:47:41 UTC 2011


commit f2bfc58ca7beecb17c06e32977a4191b5b41625e
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Thu Jul 14 20:47:18 2011 +0200

    Update to upstream 4.0.0
    Resolves: #717885

 .gitignore |    1 +
 gawk.spec  |   15 ++++++---------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a29043..a8443a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gawk-3.1.8.tar.bz2
+/gawk-4.0.0.tar.bz2
diff --git a/gawk.spec b/gawk.spec
index 6fbc606..48f9d6f 100644
--- a/gawk.spec
+++ b/gawk.spec
@@ -1,7 +1,7 @@
 Summary: The GNU version of the awk text processing utility
 Name: gawk
-Version: 3.1.8
-Release: 4%{?dist}
+Version: 4.0.0
+Release: 1%{?dist}
 # Most of source files are licensed under GPLv3+,
 # several files are GPL or LGPLv2.1+ licensed,
 # gettext.h is LGPL and random.c is BSD licensed
@@ -9,11 +9,6 @@ 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
-# Patch from Arnold, the upstream maintainer:
-Patch0: gawk-3.1.8-syntax.patch
-# http://lists.gnu.org/archive/html/bug-gnu-utils/2010-11/msg00005.html
-Patch1: gawk-3.1.8-double-free-wstptr.patch
-
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 BuildRequires: byacc
@@ -28,8 +23,6 @@ considered to be a standard Linux tool for processing text.
 
 %prep
 %setup -q
-%patch0 -p1 -b .syntax
-%patch1 -p0 -b .double-free-wstptr
 
 %build
 %configure --bindir=/bin --with-libsigsegv-prefix=no
@@ -78,6 +71,10 @@ fi
 %{_datadir}/awk
 
 %changelog
+* Thu Jul 14 2011 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 4.0.0-1
+- Update to upstream 4.0.0
+  Resolves: #717885
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0598066..37d92a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52b41c6c4418b3226dfb8f82076193bb  gawk-3.1.8.tar.bz2
+7cdc48e99b885a4bbe0e98dcf1706b22  gawk-4.0.0.tar.bz2


More information about the scm-commits mailing list