Compare commits

...

4 commits

Author SHA1 Message Date
Tim Waugh
7633e6de17 2.8.1-19 2007-11-06 12:40:05 +00:00
Tim Waugh
627614aeea - Rebuilt. 2007-11-06 12:39:17 +00:00
Tim Waugh
8f4b4e84a9 - Fixed multibyte speed improvement patch (bug #363381). 2007-11-06 12:12:56 +00:00
Jesse Keating
de1517d87f Initialize branch F-8 for diffutils 2007-10-20 05:24:37 +00:00
3 changed files with 9 additions and 2 deletions

1
branch Normal file
View file

@ -0,0 +1 @@
F-8

View file

@ -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;
}

View file

@ -1,7 +1,7 @@
Summary: A GNU collection of diff utilities.
Name: diffutils
Version: 2.8.1
Release: 17%{?dist}
Release: 19%{?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,12 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/diff.info*gz
%changelog
* Tue Nov 6 2007 Tim Waugh <twaugh@redhat.com> 2.8.1-19
- Rebuilt.
* Tue Nov 6 2007 Tim Waugh <twaugh@redhat.com> 2.8.1-18
- Fixed multibyte speed improvement patch (bug #363831).
* Tue Aug 14 2007 Tim Waugh <twaugh@redhat.com> 2.8.1-17
- Multibyte speed improvement (bug #252117).