enable IDN support also in libcurl-minimal
... as requested at fedora devel mailing-list: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SH5WAIBVF7GVSKL2VPMSQKY7BB4QYEB5/
This commit is contained in:
parent
d768f3c814
commit
cf3c14e497
@ -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 <kdudka@redhat.com> - 7.81.0-4
|
||||
- enable IDN support also in libcurl-minimal
|
||||
|
||||
* Thu Feb 10 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.81.0-3
|
||||
- Suggest libcurl-minimal in curl-minimal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user