diff --git a/curl.spec b/curl.spec index 027358e..d73bd4f 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.74.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Source: https://curl.se/download/%{name}-%{version}.tar.xz @@ -348,6 +348,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 7.74.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 09 2020 Kamil Dudka - 7.74.0-2 - do not rewrite shebangs in test-suite to use python3 explicitly