rpms/evolution-rss/devel evolution-rss-0.1.2-updateinterval.patch, NONE, 1.1 evolution-rss.spec, 1.23, 1.24

Lucian Langa lucilanga at fedoraproject.org
Sun Apr 12 12:35:21 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/evolution-rss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19322

Modified Files:
	evolution-rss.spec 
Added Files:
	evolution-rss-0.1.2-updateinterval.patch 
Log Message:
* Sat Apr 11 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.2-5
- 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/devel/evolution-rss.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- evolution-rss.spec	8 Mar 2009 11:36:29 -0000	1.23
+++ evolution-rss.spec	12 Apr 2009 12:34:47 -0000	1.24
@@ -1,33 +1,35 @@
-Summary: Evolution RSS Reader
-Name: evolution-rss
-Version: 0.1.2
-Release: 4%{?dist}
-Group: Applications/Internet
-License: GPLv2 and GPLv2+
-Source: http://gnome.eu.org/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL: http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
-Requires: evolution
-
-Requires(pre): GConf2
-Requires(post): GConf2
-Requires(preun): GConf2
-
-BuildRequires: gettext
-BuildRequires: evolution-devel
-BuildRequires: evolution-data-server-devel 
-BuildRequires: dbus-glib-devel
-BuildRequires: xulrunner-devel-unstable
-BuildRequires: WebKit-gtk-devel
-BuildRequires: perl(XML::Parser)
-BuildRequires: libtool
-BuildRequires: intltool
+Name:		evolution-rss
+Summary:	Evolution RSS Reader
+Version:	0.1.2
+Release:	5%{?dist}
+Group:		Applications/Internet
+License:	GPLv2 and GPLv2+
+URL:		http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
+Source:		http://gnome.eu.org/%{name}-%{version}.tar.gz
+Patch0:		evolution-rss-0.1.2-updateinterval.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:	evolution
+
+Requires(pre):	GConf2
+Requires(post):	GConf2
+Requires(preun):GConf2
+
+BuildRequires:	gettext
+BuildRequires:	evolution-devel
+BuildRequires:	evolution-data-server-devel 
+BuildRequires:	dbus-glib-devel
+BuildRequires:	xulrunner-devel-unstable
+BuildRequires:	WebKit-gtk-devel
+BuildRequires:	perl(XML::Parser)
+BuildRequires:	libtool
+BuildRequires:	intltool
 
 %description
 This is an evolution plugin which enables evolution to read rss feeds.
 
 %prep
 %setup -q -n evolution-rss-%{version}
+%patch0 -p0 -b .updateinterval
 
 %build
 %configure
@@ -67,6 +69,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog FAQ NEWS README TODO
 # Only the following binary is under GPLv2. Other
 # parts are under GPLv2+.
 %{_bindir}/evolution-import-rss
@@ -78,15 +81,11 @@
 %{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.xml
 %{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
 %{_libdir}/bonobo/servers/GNOME_Evolution_RSS_*.server
-%doc AUTHORS
-%doc COPYING
-%doc ChangeLog
-%doc FAQ
-%doc NEWS
-%doc README
-%doc TODO
 
 %changelog
+* Sat Apr 11 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.2-5
+- temporary fix for bug #489217: set interval longer than 100 minutes
+
 * Sun Mar 08 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.2-4
 - rebuild against newer webkit
 




More information about the scm-commits mailing list