rpms/camE/devel camE-1.9-curlopt.patch, NONE, 1.1 camE.spec, 1.13, 1.14

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Oct 31 16:50:42 UTC 2006


Author: thias

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

Modified Files:
	camE.spec 
Added Files:
	camE-1.9-curlopt.patch 
Log Message:
Add patch to remove obsolete CURLOPT_MUTE option.


camE-1.9-curlopt.patch:

--- NEW FILE camE-1.9-curlopt.patch ---
diff -Naupr camE-1.9.orig/webcam.c camE-1.9/webcam.c
--- camE-1.9.orig/webcam.c	2004-06-26 01:51:29.000000000 +0200
+++ camE-1.9/webcam.c	2006-10-31 17:44:10.000000000 +0100
@@ -987,8 +987,6 @@ ftp_upload(char *local,
     /* shut up completely */
     if (ftp_debug)
       curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, 1);
-    else
-      curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1);
 
     curl_easy_setopt(curl_handle, CURLOPT_UPLOAD, 1);
 


Index: camE.spec
===================================================================
RCS file: /cvs/extras/rpms/camE/devel/camE.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- camE.spec	31 Oct 2006 15:00:21 -0000	1.13
+++ camE.spec	31 Oct 2006 16:50:12 -0000	1.14
@@ -7,6 +7,7 @@
 URL: http://linuxbrit.co.uk/camE/
 Source: http://linuxbrit.co.uk/downloads/camE-%{version}.tar.gz
 Patch0: camE-1.9-cflags.patch
+Patch1: camE-1.9-curlopt.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: giblib-devel, curl-devel, zlib-devel
 
@@ -17,7 +18,8 @@
 
 %prep
 %setup
-%patch -p1 -b .cflags
+%patch0 -p1 -b .cflags
+%patch1 -p1 -b .curlopt
 
 
 %build
@@ -43,6 +45,7 @@
 %changelog
 * Tue Oct 31 2006 Matthias Saou <http://freshrpms.net/> 1.9-8
 - Rebuild against new libcurl.
+- Add patch to remove obsolete CURLOPT_MUTE option.
 
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.9-7
 - FC6 rebuild.




More information about the scm-commits mailing list