automatic version update by autodist [release 7.86.0-1mamba;Fri Nov 11 2022]

This commit is contained in:
Automatic Build System 2024-01-05 21:36:37 +01:00
parent d21c5de9a8
commit b5df624bd0

View File

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