rpms/sword/F-13 sword-curl-7.20.0-fix.patch, NONE, 1.1 sword.spec, 1.30, 1.31

Deji Akingunola deji at fedoraproject.org
Sat Mar 20 17:45:24 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/sword/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7945

Modified Files:
	sword.spec 
Added Files:
	sword-curl-7.20.0-fix.patch 
Log Message:
* Sat Mar 20 2010 Deji Akingunola <dakingun at gmail.com> - 1.6.1-2
- Work around regression in curl-7.20.0 (Patch by Karl Kleinpaste), fix #569685


sword-curl-7.20.0-fix.patch:
 curlftpt.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE sword-curl-7.20.0-fix.patch ---
--- src/mgr/curlftpt.cpp	2009-12-04 03:54:06.000000000 -0500
+++ src/mgr/curlftpt.cpp.new	2010-03-20 12:41:50.449544991 -0400
@@ -124,6 +124,7 @@
 
 
 CURLFTPTransport::~CURLFTPTransport() {
+	curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL);
 	curl_easy_cleanup(session);
 }
 


Index: sword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sword/F-13/sword.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- sword.spec	13 Jan 2010 18:38:03 -0000	1.30
+++ sword.spec	20 Mar 2010 17:45:24 -0000	1.31
@@ -1,12 +1,13 @@
 Name:           sword           
 Version:        1.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free Bible Software Project
 
 Group:          System Environment/Libraries
 License:        GPLv2
 URL:            http://www.crosswire.org/sword/
 Source0:        http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/sword-%{version}.tar.gz
+Patch0:		sword-curl-7.20.0-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 BuildRequires:  curl-devel
@@ -40,6 +41,7 @@ that uses the sword API, such as Gnomesw
 
 %prep
 %setup -q
+%patch0 -p0 -b .fix
 
 %build
 %configure --disable-static --with-icu
@@ -82,6 +84,9 @@ rm -rf %{buildroot}
 %{_libdir}/libsword.so
 
 %changelog
+* Sat Mar 20 2010 Deji Akingunola <dakingun at gmail.com> - 1.6.1-2
+- Work around regression in curl-7.20.0 (Patch by Karl Kleinpaste), fix #569685
+
 * Wed Jan 13 2010 Deji Akingunola <dakingun at gmail.com> - 1.6.1-1
 - Update to version 1.6.1
 



More information about the scm-commits mailing list