rpms/sylpheed-claws-plugins/devel sylpheed-claws-curl.patch, NONE, 1.1 sylpheed-claws-plugins.spec, 1.23, 1.24

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Nov 6 13:53:50 UTC 2006


Author: jnovy

Update of /cvs/extras/rpms/sylpheed-claws-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18774

Modified Files:
	sylpheed-claws-plugins.spec 
Added Files:
	sylpheed-claws-curl.patch 
Log Message:
- rebuild against the new curl


sylpheed-claws-curl.patch:

--- NEW FILE sylpheed-claws-curl.patch ---
--- sylpheed-claws-extra-plugins-2.5.2/rssyl-0.6.1/src/feed.c.curl	2006-09-25 12:55:29.000000000 -0400
+++ sylpheed-claws-extra-plugins-2.5.2/rssyl-0.6.1/src/feed.c	2006-11-06 08:42:55.000000000 -0500
@@ -121,7 +121,6 @@
 
 	curl_easy_setopt(eh, CURLOPT_URL, ctx->url);
 	curl_easy_setopt(eh, CURLOPT_NOPROGRESS, 1);
-	curl_easy_setopt(eh, CURLOPT_MUTE, 1);
 	curl_easy_setopt(eh, CURLOPT_WRITEDATA, f);
 	curl_easy_setopt(eh, CURLOPT_FOLLOWLOCATION, 1);
 	curl_easy_setopt(eh, CURLOPT_MAXREDIRS, 3);
--- sylpheed-claws-extra-plugins-2.5.2/gtkhtml2_viewer-0.11/src/gtkhtml2_viewer.c.curl	2006-09-25 12:55:35.000000000 -0400
+++ sylpheed-claws-extra-plugins-2.5.2/gtkhtml2_viewer-0.11/src/gtkhtml2_viewer.c	2006-11-06 08:42:28.000000000 -0500
@@ -372,7 +372,6 @@
 
 	curl_easy_setopt(eh, CURLOPT_URL, ctx->url);
 	curl_easy_setopt(eh, CURLOPT_NOPROGRESS, 1);
-	curl_easy_setopt(eh, CURLOPT_MUTE, 1);
 	curl_easy_setopt(eh, CURLOPT_WRITEDATA, f);
 	curl_easy_setopt(eh, CURLOPT_FOLLOWLOCATION, 1);
 	curl_easy_setopt(eh, CURLOPT_MAXREDIRS, 3);


Index: sylpheed-claws-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/sylpheed-claws-plugins.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sylpheed-claws-plugins.spec	20 Oct 2006 09:47:50 -0000	1.23
+++ sylpheed-claws-plugins.spec	6 Nov 2006 13:53:20 -0000	1.24
@@ -1,12 +1,13 @@
 Name:           sylpheed-claws-plugins
 Version:        2.5.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Additional plugins for sylpheed-claws
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://claws.sylpheed.org
 Source0:        http://dl.sf.net/sylpheed-claws/sylpheed-claws-extra-plugins-%{version}.tar.bz2
+Patch1:		sylpheed-claws-curl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  sylpheed-claws-devel >= %{version}
@@ -183,6 +184,7 @@
 
 %prep
 %setup -q -n sylpheed-claws-extra-plugins-%{version}
+%patch1 -p1 -b .curl
 
 %build
 #acpi_notifier
@@ -510,6 +512,9 @@
 %exclude %{_includedir}/ical.h
 
 %changelog
+* Mon Nov 06 2006 Jindrich Novy <jnovy at redhat.com> 2.5.2-5
+- rebuild against the new curl
+
 * Fri Oct 20 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 2.5.2-4
 - rebuild




More information about the scm-commits mailing list