diff --git a/gnote-enable-tomboy-migration.patch b/gnote-enable-tomboy-migration.patch new file mode 100644 index 0000000..cce184a --- /dev/null +++ b/gnote-enable-tomboy-migration.patch @@ -0,0 +1,14 @@ +From: Mike Gorse +Date: Wed Feb 12 08:32:51 CST 2014 +Subject: Enable Tomboy by default (bnc#862246) + +diff -ur gnote-3.11.0.orig/src/addins/tomboyimport/tomboyimport.desktop.in gnote-3.11.0/src/addins/tomboyimport/tomboyimport.desktop.in +--- gnote-3.11.0.orig/src/addins/tomboyimport/tomboyimport.desktop.in 2013-08-25 14:23:34.000000000 -0500 ++++ gnote-3.11.0/src/addins/tomboyimport/tomboyimport.desktop.in 2014-02-12 08:28:33.581091764 -0600 +@@ -5,5 +5,5 @@ + _Authors=Hubert Figuiere + Category=Tools + Version=0.2 +-DefaultEnabled=false ++DefaultEnabled=true + Module=tomboyimport diff --git a/gnote.changes b/gnote.changes index 2f393ec..8561762 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 12 16:39:23 UTC 2014 - mgorse@suse.com + +- Add gnote-enable-tomboy-migration.patch -- enable Tomboy + migration by default (bnc#862246 bgo#723835). + ------------------------------------------------------------------- Sun Jan 19 14:43:57 UTC 2014 - dimstar@opensuse.org diff --git a/gnote.spec b/gnote.spec index 37cadc9..f6246e1 100644 --- a/gnote.spec +++ b/gnote.spec @@ -24,6 +24,8 @@ License: GPL-3.0+ Group: Productivity/Text/Editors Url: http://live.gnome.org/Gnote Source: http://download.gnome.org/sources/gnote/3.11/%{name}-%{version}.tar.xz +# PATCH-FEATURE-UPSTREAM gnote-enable-tomboy-migration.patch bnc#862246 bgo#723835 mgorse@suse.com -- enable Tomboy migration by default. +Patch0: gnote-enable-tomboy-migration.patch BuildRequires: boost-devel >= 1.34 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -64,6 +66,7 @@ search results from documents. %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure --disable-static --with-x11-support