rpms/diffutils/devel diffutils-sdiff-E.patch, NONE, 1.1 diffutils.spec, 1.27, 1.28

Tim Waugh twaugh at fedoraproject.org
Fri Feb 13 17:35:45 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/diffutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20367

Modified Files:
	diffutils.spec 
Added Files:
	diffutils-sdiff-E.patch 
Log Message:
* Fri Feb 13 2009 Tim Waugh <twaugh at redhat.com> 2.8.1-22
- Fixed 'sdiff -E' (bug #484892).


diffutils-sdiff-E.patch:

--- NEW FILE diffutils-sdiff-E.patch ---
diff -up diffutils-2.8.1/src/sdiff.c.sdiff-E diffutils-2.8.1/src/sdiff.c
--- diffutils-2.8.1/src/sdiff.c.sdiff-E	2009-02-13 17:00:38.000000000 +0000
+++ diffutils-2.8.1/src/sdiff.c	2009-02-13 17:31:08.000000000 +0000
@@ -464,7 +464,7 @@ main (int argc, char *argv[])
   diffarg (DEFAULT_DIFF_PROGRAM);
 
   /* parse command line args */
-  while ((opt = getopt_long (argc, argv, "abBdHiI:lo:stvw:W", longopts, 0))
+  while ((opt = getopt_long (argc, argv, "abBdEHiI:lo:stvw:W", longopts, 0))
 	 != -1)
     {
       switch (opt)


Index: diffutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/diffutils/devel/diffutils.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- diffutils.spec	13 Feb 2008 10:43:00 -0000	1.27
+++ diffutils.spec	13 Feb 2009 17:35:15 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: A GNU collection of diff utilities
 Name: diffutils
 Version: 2.8.1
-Release: 21%{?dist}
+Release: 22%{?dist}
 Group: Applications/Text
 URL: http://www.gnu.org/software/diffutils/diffutils.html
 Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz
@@ -12,6 +12,7 @@
 Patch0: diffutils-2.8.4-i18n.patch
 Patch1: diffutils-2.8.1-badc.patch
 Patch2: diffutils-sdiff.patch
+Patch3: diffutils-sdiff-E.patch
 License: GPLv2+
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -35,6 +36,7 @@
 %patch0 -p1 -b .i18n
 %patch1 -p1 -b .badc
 %patch2 -p1 -b .sdiff
+%patch3 -p1 -b .sdiff-E
 
 %build
 %configure
@@ -77,6 +79,9 @@
 %{_infodir}/diff.info*gz
 
 %changelog
+* Fri Feb 13 2009 Tim Waugh <twaugh at redhat.com> 2.8.1-22
+- Fixed 'sdiff -E' (bug #484892).
+
 * Wed Feb 13 2008 Tim Waugh <twaugh at redhat.com> 2.8.1-21
 - Rebuild for GCC 4.3.
 




More information about the scm-commits mailing list