Bump to 1.4.0

This commit is contained in:
Tom Callaway 2007-06-27 14:02:37 +00:00
parent 0055680328
commit ea4ceb4e84
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
c-ares-1.3.2.tar.gz
c-ares-1.4.0.tar.gz

View File

@ -1,6 +1,6 @@
Summary: A library that performs asynchronous DNS operations
Name: c-ares
Version: 1.3.2
Version: 1.4.0
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
@ -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,16 @@ 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 <tcallawa@redhat.com> 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 <tcallawa@redhat.com> 1.3.2-1
- bump to 1.3.2

View File

@ -1 +1 @@
3f517655f22531889b2465219f4833fa c-ares-1.3.2.tar.gz
cd1f8e7dd47cf099518014014f23a98b c-ares-1.4.0.tar.gz