auto-import changelog data from diffutils-2.8.1-10.src.rpm

Thu Jan 08 2004 Tim Waugh <twaugh@redhat.com> 2.8.1-10
- Fix mistaken use of '|' instead of '||'.
This commit is contained in:
cvsdist 2004-09-09 04:15:32 +00:00
parent 57e7253e56
commit beabbaa614
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- diffutils-2.8.1/src/analyze.c.badc 2004-01-08 10:05:59.094598972 +0000
+++ diffutils-2.8.1/src/analyze.c 2004-01-08 10:06:22.294841900 +0000
@@ -983,7 +983,7 @@
changes = briefly_report (changes, cmp->file);
else
{
- if (changes | !no_diff_means_no_output)
+ if (changes || !no_diff_means_no_output)
{
/* Record info for starting up output,
to be used if and when we have some output to print. */

View File

@ -1,7 +1,7 @@
Summary: A GNU collection of diff utilities.
Name: diffutils
Version: 2.8.1
Release: 9
Release: 10
Group: Applications/Text
URL: http://www.gnu.org/software/diffutils/diffutils.html
Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz
@ -10,6 +10,7 @@ Source2: diff.1
Source3: diff3.1
Source4: sdiff.1
Patch0: diffutils-2.8.4-i18n.patch
Patch1: diffutils-2.8.1-badc.patch
License: GPL
Prefix: %{_prefix}
Prereq: /sbin/install-info
@ -31,6 +32,7 @@ Install diffutils if you need to compare text files.
%prep
%setup -q
%patch0 -p1 -b .i18n
%patch1 -p1 -b .badc
%build
%configure
@ -72,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/diff.info*gz
%changelog
* Thu Jan 8 2004 Tim Waugh <twaugh@redhat.com> 2.8.1-10
- Fix mistaken use of '|' instead of '||'.
* Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 2.8.1-9
- Rebuilt.