diff --git a/.cvsignore b/.cvsignore index 3fed724..63ca2b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gzip-1.3.tar.gz +gzip-1.3.2.tar.bz2 diff --git a/gzip.spec b/gzip.spec index 2b1f9c2..a8d7ca6 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,19 +1,19 @@ Summary: The GNU data compression program. Name: gzip -Version: 1.3 -Release: 15 +Version: 1.3.2 +Release: 5 License: GPL Group: Applications/File -Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz -Patch0: gzip-1.3-mktemp.patch +Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.bz2 +Patch0: gzip-1.3-openbsd-owl-tmp.diff Patch1: gzip-1.2.4-zforce.patch Patch2: gzip-1.2.4a-dirinfo.patch Patch3: gzip-1.3-stderr.patch -Patch4: gzip-1.3-zgreppipe.patch -Patch5: gzip-1.3-noppid.patch +Patch4: gzip-1.3.1-zgreppipe.patch +Patch5: gzip-1.3-rsync.patch URL: http://www.gzip.org/ Prereq: /sbin/install-info -Requires: mktemp +Requires: mktemp less Buildroot: %{_tmppath}/gzip-%{version}-root %description @@ -25,12 +25,12 @@ very commonly used data compression program. %prep %setup -q -%patch0 -p1 +%patch0 -p1 %patch1 -p1 -%patch2 -p1 +#%patch2 -p1 %patch3 -p1 -%patch4 -p1 -%patch5 -p1 +%patch4 -p1 -b .nixi +%patch5 -p1 -b .rsync %build export DEFS="-DNO_ASM" @@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT %install rm -rf $RPM_BUILD_ROOT -%makeinstall bindir=$RPM_BUILD_ROOT/bin gzip.info +%makeinstall bindir=$RPM_BUILD_ROOT/bin mkdir -p $RPM_BUILD_ROOT/usr/bin ln -sf ../../bin/gzip $RPM_BUILD_ROOT/usr/bin/gzip ln -sf ../../bin/gunzip $RPM_BUILD_ROOT/usr/bin/gunzip @@ -79,6 +79,26 @@ fi %{_infodir}/gzip.info* %changelog +* Sun Mar 10 2002 Florian La Roche +- add rsyncable patch #58888 + +* Thu Feb 21 2002 Trond Eivind Glomsrød 1.3.2-3 +- Rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Mon Nov 19 2001 Bernhard Rosenkraenzer 1.3.2-1 +- 1.3.2: no need for autoconf 2.5x hacks anymore + +* Sat Nov 17 2001 Florian La Roche +- update to 1.3.1: + - disable patch2 + +* Fri Oct 26 2001 Trond Eivind Glomsrød 1.3.0-16 +- replace tempfile patches with improved ones solar@openwall.com +- Add less to the dependency chain - zless needs it + * Thu Aug 23 2001 Trond Eivind Glomsrød 1.3.0-15 - Fix typo in comment in zgrep (#52465) - Copyright -> License diff --git a/sources b/sources index 2fadb07..f83808d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c677e609f4df02d7699e1e6ca2d17638 gzip-1.3.tar.gz +014ecf4f8cd690fdefa3cd43d5f0ed13 gzip-1.3.2.tar.bz2