update version to 1.24.0

This commit is contained in:
xh 2023-12-15 11:43:36 +08:00
parent e8d8163766
commit 5e68d44ae5
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
c-ares-1.24.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: c-ares Name: c-ares
Version: 1.19.1 Version: 1.24.0
Release: 1 Release: 1
Summary: A C library for asynchronous DNS requests Summary: A C library for asynchronous DNS requests
@ -7,7 +7,7 @@ License: MIT
URL: https://c-ares.org/ URL: https://c-ares.org/
Source0: https://c-ares.org/download/%{name}-%{version}.tar.gz Source0: https://c-ares.org/download/%{name}-%{version}.tar.gz
BuildRequires: gcc autoconf automake libtool g++ BuildRequires: gcc autoconf automake libtool g++ gmock-devel
# Patch0 from Redhat is applied for stopping overriding AC_CONFIG_MACRO_DIR # Patch0 from Redhat is applied for stopping overriding AC_CONFIG_MACRO_DIR
Patch0: 0000-Use-RPM-compiler-options.patch Patch0: 0000-Use-RPM-compiler-options.patch
Patch1: backport-disable-live-tests.patch Patch1: backport-disable-live-tests.patch
@ -60,6 +60,12 @@ cd ../
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Dec 26 2023 xinghe <xinghe2@h-partners.com> - 1.24.0-1
- Type:requirements
- ID:NA
- SUG:NA
- DESC:update c-ares to 1.24.0
* Tue Jul 25 2023 xinghe <xinghe2@h-partners.com> - 1.19.1-1 * Tue Jul 25 2023 xinghe <xinghe2@h-partners.com> - 1.19.1-1
- Type:requirements - Type:requirements
- ID:NA - ID:NA