diff --git a/.cvsignore b/.cvsignore index 599c5e6..a2ae64d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -c-ares-1.7.0.tar.gz +c-ares-1.7.1.tar.gz diff --git a/c-ares.spec b/c-ares.spec index b080ea7..3088c37 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -1,14 +1,13 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.7.0 -Release: 3%{?dist} +Version: 1.7.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://c-ares.haxx.se/ Source0: http://c-ares.haxx.se/c-ares-%{version}.tar.gz Source1: LICENSE Patch0: %{name}-1.7.0-optflags.patch -Patch1: 0001-Allow-the-use-of-IPv6-nameservers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -29,7 +28,6 @@ compile applications or shared objects that use c-ares. %prep %setup -q %patch0 -p1 -b .optflags -%patch1 -p1 -b .ipv6 cp %{SOURCE1} . f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f @@ -66,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/ares_* %changelog +* Tue Mar 23 2010 Jakub Hrozek - 1.7.1-1 +- update to 1.7.1 which contains the IPv6 nameserver patch + * Sun Mar 7 2010 Jakub Hrozek - 1.7.0-3 - Change IPv6 nameserver patch according to upstream changes (upstream revisions 1199,1201,1202) diff --git a/sources b/sources index e594ea9..afa5fca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15ab7852306b554b0b1145f41005a3bb c-ares-1.7.0.tar.gz +dc7e0f32e92613aed9aff233a6b69753 c-ares-1.7.1.tar.gz