Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2018-04-05 15:30:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/korganizer (Old)
 and      /work/SRC/openSUSE:Factory/.korganizer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "korganizer"

Thu Apr  5 15:30:34 2018 rev:19 rq:592842 version:17.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes    2018-03-20 
21:39:58.597713367 +0100
+++ /work/SRC/openSUSE:Factory/.korganizer.new/korganizer.changes       
2018-04-05 15:30:34.750458311 +0200
@@ -1,0 +2,6 @@
+Sun Apr  1 07:09:42 UTC 2018 - wba...@tmo.at
+
+- Add fix-folder-properties.patch to fix "Folder Properties" not
+  appearing (kde#392395)
+
+-------------------------------------------------------------------

New:
----
  fix-folder-properties.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ korganizer.spec ++++++
--- /var/tmp/diff_new_pack.uIDzWK/_old  2018-04-05 15:30:35.614427084 +0200
+++ /var/tmp/diff_new_pack.uIDzWK/_new  2018-04-05 15:30:35.618426940 +0200
@@ -32,6 +32,8 @@
 Url:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 Patch1:         korgac-autostart-default.patch
+# PATCH-FIX-UPSTREAM
+Patch2:         fix-folder-properties.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -97,6 +99,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %cmake_kf5 -d build

++++++ fix-folder-properties.patch ++++++
>From 868ae0f068cd05f8e77b4f89ceaff21378790e28 Mon Sep 17 00:00:00 2001
From: Laurent Montel <mon...@kde.org>
Date: Tue, 27 Mar 2018 11:14:28 +0200
Subject: Fix Bug 392395 - Folder properties does not work

FIXED-IN: 5.8.0
BUG: 392395
---
 src/manageshowcollectionproperties.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/manageshowcollectionproperties.cpp 
b/src/manageshowcollectionproperties.cpp
index f167c85..1aabc74 100644
--- a/src/manageshowcollectionproperties.cpp
+++ b/src/manageshowcollectionproperties.cpp
@@ -54,7 +54,7 @@ void 
ManageShowCollectionProperties::showCollectionProperties()
     Akonadi::CollectionAttributesSynchronizationJob *sync
         = new Akonadi::CollectionAttributesSynchronizationJob(col);
     sync->setProperty("collectionId", id);
-    connect(sync, &KJob::result,
+    connect(sync, &Akonadi::CollectionAttributesSynchronizationJob::result,
             this, 
&ManageShowCollectionProperties::slotCollectionPropertiesContinued);
     sync->start();
 }
@@ -101,6 +101,5 @@ void 
ManageShowCollectionProperties::slotCollectionPropertiesFinished(KJob *job)
 
         dlg->show();
         mHashDialogBox.insert(collection.id(), dlg);
-        delete dlg;
     }
 }
-- 
cgit v0.11.2


Reply via email to