[evolution-rss/f19] add runtime fixes and proxy fixes patches

Lucian Langa lucilanga at fedoraproject.org
Sat Apr 5 00:21:00 UTC 2014


commit fa0a95d49eb99656d9d786a322d1061bceb3ae89
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Sat Apr 5 02:20:49 2014 +0200

    add runtime fixes and proxy fixes patches

 evolution-rss.spec |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/evolution-rss.spec b/evolution-rss.spec
index e10f442..416e2bf 100644
--- a/evolution-rss.spec
+++ b/evolution-rss.spec
@@ -6,7 +6,7 @@ Name:		evolution-rss
 Summary:	Evolution RSS Reader
 Epoch:		1
 Version:	0.3.93
-Release:	3%{?dist}
+Release:	4%{?dist}
 Group:		Applications/Internet
 License:	GPLv2 and GPLv2+
 URL:		http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
@@ -16,6 +16,8 @@ Requires:	evolution
 
 Patch0: evolution-rss-0.3.93-convert-fix.patch
 Patch1: evolution-rss-0.3.93-globals-clash.patch
+Patch2: rss-runtime.patch
+Patch3: rss-proxy.patch
 
 Requires(pre):	GConf2
 Requires(post):	GConf2
@@ -37,6 +39,8 @@ This is an evolution plugin which enables evolution to read rss feeds.
 %setup -q -n evolution-rss-%{version}
 %patch0 -p1 -b .convert-fix
 %patch1 -p1 -b .globals-clash
+%patch2 -p1 -b .rss-runtime
+%patch3 -p1 -b .rss-proxy
 
 %build
 %configure --with-primary-render=webkit
@@ -99,6 +103,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_libdir}/evolution/*/modules/evolution-module-rss.so
 
 %changelog
+* Fri Apr 04 2014 Lucian Langa <cooly at gnome.eu.org> - 1:0.3.93-4
+- fix bogus dates
+- add patch for runtime errors (GNOME bug #720459)
+- add patch to fix proxy settings crash (GNOME bug #714997)
+
 * Thu May 02 2013 Milan Crha <mcrha at redhat.com> - 1:0.3.93-3
 - Add patch for Red Hat bug #886881 (global variable clash with evolution-rspam)
 - Add patch for Red Hat bug #887246 (.convert file touches evolution schema)
@@ -308,7 +317,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 * Sat Aug 23 2008 Lucian Langa <cooly at gnome.eu.org> - 0.1.1-2
 - fix for #458818
 
-* Thu Jul 29 2008 Lucian Langa <cooly at gnome.eu.org> - 0.1.1-1
+* Tue Jul 29 2008 Lucian Langa <cooly at gnome.eu.org> - 0.1.1-1
 - remove patches for RH #452322 (fixed upstream)
 - Update to devel version 0.1.1
 
@@ -318,19 +327,19 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 * Wed Jul  2 2008 Lucian Langa <cooly at gnome.eu.org> - 0.1.0-1
 - New upstream
 
-* Thu Mar 24 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-5
+* Mon Mar 24 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-5
 - Fixed wrong function def in previous patch
 
-* Thu Mar 23 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-4
+* Sun Mar 23 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-4
 - Fix for No rss feeds configured
 
-* Thu Mar 22 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-3
+* Sat Mar 22 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-3
 - Upstream fix for empty description
 
-* Thu Mar  4 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-2
+* Tue Mar  4 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-2
 - Rebuild against libxul
 
-* Thu Mar  3 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-1
+* Mon Mar  3 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.8-1
 - Update to 0.0.8 release
 
 * Thu Feb 28 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.7-9
@@ -339,7 +348,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 * Tue Feb 19 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.7-8
 - Misc cleanups
 
-* Sat Feb 17 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.7-7
+* Sun Feb 17 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.7-7
 - Misc cleanup
 
 * Sat Feb 16 2008 Lucian Langa <cooly at gnome.eu.org> - 0.0.7-6


More information about the scm-commits mailing list