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.17.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 @@
|
||||
PACKAGE_NAME='wget'
|
||||
PACKAGE_TARNAME='wget'
|
||||
PACKAGE_VERSION='1.17.1'
|
||||
-PACKAGE_STRING='wget 1.17.1'
|
||||
+PACKAGE_STRING='wget 1.17.1 (Red Hat modified)'
|
||||
PACKAGE_VERSION='1.18'
|
||||
-PACKAGE_STRING='wget 1.18'
|
||||
+PACKAGE_STRING='wget 1.18 (Red Hat modified)'
|
||||
PACKAGE_BUGREPORT='bug-wget@gnu.org'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||
Name: wget
|
||||
Version: 1.17.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.18
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Internet
|
||||
Url: http://www.gnu.org/software/wget/
|
||||
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*
|
||||
|
||||
%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
|
||||
- Added metalink support (#1321334)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user