From 195b317a5dac9544af2d658cc320f445348689b4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 11 2007 14:12:23 +0000 Subject: - 1.43. Fixes bug #187350. No longer need compress patch. - Resolves: rhbz#187350 --- diff --git a/.cvsignore b/.cvsignore index fb3681f..615a1dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ diffstat-1.31.tar.gz diffstat-1.38.tgz diffstat-1.41.tgz +diffstat-1.43.tar.gz diff --git a/diffstat.spec b/diffstat.spec index 14b8899..6f59d11 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -1,14 +1,16 @@ Summary: A utility which provides statistics based on the output of diff. Name: diffstat -Version: 1.41 -Release: 1.2.2 +Version: 1.43 +Release: 1%{?dist} Group: Development/Tools License: distributable URL: http://invisible-island.net/diffstat -Source: ftp://invisible-island.net/diffstat/%{name}-%{version}.tgz -Patch0: diffstat-compress.patch +Source: ftp://invisible-island.net/diffstat/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root +# Autoconf tests check for these. +BuildRequires: gzip, bzip2 + %description The diff command compares files line by line. Diffstat reads the output of the diff command and displays a histogram of the insertions, @@ -20,7 +22,6 @@ diff command's output. You'll need to also install diffutils. %prep %setup -q -%patch0 -p1 -b .compress %build %configure @@ -39,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Thu Jan 11 2007 Tim Waugh 1.43-1 +- 1.43. Fixes bug #187350. No longer need compress patch. + * Wed Jul 12 2006 Jesse Keating - 1.41-1.2.2 - rebuild diff --git a/sources b/sources index 767034c..e3c3f68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4a55fea8f94dbd1664f76c98da4ee17 diffstat-1.41.tgz +c23f9af8075fd81e98a0afdc3df49de9 diffstat-1.43.tar.gz