- 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.31.tar.gz
|
||||||
diffstat-1.38.tgz
|
diffstat-1.38.tgz
|
||||||
diffstat-1.41.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.
|
Summary: A utility which provides statistics based on the output of diff.
|
||||||
Name: diffstat
|
Name: diffstat
|
||||||
Version: 1.41
|
Version: 1.43
|
||||||
Release: 1.2.2
|
Release: 1%{?dist}
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: distributable
|
License: distributable
|
||||||
URL: http://invisible-island.net/diffstat
|
URL: http://invisible-island.net/diffstat
|
||||||
Source: ftp://invisible-island.net/diffstat/%{name}-%{version}.tgz
|
Source: ftp://invisible-island.net/diffstat/%{name}-%{version}.tar.gz
|
||||||
Patch0: diffstat-compress.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
|
# Autoconf tests check for these.
|
||||||
|
BuildRequires: gzip, bzip2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The diff command compares files line by line. Diffstat reads the
|
The diff command compares files line by line. Diffstat reads the
|
||||||
output of the diff command and displays a histogram of the insertions,
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .compress
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -39,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.2
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user