diff --git a/.cvsignore b/.cvsignore index 15bc0fe..3c6593b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ c-ares-1.2.1.tar.gz +c-ares-1.3.0.tar.gz diff --git a/c-ares.spec b/c-ares.spec index 80f47d4..30633db 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -1,11 +1,12 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.2.1 -Release: 4%{?dist} +Version: 1.3.0 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://daniel.haxx.se/projects/c-ares/ -Source0: http://daniel.haxx.se/projects/c-ares/c-ares-1.2.1.tar.gz +Source0: http://daniel.haxx.se/projects/c-ares/c-ares-%{version}.tar.gz +Source1: LICENSE BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -24,6 +25,7 @@ compile applications or shared objects that use c-ares. %prep %setup -q +cp %{SOURCE1} . %build %configure --enable-shared @@ -42,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) -%doc README README.cares CHANGES NEWS +%doc README README.cares CHANGES NEWS LICENSE %{_libdir}/*.so.* %files devel @@ -54,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/ares_* %changelog +* Sun Sep 4 2005 Tom "spot" Callaway 1.3.0-1 +- include LICENSE text +- bump to 1.3.0 + * Tue May 31 2005 Tom "spot" Callaway 1.2.1-4 - use dist tag to prevent EVR overlap diff --git a/sources b/sources index 889a5d7..8ce139d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8269643c78a02a1745e24fb4e2367ab0 c-ares-1.2.1.tar.gz +badb4563a02d4188b478df31fa1b657d c-ares-1.3.0.tar.gz