rpms/curl/devel curl.spec,1.62,1.63

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Wed Oct 24 22:02:45 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/curl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27746

Modified Files:
	curl.spec 
Log Message:
correctly provide/obsolete curl-devel (#130251)



Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- curl.spec	24 Oct 2007 14:15:06 -0000	1.62
+++ curl.spec	24 Oct 2007 22:02:12 -0000	1.63
@@ -4,7 +4,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl 
 Version: 7.16.4
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -39,7 +39,8 @@
 Group: Development/Libraries
 Requires: libcurl = %{version}-%{release}
 Requires: libidn-devel, pkgconfig, automake
-Obsoletes: curl-devel
+Provides: curl-devel = %{version}-%{release}
+Obsoletes: curl-devel < 7.16.4-9
 
 %description -n libcurl-devel
 cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
@@ -115,7 +116,10 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
-* Tue Oct 24 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-9
+* Wed Oct 24 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-10
+- correctly provide/obsolete curl-devel (#130251)
+
+* Wed Oct 24 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-9
 - create libcurl and libcurl-devel subpackages (#130251)
 
 * Thu Oct 11 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-8




More information about the fedora-extras-commits mailing list