rpms/evolution-rss/F-8 evolution-rss-0.0.8-empty-desc.patch, NONE, 1.1 evolution-rss.spec, 1.4, 1.5

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Sat Mar 22 16:53:57 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/evolution-rss/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27475

Modified Files:
	evolution-rss.spec 
Added Files:
	evolution-rss-0.0.8-empty-desc.patch 
Log Message:
fix #43 empty description

evolution-rss-0.0.8-empty-desc.patch:

--- NEW FILE evolution-rss-0.0.8-empty-desc.patch ---
--- evolution-rss-0.0.8/src/rss.c	2008-03-03 14:26:04.000000000 +0100
+++ evolution-rss-0.0.8a/src/rss.c	2008-03-19 13:08:11.000000000 +0100
@@ -3398,8 +3398,9 @@
 			}
 		}
                 if (strcasecmp (node->name, match)==0) {
-                        if (node->children->type == 1 && (node->children != NULL 
-			|| node->children->next != NULL)) {
+                        if (node->children != NULL 
+			&& (node->children->type == 1 
+			        || node->children->next != NULL)) {
 #ifdef RDF_DEBUG
 				g_print("NODE DUMP:%s\n", xmlNodeGetContent(node->children->next));
 #endif


Index: evolution-rss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/F-8/evolution-rss.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- evolution-rss.spec	3 Mar 2008 17:45:09 -0000	1.4
+++ evolution-rss.spec	22 Mar 2008 16:53:22 -0000	1.5
@@ -5,6 +5,7 @@
 Group: Applications/Internet
 License: GPLv2 and GPLv2+
 Source: http://gnome.eu.org/%{name}-%{version}.tar.gz
+Patch0: evolution-rss-0.0.8-empty-desc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 Requires: evolution
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q -n evolution-rss-%{version}
+%patch0 -p1 -b empty-fix
 
 %build
 %configure --disable-webkit




More information about the fedora-extras-commits mailing list