rpms/gawk/F-13 gawk.spec, 1.63, 1.64 gawk-3.1.7-max-int.patch, 1.1, NONE gawk-3.1.7-prec-utf8.patch, 1.1, NONE gawk-posix-mode-argv0.patch, 1.1, NONE

Jan Zeleny jzeleny at fedoraproject.org
Fri Jun 25 08:51:32 UTC 2010


Author: jzeleny

Update of /cvs/extras/rpms/gawk/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28909

Modified Files:
	gawk.spec 
Removed Files:
	gawk-3.1.7-max-int.patch gawk-3.1.7-prec-utf8.patch 
	gawk-posix-mode-argv0.patch 
Log Message:
correction of previous commit


Index: gawk.spec
===================================================================
RCS file: /cvs/extras/rpms/gawk/F-13/gawk.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- gawk.spec	25 Jun 2010 08:31:50 -0000	1.63
+++ gawk.spec	25 Jun 2010 08:51:32 -0000	1.64
@@ -5,12 +5,9 @@ Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Text
 URL: http://www.gnu.org/software/gawk/gawk.html
-Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.xz
+Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2
 # Patch from Arnold, the upstream maintainer:
-Patch0: gawk-posix-mode-argv0.patch
-Patch1: gawk-3.1.7-prec-utf8.patch
-Patch2: gawk-3.1.7-max-int.patch
-Patch3: gawk-3.1.7-syntax.patch
+Patch0: gawk-3.1.7-syntax.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(post): /sbin/install-info
@@ -26,10 +23,7 @@ considered to be a standard Linux tool f
 
 %prep
 %setup -q
-%patch0
-%patch1 -p1 -b .prec-utf8
-%patch2 -p1 -b .max-int
-%patch3 -p1 -b .syntaxt
+%patch0 -p1 -b .syntax
 
 %build
 %configure --bindir=/bin --disable-libsigsegv


--- gawk-3.1.7-max-int.patch DELETED ---


--- gawk-3.1.7-prec-utf8.patch DELETED ---


--- gawk-posix-mode-argv0.patch DELETED ---



More information about the scm-commits mailing list