New upstream version
This commit is contained in:
parent
700a47b4f8
commit
08f4c45fbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
gzip-1.4.tar.xz
|
gzip-1.4.tar.xz
|
||||||
/gzip-1.5.tar.xz
|
/gzip-1.5.tar.xz
|
||||||
|
/gzip-1.6.tar.xz
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
--- gzip-1.3.9/zmore.in.pom 2007-01-15 15:31:26.000000000 +0100
|
|
||||||
+++ gzip-1.3.9/zmore.in 2007-01-15 15:34:06.000000000 +0100
|
|
||||||
@@ -70,7 +70,7 @@
|
|
||||||
--v*) exec echo "$version";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
- < "$FILE" || continue
|
|
||||||
+ if test -e $FILE || test -e $FILE.gz; then
|
|
||||||
if test $FIRST -eq 0; then
|
|
||||||
echo $n1 "--More--(Next file: $FILE)$n2"
|
|
||||||
stty $cb -echo 2>/dev/null
|
|
||||||
@@ -88,5 +88,7 @@
|
|
||||||
if test -t 1; then
|
|
||||||
FIRST=0
|
|
||||||
fi
|
|
||||||
+ else < $FILE
|
|
||||||
+ fi
|
|
||||||
done
|
|
||||||
fi
|
|
26
gzip.spec
26
gzip.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU data compression program
|
Summary: The GNU data compression program
|
||||||
Name: gzip
|
Name: gzip
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
# info pages are under GFDL license
|
# info pages are under GFDL license
|
||||||
License: GPLv3+ and GFDL
|
License: GPLv3+ and GFDL
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
@ -9,10 +9,9 @@ Source: http://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
|
|||||||
Patch0: gzip-1.3.12-openbsd-owl-tmp.patch
|
Patch0: gzip-1.3.12-openbsd-owl-tmp.patch
|
||||||
Patch1: gzip-1.3.5-zforce.patch
|
Patch1: gzip-1.3.5-zforce.patch
|
||||||
Patch4: gzip-1.3.13-rsync.patch
|
Patch4: gzip-1.3.13-rsync.patch
|
||||||
Patch5: gzip-1.3.9-addsuffix.patch
|
Patch5: gzip-1.3.5-cve-2006-4338.patch
|
||||||
Patch6: gzip-1.3.5-cve-2006-4338.patch
|
Patch6: gzip-1.3.13-cve-2006-4337.patch
|
||||||
Patch7: gzip-1.3.13-cve-2006-4337.patch
|
Patch7: gzip-1.3.5-cve-2006-4337_len.patch
|
||||||
Patch8: gzip-1.3.5-cve-2006-4337_len.patch
|
|
||||||
# Fixed in upstream code.
|
# Fixed in upstream code.
|
||||||
# http://thread.gmane.org/gmane.comp.gnu.gzip.bugs/378
|
# http://thread.gmane.org/gmane.comp.gnu.gzip.bugs/378
|
||||||
URL: http://www.gzip.org/
|
URL: http://www.gzip.org/
|
||||||
@ -42,10 +41,9 @@ very commonly used data compression program.
|
|||||||
%patch0 -p1 -b .owl-tmp
|
%patch0 -p1 -b .owl-tmp
|
||||||
%patch1 -p1 -b .zforce
|
%patch1 -p1 -b .zforce
|
||||||
%patch4 -p1 -b .rsync
|
%patch4 -p1 -b .rsync
|
||||||
%patch5 -p1 -b .addsuffix
|
%patch5 -p1 -b .4338
|
||||||
%patch6 -p1 -b .4338
|
%patch6 -p1 -b .4337
|
||||||
%patch7 -p1 -b .4337
|
%patch7 -p1 -b .4337l
|
||||||
%patch8 -p1 -b .4337l
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export DEFS="NO_ASM"
|
export DEFS="NO_ASM"
|
||||||
@ -86,8 +84,12 @@ fi
|
|||||||
%{_infodir}/gzip.info*
|
%{_infodir}/gzip.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 14 2013 Michal Luscon <mluscon@redhat.com> 1.5-5
|
* Thu Jun 11 2013 Michal Luscon <mluscon@redhat.com> - 1.6-1
|
||||||
- adjust gzip-1.3.5-zforce patch
|
- New upstream version
|
||||||
|
- Removed addsuffix.patch
|
||||||
|
|
||||||
|
* Thu Mar 14 2013 Michal Luscon <mluscon@redhat.com> - 1.5-5
|
||||||
|
- Adjust gzip-1.3.5-zforce patch
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user