auto-import changelog data from gzip-1.3-14.src.rpm
Tue Jun 05 2001 Trond Eivind Glomsrd <teg@redhat.com> - Patch various uses of $$ in the bundled scripts Mon Jun 04 2001 Trond Eivind Glomsrd <teg@redhat.com> - Fix the SIGPIPE patch to avoid blank lines (#43319)
This commit is contained in:
parent
f416ef7f7e
commit
dab6e53d5c
10
gzip.spec
10
gzip.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU data compression program.
|
Summary: The GNU data compression program.
|
||||||
Name: gzip
|
Name: gzip
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 12
|
Release: 14
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
|
Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
|
||||||
@ -10,6 +10,7 @@ Patch1: gzip-1.2.4-zforce.patch
|
|||||||
Patch2: gzip-1.2.4a-dirinfo.patch
|
Patch2: gzip-1.2.4a-dirinfo.patch
|
||||||
Patch3: gzip-1.3-stderr.patch
|
Patch3: gzip-1.3-stderr.patch
|
||||||
Patch4: gzip-1.3-zgreppipe.patch
|
Patch4: gzip-1.3-zgreppipe.patch
|
||||||
|
Patch5: gzip-1.3-noppid.patch
|
||||||
URL: http://www.gzip.org/
|
URL: http://www.gzip.org/
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
@ -29,6 +30,7 @@ very commonly used data compression program.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export DEFS="-DNO_ASM"
|
export DEFS="-DNO_ASM"
|
||||||
@ -77,6 +79,12 @@ fi
|
|||||||
%{_infodir}/gzip.info*
|
%{_infodir}/gzip.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 5 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Patch various uses of $$ in the bundled scripts
|
||||||
|
|
||||||
|
* Mon Jun 4 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Fix the SIGPIPE patch to avoid blank lines (#43319)
|
||||||
|
|
||||||
* Thu Feb 08 2001 Philipp Knirsch <pknirsch@redhat.de>
|
* Thu Feb 08 2001 Philipp Knirsch <pknirsch@redhat.de>
|
||||||
- Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced
|
- Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced
|
||||||
overwrite for output file during decompression.
|
overwrite for output file during decompression.
|
||||||
|
Loading…
Reference in New Issue
Block a user