rpms/evolution-rss/F-10 evolution-rss-0.1.2-updateinterval.patch, NONE, 1.1 evolution-rss.spec, 1.26, 1.27

Lucian Langa lucilanga at fedoraproject.org
Sun Apr 12 18:02:49 UTC 2009


Author: lucilanga

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

Modified Files:
	evolution-rss.spec 
Added Files:
	evolution-rss-0.1.2-updateinterval.patch 
Log Message:
* Sun Apr 12 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.2-7
- temporary fix for bug #489217: set interval longer than 100 minutes

evolution-rss-0.1.2-updateinterval.patch:

--- NEW FILE evolution-rss-0.1.2-updateinterval.patch ---
Index: src/rss-config-factory.c
===================================================================
--- src/rss-config-factory.c	(revision 499)
+++ src/rss-config-factory.c	(working copy)
@@ -374,6 +374,7 @@
 	GtkWidget *radiobutton5 = (GtkWidget *)glade_xml_get_widget (gui, "ttl");
 	GtkWidget *radiobutton6 = (GtkWidget *)glade_xml_get_widget (gui, "ttl_disabled");
 	GtkWidget *ttl_value = (GtkWidget *)glade_xml_get_widget (gui, "ttl_value");
+        gtk_spin_button_set_range (GTK_SPIN_BUTTON(ttl_value), 0, 10000);
 
   	switch (del_feed)
   	{


Index: evolution-rss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/F-10/evolution-rss.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- evolution-rss.spec	27 Mar 2009 19:32:24 -0000	1.26
+++ evolution-rss.spec	12 Apr 2009 18:02:18 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: Evolution RSS Reader
 Name: evolution-rss
 Version: 0.1.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 Group: Applications/Internet
 License: GPLv2 and GPLv2+
 Source: http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -87,6 +87,9 @@
 %doc TODO
 
 %changelog
+* Sun Apr 12 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.2-7
+- temporary fix for bug #489217: set interval longer than 100 minutes
+
 * Fri Mar 27 2009 Christopher Aillon <caillon at redhat.com> - 0.1.2-6
 - Rebuild against newer gecko
 




More information about the scm-commits mailing list