rpms/c-ares/EL-4 c-ares.spec,1.5,1.6 sources,1.3,1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 2 20:14:37 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/c-ares/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15155/EL-4

Modified Files:
	c-ares.spec sources 
Log Message:

update EL-4 bits



Index: c-ares.spec
===================================================================
RCS file: /cvs/pkgs/rpms/c-ares/EL-4/c-ares.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- c-ares.spec	28 Feb 2006 21:27:01 -0000	1.5
+++ c-ares.spec	2 Jul 2007 20:13:59 -0000	1.6
@@ -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 @@
 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 @@
 %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 at 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 at redhat.com> 1.3.2-1
+- bump to 1.3.2
+
+* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.3.1-2
+- FC-6 bump
+
+* Mon Jul 10 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.3.1-1
+- bump to 1.3.1
+
 * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.3.0-2
 - bump for FC-5 rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/c-ares/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Sep 2005 02:54:37 -0000	1.3
+++ sources	2 Jul 2007 20:13:59 -0000	1.4
@@ -1 +1 @@
-badb4563a02d4188b478df31fa1b657d  c-ares-1.3.0.tar.gz
+cd1f8e7dd47cf099518014014f23a98b  c-ares-1.4.0.tar.gz




More information about the scm-commits mailing list