automatic version update by autodist [release 1.18.1-1mamba;Sun Oct 31 2021]

This commit is contained in:
Automatic Build System 2024-01-06 03:57:34 +01:00
parent 1632167b9a
commit 7bd2a9f6cb

View File

@ -1,14 +1,13 @@
Name: libcares Name: libcares
Version: 1.17.2 Version: 1.18.1
Release: 1mamba Release: 1mamba
Summary: A C library that performs DNS requests and name resolves asynchronously Summary: A C library that performs DNS requests and name resolves asynchronously
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://c-ares.haxx.se/ URL: https://c-ares.org/
Source: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz Source: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz
#Source: http://daniel.haxx.se/projects/c-ares/c-ares-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -24,9 +23,9 @@ Requires: %{name} = %{version}
%description devel %description devel
c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT. c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %debug_package
%prep %prep
%setup -q -n c-ares-%{version} %setup -q -n c-ares-%{version}
@ -51,10 +50,7 @@ This package contains static libraries and header files need for development.
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/ares.h %{_includedir}/ares.h
%{_includedir}/ares_build.h %{_includedir}/ares_*.h
%{_includedir}/ares_dns.h
%{_includedir}/ares_rules.h
%{_includedir}/ares_version.h
%{_libdir}/libcares.a %{_libdir}/libcares.a
%{_libdir}/libcares.la %{_libdir}/libcares.la
%{_libdir}/libcares.so %{_libdir}/libcares.so
@ -63,6 +59,9 @@ This package contains static libraries and header files need for development.
%doc AUTHORS CHANGES NEWS README.cares %doc AUTHORS CHANGES NEWS README.cares
%changelog %changelog
* Sun Oct 31 2021 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
- automatic version update by autodist
* Tue Aug 10 2021 Automatic Build System <autodist@mambasoft.it> 1.17.2-1mamba * Tue Aug 10 2021 Automatic Build System <autodist@mambasoft.it> 1.17.2-1mamba
- automatic version update by autodist - automatic version update by autodist