|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
Summary: A library that performs asynchronous DNS operations
|
|
|
Name: c-ares
|
|
|
-Version: 1.21.0
|
|
|
+Version: 1.31.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -10,10 +10,7 @@ Distribution: Vine Linux
|
|
|
|
|
|
License: MIT
|
|
|
URL: https://c-ares.org/
|
|
|
-Source0: https://c-ares.org/download/%{name}-%{version}.tar.gz
|
|
|
-# The license can be obtained at http://c-ares.haxx.se/license.html
|
|
|
-Source1: LICENSE
|
|
|
-Patch0: 0001-Use-RPM-compiler-options.patch
|
|
|
+Source0: https://github.com/c-ares/c-ares/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
Patch1: c-ares-1.10.0-multilib.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
@@ -65,17 +62,14 @@ compile applications or shared objects that use c-ares.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-%patch0 -p1 -b .optflags
|
|
|
#%patch1 -p1 -b .multilib
|
|
|
|
|
|
-cp %{SOURCE1} .
|
|
|
-f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
|
|
|
-
|
|
|
|
|
|
%build
|
|
|
autoreconf -if
|
|
|
%configure --enable-shared --disable-static \
|
|
|
- --disable-dependency-tracking
|
|
|
+ --disable-dependency-tracking \
|
|
|
+ --disable-tests
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
@@ -92,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%files
|
|
|
%defattr(-, root, root)
|
|
|
%license LICENSE*
|
|
|
-%doc AUTHORS README.md README.cares CHANGES NEWS RELEASE-NOTES
|
|
|
+%doc AUTHORS README.md RELEASE-NOTES.md
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
%files devel
|
|
@@ -100,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_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
|
|
@@ -121,6 +116,39 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Jun 18 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.31.0-1
|
|
|
+- updated to 1.30.0.
|
|
|
+
|
|
|
+* Sun Jun 09 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.30.0-1
|
|
|
+- updated to 1.30.0.
|
|
|
+
|
|
|
+* Sat May 25 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.29.0-1
|
|
|
+- updated to 1.29.0.
|
|
|
+
|
|
|
+* Fri Apr 05 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.28.1-1
|
|
|
+- updated to 1.28.1.
|
|
|
+
|
|
|
+* Tue Feb 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.27.0-1
|
|
|
+- updated to 1.27.0.
|
|
|
+
|
|
|
+* Sat Jan 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.26.0-1
|
|
|
+- updated to 1.26.0.
|
|
|
+
|
|
|
+* Fri Jan 05 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.25.0-1
|
|
|
+- updated to 1.25.0.
|
|
|
+
|
|
|
+* Mon Dec 18 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.24.0-1
|
|
|
+- updated to 1.24.0.
|
|
|
+
|
|
|
+* Thu Nov 30 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.23.0-1
|
|
|
+- updated to 1.23.0.
|
|
|
+
|
|
|
+* Mon Nov 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.22.1-1
|
|
|
+- updated to 1.22.1.
|
|
|
+
|
|
|
+* Wed Nov 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.22.0-1
|
|
|
+- updated to 1.22.0.
|
|
|
+
|
|
|
* Fri Oct 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.21.0-1
|
|
|
- updated to 1.21.0.
|
|
|
|