From dab6e53d5ceca973cde68224a5e86c8fc33fdf9e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:02:57 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20gzip-1.?= =?UTF-8?q?3-14.src.rpm=20Tue=20Jun=2005=202001=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=20-=20Patch=20various=20uses=20of=20$$?= =?UTF-8?q?=20in=20the=20bundled=20scripts=20Mon=20Jun=2004=202001=20Trond?= =?UTF-8?q?=20Eivind=20Glomsr=F8d=20=20-=20Fix=20the=20SIG?= =?UTF-8?q?PIPE=20patch=20to=20avoid=20blank=20lines=20(#43319)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gzip.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gzip.spec b/gzip.spec index 400ef2e..c5dc060 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,7 +1,7 @@ Summary: The GNU data compression program. Name: gzip Version: 1.3 -Release: 12 +Release: 14 Copyright: GPL Group: Applications/File 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 Patch3: gzip-1.3-stderr.patch Patch4: gzip-1.3-zgreppipe.patch +Patch5: gzip-1.3-noppid.patch URL: http://www.gzip.org/ Prereq: /sbin/install-info Requires: mktemp @@ -29,6 +30,7 @@ very commonly used data compression program. %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build export DEFS="-DNO_ASM" @@ -77,6 +79,12 @@ fi %{_infodir}/gzip.info* %changelog +* Tue Jun 5 2001 Trond Eivind Glomsrød +- Patch various uses of $$ in the bundled scripts + +* Mon Jun 4 2001 Trond Eivind Glomsrød +- Fix the SIGPIPE patch to avoid blank lines (#43319) + * Thu Feb 08 2001 Philipp Knirsch - Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced overwrite for output file during decompression.