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

Milan Crha mcrha at fedoraproject.org
Thu May 2 09:58:10 UTC 2013


commit c69670c10ba4752fb92b3870be083c9c09fb79d4
Author: Milan Crha <mcrha at redhat.com>
Date:   Thu May 2 11:52:56 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                    |    7 ++++++-
 2 files changed, 17 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 6017271..0029357 100644
--- a/evolution-rspam.spec
+++ b/evolution-rspam.spec
@@ -1,7 +1,7 @@
 Name: evolution-rspam
 Summary: Evolution Plugin for reporting spam
 Version: 0.6.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Internet
 License: GPLv2+
 Source: http://gnome.eu.org/%{name}-%{version}.tar.xz
@@ -9,6 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://gnome.eu.org/evo/index.php/Report_as_Spam
 
 Patch0: evolution-rspam-0.6.0-evo38.patch
+Patch1: evolution-rspam-0.6.0-convert-fix.patch
 
 Requires: perl-Razor-Agent
 Requires: pyzor
@@ -31,6 +32,7 @@ See README for more information about required programs.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .evo38
+%patch1 -p1 -b .convert-fix
 
 %build
 %configure
@@ -72,6 +74,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-4
+- Add patch for Red Hat bug #887246 (.convert file causes crash of GConf)
+
 * Fri Feb 22 2013 Milan Crha <mcrha at redhat.com> - 0.6.0-3
 - Add patch to be buildable against evolution 3.7.90
 


More information about the scm-commits mailing list