[evolution-rspam/f18] Add patch for Red Hat bug #887246 (.convert file causes crash of GConf)

Milan Crha mcrha at fedoraproject.org
Thu May 2 09:56:50 UTC 2013


commit 568ae41316aec7f6a7923b6796b31c743ebf4194
Author: Milan Crha <mcrha at redhat.com>
Date:   Thu May 2 11:56:40 2013 +0200

    Add patch for Red Hat bug #887246 (.convert file causes crash of GConf)

 evolution-rspam-0.6.0-convert-fix.patch |   11 +++++++++++
 evolution-rspam.spec                    |    8 +++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/evolution-rspam-0.6.0-convert-fix.patch b/evolution-rspam-0.6.0-convert-fix.patch
new file mode 100644
index 0000000..f571a20
--- /dev/null
+++ b/evolution-rspam-0.6.0-convert-fix.patch
@@ -0,0 +1,11 @@
+diff -up evolution-rspam-0.6.0/src/evolution-rspam.convert.fixed evolution-rspam-0.6.0/src/evolution-rspam.convert
+--- evolution-rspam-0.6.0/src/evolution-rspam.convert.fixed	2013-05-02 11:45:27.980918703 +0200
++++ evolution-rspam-0.6.0/src/evolution-rspam.convert	2013-05-02 11:45:35.355010677 +0200
+@@ -1,7 +1,3 @@
+-[org.gnome.evolution]
+-version = /apps/evolution/version
+-last-upgraded-version = /apps/evolution/last_version
+-
+ [org.gnome.evolution.plugin.evolution-rspam]
+ use-dcc = /apps/evolution/plugin/evolution-rspam/use_dcc
+ use-razor2 = /apps/evolution/plugin/evolution-rspam/use_razor2
diff --git a/evolution-rspam.spec b/evolution-rspam.spec
index 41f74c1..0647df2 100644
--- a/evolution-rspam.spec
+++ b/evolution-rspam.spec
@@ -1,13 +1,15 @@
 Name: evolution-rspam
 Summary: Evolution Plugin for reporting spam
 Version: 0.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Internet
 License: GPLv2+
 Source: http://gnome.eu.org/%{name}-%{version}.tar.xz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://gnome.eu.org/evo/index.php/Report_as_Spam
 
+Patch1: evolution-rspam-0.6.0-convert-fix.patch
+
 Requires: perl-Razor-Agent
 Requires: pyzor
 Requires: evolution
@@ -28,6 +30,7 @@ See README for more information about required programs.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch1 -p1 -b .convert-fix
 
 %build
 %configure
@@ -69,6 +72,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %doc TODO
 
 %changelog
+* Thu May 02 2013 Milan Crha <mcrha at redhat.com> - 0.6.0-2
+- Add patch for Red Hat bug #887246 (.convert file causes crash of GConf)
+
 * Sun Aug 12 2012 Lucian Langa <cooly at gnome.eu.org> - 0.6.0-1
 - new upstream release
 


More information about the scm-commits mailing list