rpms/curl/devel curl.spec,1.69,1.70

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Jan 22 12:00:49 UTC 2008


Author: jnovy

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

Modified Files:
	curl.spec 
Log Message:
fix curl-devel obsoletes so that we don't break F8->F9 upgrade path (#429612)



Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- curl.spec	8 Jan 2008 14:30:07 -0000	1.69
+++ curl.spec	22 Jan 2008 12:00:06 -0000	1.70
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl 
 Version: 7.17.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -37,7 +37,7 @@
 Requires: libcurl = %{version}-%{release}
 Requires: libidn-devel, pkgconfig, automake
 Provides: curl-devel = %{version}-%{release}
-Obsoletes: curl-devel < 7.16.4-9
+Obsoletes: curl-devel < %{version}-%{release}
 
 %description -n libcurl-devel
 cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
@@ -108,6 +108,10 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Tue Jan 22 2008 Jindrich Novy <jnovy at redhat.com> 7.17.1-6
+- fix curl-devel obsoletes so that we don't break F8->F9 upgrade
+  path (#429612)
+
 * Tue Jan  8 2008 Jindrich Novy <jnovy at redhat.com> 7.17.1-5
 - do not attempt to close a bad socket (#427966),
   thanks to Caolan McNamara




More information about the fedora-extras-commits mailing list