From a0284149fc3fdb8bafe472e87ed88b1b96d8121f Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 1 Sep 2008 12:27:52 +0000 Subject: [PATCH] update patches --- gzip-1.3.5-zforce.patch | 15 ++++++++------- gzip.spec | 5 ++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/gzip-1.3.5-zforce.patch b/gzip-1.3.5-zforce.patch index 12488b0..5a9beca 100644 --- a/gzip-1.3.5-zforce.patch +++ b/gzip-1.3.5-zforce.patch @@ -1,11 +1,12 @@ ---- gzip-1.2.4/zforce.in.sopwith Thu Feb 3 18:06:30 2000 -+++ gzip-1.2.4/zforce.in Thu Feb 3 18:07:37 2000 -@@ -25,7 +25,7 @@ - test `expr "$i" : '.*[.-]gz$'` -eq 0 || continue - test `expr "$i" : '.*[.]t[ag]z$'` -eq 0 || continue +diff -up gzip-1.3.12/zforce.in.zforce gzip-1.3.12/zforce.in +--- gzip-1.3.12/zforce.in.zforce 2007-02-05 21:54:26.000000000 +0100 ++++ gzip-1.3.12/zforce.in 2008-09-01 14:17:26.000000000 +0200 +@@ -58,7 +58,7 @@ for i do + continue + fi - if gzip -lv < "$i" 2>/dev/null | grep '^defl' > /dev/null; then + if gzip -l < "$i" 2>/dev/null | grep '^compressed' > /dev/null; then - if test `expr "$i" : '^............'` -eq 12; then - new=`expr "$i" : '\(.*\)...$`.gz + new="$i.gz" + if mv "$i" "$new"; then diff --git a/gzip.spec b/gzip.spec index 66da7c1..9c8478d 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,7 +1,7 @@ Summary: The GNU data compression program Name: gzip Version: 1.3.12 -Release: 6%{?dist} +Release: 7%{?dist} # info pages are under GFDL license License: GPLv2 and GFDL Group: Applications/File @@ -87,6 +87,9 @@ fi %{_infodir}/gzip.info* %changelog +* Mon Sep 1 2008 Ivana Varekova - 1.3.12-7 +- update patches + * Wed Feb 20 2008 Fedora Release Engineering - 1.3.12-6 - Autorebuild for GCC 4.3