rpms/curl/F-10 curl.spec, 1.85, 1.86 curl-7.19.4-easy-leak.patch, 1.1, NONE

Jindrich Novy jnovy at fedoraproject.org
Fri Mar 6 14:00:16 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/curl/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8026

Modified Files:
	curl.spec 
Removed Files:
	curl-7.19.4-easy-leak.patch 
Log Message:
* Fri Mar 06 2009 Jindrich Novy <jnovy at redhat.com> 7.19.4-2
- drop .easy-leak patch, causes problems in pycurl (#488791)
- fix libcurl-devel dependencies (#488895)



Index: curl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/curl/F-10/curl.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- curl.spec	3 Mar 2009 07:29:45 -0000	1.85
+++ curl.spec	6 Mar 2009 13:59:46 -0000	1.86
@@ -1,14 +1,13 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
 Patch1: curl-7.15.3-multilib.patch
 Patch2: curl-7.16.0-privlibs.patch
 Patch3: curl-7.17.1-badsocket.patch
-Patch4: curl-7.19.4-easy-leak.patch
 Provides: webclient
 URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,6 +34,7 @@
 Group: Development/Libraries
 Requires: libcurl = %{version}-%{release}
 Requires: libidn-devel, pkgconfig, automake
+Requires: libssh2-devel
 Provides: curl-devel = %{version}-%{release}
 Obsoletes: curl-devel < %{version}-%{release}
 
@@ -49,7 +49,6 @@
 %patch1 -p1 -b .multilib
 %patch2 -p1 -b .privlibs
 %patch3 -p1 -b .badsocket
-%patch4 -p1 -b .easy-leak
 
 # Convert docs to UTF-8
 for f in CHANGES README; do
@@ -118,6 +117,10 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Fri Mar 06 2009 Jindrich Novy <jnovy at redhat.com> 7.19.4-2
+- drop .easy-leak patch, causes problems in pycurl (#488791)
+- fix libcurl-devel dependencies (#488895)
+
 * Tue Mar 03 2009 Jindrich Novy <jnovy at redhat.com> 7.19.4-1
 - update to 7.19.4 (fixes CVE-2009-0037)
 - fix leak in curl_easy* functions, thanks to Kamil Dudka


--- curl-7.19.4-easy-leak.patch DELETED ---




More information about the fedora-extras-commits mailing list