diff --git a/c-ares.spec b/c-ares.spec index a78422c..ab0adf6 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -1,7 +1,7 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.3.0 -Release: 2%{?dist} +Version: 1.4.0 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://daniel.haxx.se/projects/c-ares/ @@ -35,6 +35,7 @@ cp %{SOURCE1} . rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install rm -rf $RPM_BUILD_ROOT/%{_libdir}/libcares.la +rm -rf $RPM_BUILD_ROOT/%{_libdir}/libcares.a %clean rm -rf $RPM_BUILD_ROOT @@ -50,12 +51,25 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-, root, root, 0755) %{_includedir}/ares.h +%{_includedir}/ares_dns.h %{_includedir}/ares_version.h -%{_libdir}/libcares.a %{_libdir}/*.so %{_mandir}/man3/ares_* %changelog +* Wed Jun 27 2007 Tom "spot" Callaway 1.4.0-1 +- bump to 1.4.0 (resolves bugzilla 243591) +- get rid of static library (.a) + +* Wed Jan 17 2007 Tom "spot" Callaway 1.3.2-1 +- bump to 1.3.2 + +* Mon Sep 11 2006 Tom "spot" Callaway 1.3.1-2 +- FC-6 bump + +* Mon Jul 10 2006 Tom "spot" Callaway 1.3.1-1 +- bump to 1.3.1 + * Tue Feb 28 2006 Tom "spot" Callaway 1.3.0-2 - bump for FC-5 rebuild diff --git a/sources b/sources index 8ce139d..3c2df7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -badb4563a02d4188b478df31fa1b657d c-ares-1.3.0.tar.gz +cd1f8e7dd47cf099518014014f23a98b c-ares-1.4.0.tar.gz