diff --git a/wget.spec b/wget.spec index 00b9f48..8b3b622 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: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/Internet Url: http://www.gnu.org/software/wget/ @@ -16,7 +16,7 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info # needed for test suite BuildRequires: perl-HTTP-Daemon, python3 -BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators, libpsl-devel +BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -43,7 +43,8 @@ support for Proxy servers, and configurability. --enable-ntlm \ --enable-nls \ --enable-ipv6 \ - --disable-rpath + --disable-rpath \ + --with-metalink make %{?_smp_mflags} @@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Wed May 18 2016 Filip Čáp - 1.17.1-4 +- Added metalink support (#1321334) + * Fri Feb 05 2016 Fedora Release Engineering - 1.17.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild