diff --git a/wget.spec b/wget.spec index d0c1e81..eaae8a3 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.16.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/Internet Url: http://www.gnu.org/software/wget/ @@ -89,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Sat Feb 21 2015 Till Maas - 1.16.1-4 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Mon Jan 12 2015 Tomas Hozza - 1.16.1-3 - Fix wget to accept 5 digit port numbers in epsv responses over ipv6 (#1180777)