rpms/evolution-rss/F-7 evolution-rss-0.0.8-norss-popup.patch, 1.1, 1.2 evolution-rss.spec, 1.5, 1.6

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Mon Mar 24 13:42:20 UTC 2008


Author: lucilanga

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

Modified Files:
	evolution-rss-0.0.8-norss-popup.patch evolution-rss.spec 
Log Message:
Fixed wrong function def in previous patch

evolution-rss-0.0.8-norss-popup.patch:

Index: evolution-rss-0.0.8-norss-popup.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/F-7/evolution-rss-0.0.8-norss-popup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-rss-0.0.8-norss-popup.patch	23 Mar 2008 13:57:42 -0000	1.1
+++ evolution-rss-0.0.8-norss-popup.patch	24 Mar 2008 13:42:11 -0000	1.2
@@ -19,7 +19,7 @@
  	if (!rf->setup || g_hash_table_size(rf->hrname)<1)
  	{
 -		e_error_run(NULL, "org-gnome-evolution-rss:generr", "No RSS feeds configured!", NULL);
-+		taskbar_message_new(_("No RSS feeds configured!"));
++		taskbar_push_message(_("No RSS feeds configured!"));
  		return;
  	}
  


Index: evolution-rss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/F-7/evolution-rss.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- evolution-rss.spec	23 Mar 2008 13:57:42 -0000	1.5
+++ evolution-rss.spec	24 Mar 2008 13:42:11 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Evolution RSS Reader
 Name: evolution-rss
 Version: 0.0.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Internet
 License: GPLv2 and GPLv2+
 Source: http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -89,6 +89,9 @@
 %doc TODO
 
 %changelog
+* Thu Mar 24 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-4
+- Fixed wrong function def in previous patch
+
 * Thu Mar 23 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-3
 - Fix for No rss feeds configured
 




More information about the fedora-extras-commits mailing list