diff --git a/curl.spec b/curl.spec index 0b6c7ed..834227b 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.81.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Source0: https://curl.se/download/%{name}-%{version}.tar.xz Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc @@ -245,6 +245,7 @@ export common_configure_opts=" \ --enable-threaded-resolver \ --without-zstd \ --with-gssapi \ + --with-libidn2 \ --with-nghttp2 \ --with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt" @@ -271,7 +272,6 @@ export common_configure_opts=" \ --disable-tftp \ --disable-tls-srp \ --without-brotli \ - --without-libidn2 \ --without-libpsl \ --without-libssh ) @@ -297,7 +297,6 @@ export common_configure_opts=" \ --enable-tftp \ --enable-tls-srp \ --with-brotli \ - --with-libidn2 \ --with-libpsl \ --with-libssh ) @@ -412,6 +411,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Thu Feb 24 2022 Kamil Dudka - 7.81.0-4 +- enable IDN support also in libcurl-minimal + * Thu Feb 10 2022 Zbigniew Jędrzejewski-Szmek - 7.81.0-3 - Suggest libcurl-minimal in curl-minimal