diff --git a/wget.spec b/wget.spec index 66564c2f3f6562ce122d493c043e0c7dabee305c..7bcf5196287dcd3d233ed258beac6bf978f923cc 100644 --- a/wget.spec +++ b/wget.spec @@ -1,6 +1,6 @@ Name: wget Version: 1.20.3 -Release: 3 +Release: 4 Summary: A package for retrieving files using HTTP, HTTPS, FTP and FTPS the most widely-used Internet protocols. License: GPLv3+ Url: http://www.gnu.org/software/wget/ @@ -22,6 +22,7 @@ Patch9000: avoid-triggering-signed-integer-overflow.patch Provides: webclient bundled(gnulib) BuildRequires: perl-HTTP-Daemon python3 libuuid-devel perl-podlators libpsl-devel libmetalink-devel BuildRequires: gnutls-devel pkgconfig texinfo gettext autoconf libidn2-devel gpgme-devel zlib-devel +BuildRequires: gcc %description GNU Wget is a free software package for retrieving files using HTTP, HTTPS, @@ -65,6 +66,12 @@ make check %{_infodir}/* %changelog +* Thu May 27 2021 lijingyuan - 1.20.3-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Tue Dec 15 2020 xihaochen - 1.20.3-3 - Type:requirement - ID:NA