automatic version update by autodist [release 7.82.0-1mamba;Sat Apr 02 2022]

This commit is contained in:
Automatic Build System 2024-01-05 21:36:37 +01:00
parent 1723628e35
commit f6740fff0c

View File

@ -1,7 +1,7 @@
%define libname libcurl
Name: curl
Version: 7.81.0
Version: 7.82.0
Release: 1mamba
Summary: A tool for transfering data with URL syntax that supports many protocols
Group: Applications/Networking
@ -42,7 +42,7 @@ BuildRequires: groff
%endif
BuildRequires: perl
Provides: curl-gnutls
Obsoletes: curl-gnutls
Obsoletes: curl-gnutls < 7.82.0
# FIXME, not compiled in:
# krb4 support: no (--with-krb4*)
@ -84,7 +84,7 @@ Group: Development/Libraries
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{libname}-gnutls = %{?epoch:%epoch:}%{version}-%{release}
Provides: %{libname}-gnutls-devel
Obsoletes: %{libname}-gnutls-devel
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.
@ -165,7 +165,6 @@ autoreconf -f -i
--with-gnutls \
--with-zlib \
--with-random \
--with-nss \
--enable-verbose \
--disable-sspi \
--with-libssh2 \
@ -180,6 +179,8 @@ autoreconf -f -i
%endif
--enable-ares
# --with-nss \
cd lib
%make
@ -234,6 +235,9 @@ cd gnutls/lib/
%doc CHANGES README RELEASE-NOTES
%changelog
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 7.82.0-1mamba
- automatic version update by autodist
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 7.81.0-1mamba
- automatic version update by autodist