Rebase to gzip-1.10
This commit is contained in:
parent
be911d929e
commit
7b5215a96d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ gzip-1.4.tar.xz
|
|||||||
/gzip-1.7.tar.xz
|
/gzip-1.7.tar.xz
|
||||||
/gzip-1.8.tar.xz
|
/gzip-1.8.tar.xz
|
||||||
/gzip-1.9.tar.xz
|
/gzip-1.9.tar.xz
|
||||||
|
/gzip-1.10.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU data compression program
|
Summary: The GNU data compression program
|
||||||
Name: gzip
|
Name: gzip
|
||||||
Version: 1.9
|
Version: 1.10
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
# info pages are under GFDL license
|
# info pages are under GFDL license
|
||||||
License: GPLv3+ and GFDL
|
License: GPLv3+ and GFDL
|
||||||
Source0: http://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
|
Source0: http://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
|
||||||
@ -39,7 +39,7 @@ very commonly used data compression program.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .gnulib
|
#%patch1 -p1 -b .gnulib
|
||||||
%patch2 -p1 -b .gzexe
|
%patch2 -p1 -b .gzexe
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -82,6 +82,9 @@ install -p -m 644 %{SOURCE101} %{buildroot}%{profiledir}
|
|||||||
%{profiledir}/*
|
%{profiledir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 09 2019 Jakub Martisko <jamartis@redhat.com> - 1.10-1
|
||||||
|
- Rebase to 1.10
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-10
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gzip-1.9.tar.xz) = c0852e7f7662141e79d14bc36e50f1940dba3e804feff3b0b8fa084ffec720ac245352282d2f1db117fadc95758424dd418d192b94621dac4367834ccf101fad
|
SHA512 (gzip-1.10.tar.xz) = e6ba9e3906cdb6a6235b213515093d02afa1722686f73eddacbacae628542b586b449829783b6a1701e9b9e0c4d4dfa6845904d3b6b010f5cf21aec4997c9299
|
||||||
|
Loading…
Reference in New Issue
Block a user