rpms/evolution-rss/F-12 evolution-rss-0.1.4-status-icon.patch, NONE, 1.1 evolution-rss.spec, 1.44, 1.45

Lucian Langa lucilanga at fedoraproject.org
Tue Dec 8 18:14:25 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/evolution-rss/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4616

Modified Files:
	evolution-rss.spec 
Added Files:
	evolution-rss-0.1.4-status-icon.patch 
Log Message:
upstream patch to fix status icon crash

evolution-rss-0.1.4-status-icon.patch:
 parser.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE evolution-rss-0.1.4-status-icon.patch ---
diff -Naur evolution-rss-0.1.4/src/parser.c evolution-rss-0.1.4-mod/src/parser.c
--- evolution-rss-0.1.4/src/parser.c	2009-08-13 12:20:42.000000000 +0300
+++ evolution-rss-0.1.4-mod/src/parser.c	2009-10-27 23:17:26.000000000 +0200
@@ -1065,7 +1065,7 @@
 		else
 			CF->full_path 	= g_strdup(chn_name);
 
-		subj = CF->subj;
+		subj = g_strdup(CF->subj);
 
 		while (gtk_events_pending())
                   gtk_main_iteration ();
@@ -1090,6 +1090,7 @@
 			farticle++;
 			d(g_print("put success()\n"));
 			update_status_icon(chn_name, subj);
+			g_free(subj);
 		} else
 			free_cf(CF);
         }


Index: evolution-rss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/F-12/evolution-rss.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- evolution-rss.spec	8 Dec 2009 07:57:08 -0000	1.44
+++ evolution-rss.spec	8 Dec 2009 18:14:25 -0000	1.45
@@ -11,7 +11,7 @@
 Name:		evolution-rss
 Summary:	Evolution RSS Reader
 Version:	0.1.4
-Release:	11%{?dist}
+Release:	12%{?dist}
 Group:		Applications/Internet
 License:	GPLv2 and GPLv2+
 URL:		http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
@@ -24,6 +24,7 @@ Patch4:		evolution-rss-0.1.4-sanitize-ic
 Patch5:		evolution-rss-0.1.4-empty-source.patch
 Patch6:		evolution-rss-0.1.4-reject-empty-url.patch
 Patch7:		evolution-rss-0.1.4-opml-fix.patch
+Patch8:		evolution-rss-0.1.4-status-icon.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	evolution
 
@@ -55,6 +56,7 @@ This is an evolution plugin which enable
 %patch5 -p1 -b .empty-source
 %patch6 -p1 -b .reject-empty-url
 %patch7 -p1 -b .opml-fix
+%patch8 -p1 -b .status-icon
 
 %build
 %configure --with-primary-render=gecko
@@ -108,6 +110,9 @@ fi
 %{_libdir}/bonobo/servers/GNOME_Evolution_RSS_*.server
 
 %changelog
+* Tue Dec 08 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.4-12
+- upstream patch to fix status icon crash
+
 * Tue Dec 08 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.4-11
 - fix for bug #542206
 




More information about the fedora-extras-commits mailing list