1.25.0
This commit is contained in:
parent
80a06f28c9
commit
8a9a3bfaf2
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ c-ares-1.7.3.tar.gz
|
|||||||
/c-ares-1.19.1.tar.gz
|
/c-ares-1.19.1.tar.gz
|
||||||
/c-ares-1.21.0.tar.gz
|
/c-ares-1.21.0.tar.gz
|
||||||
/c-ares-1.22.1.tar.gz
|
/c-ares-1.22.1.tar.gz
|
||||||
|
/c-ares-1.25.0.tar.gz
|
||||||
|
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
Summary: A library that performs asynchronous DNS operations
|
Summary: A library that performs asynchronous DNS operations
|
||||||
Name: c-ares
|
Name: c-ares
|
||||||
Version: 1.22.1
|
Version: 1.25.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://c-ares.org/
|
URL: http://c-ares.org/
|
||||||
Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz
|
Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz
|
||||||
Patch0: 0001-Use-RPM-compiler-options.patch
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%if %{use_cmake}
|
%if %{use_cmake}
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -81,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
|
|||||||
%{_mandir}/man3/ares_*
|
%{_mandir}/man3/ares_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 10 2024 Tom Callaway <spot@fedoraproject.org> - 1.25.0-1
|
||||||
|
- update to 1.25.0
|
||||||
|
|
||||||
* Tue Nov 21 2023 Tom Callaway <spot@fedoraproject.org> - 1.22.1-1
|
* Tue Nov 21 2023 Tom Callaway <spot@fedoraproject.org> - 1.22.1-1
|
||||||
- update to 1.22.1
|
- update to 1.22.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (c-ares-1.22.1.tar.gz) = 9b9aa3ff48a76e7d1464f5fc644e736d09898b2245c81292c510d1a3b967dca13e4711bab564947ec99c118094c385d12a92ddd767a84153fdd21df03da75349
|
SHA512 (c-ares-1.25.0.tar.gz) = f73ffc45c17f1e952ea5fae8a1d9e1508427f21c821ff470ff0b728cc4a1e21d1274f95d9192c22f704bc7e0f58a633608cfdc1704dfe8950902fdfc3dfa2e1c
|
||||||
|
Loading…
Reference in New Issue
Block a user