diff --git a/.gitignore b/.gitignore index 1eb156b..925bd5f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index fd6e775..4fcd664 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0d58ef4963690e71effba24c105ed52 wget-1.17.1.tar.xz +af9ca95a4bb8ac4a9bf10aeae66fa5ec wget-1.18.tar.xz diff --git a/wget-rh-modified.patch b/wget-rh-modified.patch index 9d81f2f..895392a 100644 --- a/wget-rh-modified.patch +++ b/wget-rh-modified.patch @@ -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='' diff --git a/wget.spec b/wget.spec index 8b3b622..d7f9ed4 100644 --- a/wget.spec +++ b/wget.spec @@ -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 - 1.18-1 +- Update to 1.18 + * Wed May 18 2016 Filip Čáp - 1.17.1-4 - Added metalink support (#1321334)