rpms/python-pycurl/devel python-pycurl.spec,1.14,1.15

Štěpán Kasal kasal at fedoraproject.org
Fri Apr 17 18:51:40 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/python-pycurl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5160

Modified Files:
	python-pycurl.spec 
Log Message:
fix typo in the previous change


Index: python-pycurl.spec
===================================================================
RCS file: /cvs/extras/rpms/python-pycurl/devel/python-pycurl.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-pycurl.spec	17 Apr 2009 18:38:46 -0000	1.14
+++ python-pycurl.spec	17 Apr 2009 18:51:09 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name:           python-pycurl
 Version:        7.19.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Python interface to libcurl
 
 Group:          Development/Languages
@@ -25,7 +25,7 @@
 %define libcurl_sed '/^#define LIBCURL_VERSION "/!d;s/"[^"]*$//;s/.*"//;q'
 %define curlver_h /usr/include/curl/curlver.h
 %define libcurl_ver %(sed %{libcurl_sed} %{curlver_h} 2>/dev/null || echo 0)
-Requires:	libcurl >= %{libcurl_version}
+Requires:	libcurl >= %{libcurl_ver}
 
 Provides:       pycurl = %{version}-%{release}
 
@@ -61,6 +61,9 @@
 %{python_sitearch}/*
 
 %changelog
+* Fri Apr 17 2009 Stepan Kasal <skasal at redhat.com> - 7.19.0-3
+- fix typo in the previous change
+
 * Fri Apr 17 2009 Stepan Kasal <skasal at redhat.com> - 7.19.0-2
 - add a require to reflect a dependency on libcurl version (#496308)
 




More information about the fedora-extras-commits mailing list