rpms/diffutils/devel diffutils-2.8.4-i18n.patch, 1.2, 1.3 diffutils.spec, 1.22, 1.23

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Nov 6 12:13:51 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/diffutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31396

Modified Files:
	diffutils-2.8.4-i18n.patch diffutils.spec 
Log Message:
* Tue Nov  6 2007 Tim Waugh <twaugh at redhat.com> 2.8.1-18
- Fixed multibyte speed improvement patch (bug #363381).


diffutils-2.8.4-i18n.patch:

Index: diffutils-2.8.4-i18n.patch
===================================================================
RCS file: /cvs/pkgs/rpms/diffutils/devel/diffutils-2.8.4-i18n.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- diffutils-2.8.4-i18n.patch	14 Aug 2007 09:51:22 -0000	1.2
+++ diffutils-2.8.4-i18n.patch	6 Nov 2007 12:13:47 -0000	1.3
@@ -376,7 +376,7 @@
  	      continue;
  
 -	    if (! lines_differ (eqline, ip))
-+	    if (! lines_differ (eqline, eqs[i].length, ip, length))
++	    if (! lines_differ (eqline, eqs[i].length + 1, ip, length + 1))
  	      break;
  	  }
  


Index: diffutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/diffutils/devel/diffutils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- diffutils.spec	14 Aug 2007 09:51:22 -0000	1.22
+++ diffutils.spec	6 Nov 2007 12:13:48 -0000	1.23
@@ -1,7 +1,7 @@
 Summary: A GNU collection of diff utilities.
 Name: diffutils
 Version: 2.8.1
-Release: 17%{?dist}
+Release: 18%{?dist}
 Group: Applications/Text
 URL: http://www.gnu.org/software/diffutils/diffutils.html
 Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz
@@ -77,6 +77,9 @@
 %{_infodir}/diff.info*gz
 
 %changelog
+* Tue Nov  6 2007 Tim Waugh <twaugh at redhat.com> 2.8.1-18
+- Fixed multibyte speed improvement patch (bug #363381).
+
 * Tue Aug 14 2007 Tim Waugh <twaugh at redhat.com> 2.8.1-17
 - Multibyte speed improvement (bug #252117).
 




More information about the fedora-extras-commits mailing list