diff --git a/curl.spec b/curl.spec index 70c04df..938b56c 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ %define libname libcurl Name: curl -Version: 7.85.0 +Version: 7.86.0 Release: 1mamba Summary: A tool for transfering data with URL syntax that supports many protocols Group: Applications/Networking @@ -17,24 +17,23 @@ Patch3: curl-7.84.0-upstream-fix-build-include_sched_h.patch License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libbrotli-devel BuildRequires: libcares-devel -BuildRequires: libffi-devel -BuildRequires: libgmp-devel BuildRequires: libgnutls-devel +BuildRequires: libgsasl-devel BuildRequires: libgss-devel -BuildRequires: libidn-devel +BuildRequires: libidn2-devel BuildRequires: libnettle-devel -%if "%{stage1}" != "1" +BuildRequires: libnghttp2-devel BuildRequires: libopenldap-devel -%endif BuildRequires: libopenssl-devel -BuildRequires: libp11-kit-devel +BuildRequires: libpsl-devel BuildRequires: librtmp-devel BuildRequires: libsasl2-devel BuildRequires: libssh2-devel -BuildRequires: libtasn1-devel BuildRequires: libunistring-devel BuildRequires: libz-devel +BuildRequires: libzstd-devel ## AUTOBUILDREQ-END BuildRequires: pkgconfig BuildRequires: libopenssl-devel >= 3.0.0 @@ -90,8 +89,7 @@ Obsoletes: %{libname}-gnutls-devel < 7.82.0 %description -n %{libname}-devel Curl is a tool and libcurl is a library for transfering data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. The tool and library offer a myriad of powerful features and full protocol control. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %debug_package @@ -119,7 +117,7 @@ cp -r ../* . || true --enable-telnet \ --enable-tftp \ --enable-ipv6 \ - --with-ssl \ + --with-openssl \ --with-zlib \ --with-random \ --enable-verbose \ @@ -161,7 +159,7 @@ autoreconf -f -i --enable-telnet \ --enable-tftp \ --enable-ipv6 \ - --without-ssl \ + --without-openssl \ --with-gnutls \ --with-zlib \ --with-random \ @@ -219,10 +217,8 @@ cd gnutls/lib/ %{_bindir}/curl-config %{_includedir}/curl/ %{_libdir}/libcurl.a -%{_libdir}/libcurl.la %{_libdir}/libcurl.so %{_libdir}/libcurl-gnutls.a -%{_libdir}/libcurl-gnutls.la %{_libdir}/libcurl-gnutls.so %{_libdir}/pkgconfig/libcurl.pc %{_datadir}/aclocal/libcurl.m4 @@ -235,6 +231,9 @@ cd gnutls/lib/ %doc CHANGES README RELEASE-NOTES %changelog +* Fri Nov 11 2022 Automatic Build System 7.86.0-1mamba +- automatic version update by autodist + * Fri Sep 02 2022 Automatic Build System 7.85.0-1mamba - automatic version update by autodist