1.22.1
This commit is contained in:
parent
36c6ef2277
commit
80a06f28c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ c-ares-1.7.3.tar.gz
|
||||
/c-ares-1.19.0.tar.gz
|
||||
/c-ares-1.19.1.tar.gz
|
||||
/c-ares-1.21.0.tar.gz
|
||||
/c-ares-1.22.1.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: A library that performs asynchronous DNS operations
|
||||
Name: c-ares
|
||||
Version: 1.21.0
|
||||
Version: 1.22.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://c-ares.org/
|
||||
@ -69,6 +69,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
|
||||
%{_includedir}/ares.h
|
||||
%{_includedir}/ares_build.h
|
||||
%{_includedir}/ares_dns.h
|
||||
%{_includedir}/ares_dns_record.h
|
||||
%{_includedir}/ares_nameser.h
|
||||
%{_includedir}/ares_rules.h
|
||||
%{_includedir}/ares_version.h
|
||||
@ -80,6 +81,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
|
||||
%{_mandir}/man3/ares_*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 21 2023 Tom Callaway <spot@fedoraproject.org> - 1.22.1-1
|
||||
- update to 1.22.1
|
||||
|
||||
* Sun Nov 5 2023 Tom Callaway <spot@fedoraproject.org> - 1.21.0-1
|
||||
- update to 1.21.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (c-ares-1.21.0.tar.gz) = c526b0a28d8ea1c6a53215dfd52e8250c968513a667c5414459d97d46288da7e7a2193d757fc78225e56c6684b3d30e756dd3e5a31917e996c871773a34892ea
|
||||
SHA512 (c-ares-1.22.1.tar.gz) = 9b9aa3ff48a76e7d1464f5fc644e736d09898b2245c81292c510d1a3b967dca13e4711bab564947ec99c118094c385d12a92ddd767a84153fdd21df03da75349
|
||||
|
Loading…
Reference in New Issue
Block a user