From 289ae6ada32a81e8dd2fa55954a19177dec582c6 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Mar 10 2015 13:50:50 +0000 Subject: update to 1.16.3 Signed-off-by: Tomas Hozza --- diff --git a/.gitignore b/.gitignore index a148f42..cde1474 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ wget-1.12.tar.bz2 /wget-1.16.tar.xz /wget-1.16.1.tar.xz /wget-1.16.2.tar.xz +/wget-1.16.3.tar.xz diff --git a/sources b/sources index ed340df..f9146da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50b67a11971ecc6d142e634e8436fc0f wget-1.16.2.tar.xz +d2e4455781a70140ae83b54ca594ce21 wget-1.16.3.tar.xz diff --git a/wget-rh-modified.patch b/wget-rh-modified.patch index bcf3f74..d07e17c 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.16.2' --PACKAGE_STRING='wget 1.16.2' -+PACKAGE_STRING='wget 1.16.2 (Red Hat modified)' + PACKAGE_VERSION='1.16.3' +-PACKAGE_STRING='wget 1.16.3' ++PACKAGE_STRING='wget 1.16.3 (Red Hat modified)' PACKAGE_BUGREPORT='bug-wget@gnu.org' PACKAGE_URL='' diff --git a/wget.spec b/wget.spec index 85d7836..45bb6e7 100644 --- a/wget.spec +++ b/wget.spec @@ -1,6 +1,6 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols Name: wget -Version: 1.16.2 +Version: 1.16.3 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Tue Mar 10 2015 Tomas Hozza - 1.16.3-1 +- update to 1.16.3 + * Wed Mar 04 2015 Tomas Hozza - 1.16.2-1 - update to 1.16.2