- 1.43. Fixes bug #187350. No longer need compress patch.
- Resolves: rhbz#187350
This commit is contained in:
parent
b4327f4d96
commit
195b317a5d
@ -1,3 +1,4 @@
|
||||
diffstat-1.31.tar.gz
|
||||
diffstat-1.38.tgz
|
||||
diffstat-1.41.tgz
|
||||
diffstat-1.43.tar.gz
|
||||
|
@ -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 <twaugh@redhat.com> 1.43-1
|
||||
- 1.43. Fixes bug #187350. No longer need compress patch.
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.2
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user