diff --git a/wget.spec b/wget.spec index ff20bfe..ae96f38 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.19.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Internet Url: http://www.gnu.org/software/wget/ @@ -15,7 +15,7 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info # needed for test suite BuildRequires: perl-HTTP-Daemon, python3 -BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel +BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel, gcc %description GNU Wget is a file retrieval utility which can use either the HTTP or @@ -77,6 +77,9 @@ fi %{_infodir}/* %changelog +* Thu Apr 26 2018 Tomas Hozza - 1.19.4-3 +- Added gcc as an explicit BuildRequires + * Fri Feb 09 2018 Fedora Release Engineering - 1.19.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild