From b3833d561a2d05bfd0eabc029bd67e56dbdfbe5a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mar 03 2010 15:08:33 +0000 Subject: - Added comments for all patches. --- diff --git a/diffutils.spec b/diffutils.spec index be8a6df..1ce011f 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -1,7 +1,7 @@ Summary: A GNU collection of diff utilities Name: diffutils Version: 2.8.1 -Release: 26%{?dist} +Release: 27%{?dist} Group: Applications/Text URL: http://www.gnu.org/software/diffutils/diffutils.html Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz @@ -29,9 +29,16 @@ Install diffutils if you need to compare text files. %prep %setup -q +# Multibyte support. %patch0 -p1 -b .i18n + +# Unintentional use of '|' instead of '||'. %patch1 -p1 -b .badc + +# Fixed sdiff exit code handling (bug #152967). %patch2 -p1 -b .sdiff + +# Fixed 'sdiff -E' (bug #484892). %patch3 -p1 -b .sdiff-E %build @@ -68,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/diff.info*gz %changelog +* Wed Mar 3 2010 Tim Waugh - 2.8.1-27 +- Added comments for all patches. + * Wed Mar 3 2010 Tim Waugh - 2.8.1-26 - Use upstream man pages. - Ship COPYING file.