Hello community, here is the log from the commit of package kdepim-addons for openSUSE:Factory checked in at 2018-11-08 09:41:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old) and /work/SRC/openSUSE:Factory/.kdepim-addons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim-addons" Thu Nov 8 09:41:08 2018 rev:33 rq:645125 version:18.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes 2018-10-15 09:24:58.480397423 +0200 +++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 2018-11-08 09:41:09.421613843 +0100 @@ -1,0 +2,7 @@ +Mon Oct 29 05:49:53 UTC 2018 - Luca Beltrame <[email protected]> + +- Add patch to enable by default some commonly used options in + kmail: + * 0001-Enable-the-expert-plugin-by-default.patch + +------------------------------------------------------------------- New: ---- 0001-Enable-the-expert-plugin-by-default.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim-addons.spec ++++++ --- /var/tmp/diff_new_pack.Kw3nC1/_old 2018-11-08 09:41:10.421612685 +0100 +++ /var/tmp/diff_new_pack.Kw3nC1/_new 2018-11-08 09:41:10.425612680 +0100 @@ -29,6 +29,8 @@ Group: Productivity/Graphics/Other Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE +Patch0: 0001-Enable-the-expert-plugin-by-default.patch BuildRequires: akonadi-calendar-devel BuildRequires: akonadi-import-wizard-devel BuildRequires: akonadi-notes-devel @@ -93,6 +95,7 @@ %prep %setup -q +%autopatch -p1 %build %cmake_kf5 -d build -- -DKDEPIMADDONS_BUILD_EXAMPLES=FALSE ++++++ 0001-Enable-the-expert-plugin-by-default.patch ++++++ >From ed24e3b0ca72adb521747a07f4c7d5b42113c826 Mon Sep 17 00:00:00 2001 From: Luca Beltrame <[email protected]> Date: Thu, 18 Oct 2018 13:53:06 +0200 Subject: [PATCH] Enable the expert plugin by default Many users rely on this functionality. --- kmail/plugins/expertplugin/kmail_expertplugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: kdepim-addons-18.08.2/kmail/plugins/expertplugin/kmail_expertplugin.json =================================================================== --- kdepim-addons-18.08.2.orig/kmail/plugins/expertplugin/kmail_expertplugin.json 2018-10-29 06:48:34.158364486 +0100 +++ kdepim-addons-18.08.2/kmail/plugins/expertplugin/kmail_expertplugin.json 2018-10-29 06:48:52.914511631 +0100 @@ -23,7 +23,7 @@ "Description[sv]": "Insticksprogrammet aktiverar några expertalternativ.", "Description[uk]": "За допомогою цього додатка можна увімкнути деякі дії для досвідчених користувачів.", "Description[x-test]": "xxThis plugin activates some expert actions.xx", - "EnabledByDefault": "false", + "EnabledByDefault": "true", "Id": "kmailexpert", "Name": "Expert Plugin", "Name[ar]": "ملحقة الخبراء",
