update patches

This commit is contained in:
Ivana Varekova 2008-09-01 12:27:52 +00:00
parent 219efa7dee
commit a0284149fc
2 changed files with 12 additions and 8 deletions

View File

@ -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

View File

@ -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 <varekova@redhat.com> - 1.3.12-7
- update patches
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.12-6
- Autorebuild for GCC 4.3