Update to 1.18
This commit is contained in:
parent
a0c33de08c
commit
fbf5b0248f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ wget-1.12.tar.bz2
|
|||||||
/wget-1.16.3.tar.xz
|
/wget-1.16.3.tar.xz
|
||||||
/wget-1.17.tar.xz
|
/wget-1.17.tar.xz
|
||||||
/wget-1.17.1.tar.xz
|
/wget-1.17.1.tar.xz
|
||||||
|
/wget-1.18.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b0d58ef4963690e71effba24c105ed52 wget-1.17.1.tar.xz
|
af9ca95a4bb8ac4a9bf10aeae66fa5ec wget-1.18.tar.xz
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
@@ -561,7 +561,7 @@
|
@@ -561,7 +561,7 @@
|
||||||
PACKAGE_NAME='wget'
|
PACKAGE_NAME='wget'
|
||||||
PACKAGE_TARNAME='wget'
|
PACKAGE_TARNAME='wget'
|
||||||
PACKAGE_VERSION='1.17.1'
|
PACKAGE_VERSION='1.18'
|
||||||
-PACKAGE_STRING='wget 1.17.1'
|
-PACKAGE_STRING='wget 1.18'
|
||||||
+PACKAGE_STRING='wget 1.17.1 (Red Hat modified)'
|
+PACKAGE_STRING='wget 1.18 (Red Hat modified)'
|
||||||
PACKAGE_BUGREPORT='bug-wget@gnu.org'
|
PACKAGE_BUGREPORT='bug-wget@gnu.org'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.17.1
|
Version: 1.18
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.gnu.org/software/wget/
|
Url: http://www.gnu.org/software/wget/
|
||||||
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2016 Tomas Hozza <thozza@redhat.com> - 1.18-1
|
||||||
|
- Update to 1.18
|
||||||
|
|
||||||
* Wed May 18 2016 Filip Čáp <cap.filip.dev@gmail.com> - 1.17.1-4
|
* Wed May 18 2016 Filip Čáp <cap.filip.dev@gmail.com> - 1.17.1-4
|
||||||
- Added metalink support (#1321334)
|
- Added metalink support (#1321334)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user