Hello community,

here is the log from the commit of package kdepim for openSUSE:Factory checked 
in at 2015-11-02 12:54:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim/kdepim.changes    2015-10-19 
22:40:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim.new/kdepim.changes       2015-11-02 
12:55:01.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Oct 29 11:46:19 UTC 2015 - dval...@suse.com
+
+- Add disk constraints 
+
+-------------------------------------------------------------------
+Wed Oct 21 17:00:29 UTC 2015 - tittiatc...@gmail.com
+
+- Add upstream bugfix boo949130.diff to prevent kmail from 
+  crashing (boo#949130)
+
+-------------------------------------------------------------------

New:
----
  _constraints
  boo949130.diff

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

Other differences:
------------------
++++++ kdepim.spec ++++++
--- /var/tmp/diff_new_pack.AYrlHU/_old  2015-11-02 12:55:02.000000000 +0100
+++ /var/tmp/diff_new_pack.AYrlHU/_new  2015-11-02 12:55:02.000000000 +0100
@@ -64,6 +64,8 @@
 Source0:        kdepim-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE disable-qt5uitools-cmake-requirement.diff 
alarr...@suse.com -- Don't include cmake files that depend on newer cmake 
versions 
 Patch0:         disable-qt5uitools-cmake-requirement.diff
+# PATCH-FIX-UPSTREAM boo949130.diff mon...@kde.org -- Prevent kmail from 
crashing (boo#949130)
+Patch1:         boo949130.diff
 BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-devel
@@ -144,6 +146,7 @@
 %if ! 0%{?is_opensuse} && 0%{?suse_version} == 1315
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=ON -DKDEPIM_NO_TEXTTOSPEECH=TRUE

++++++ _constraints ++++++
<constraints>
  <hardware>
    <disk>
      <size unit="G">8</size>
    </disk>
  </hardware>
</constraints>
++++++ boo949130.diff ++++++
From: Montel Laurent <mon...@kde.org>
Date: Thu, 15 Oct 2015 13:35:51 +0000
Subject: Fix Bug 351395 - Crash when the identity's "dictionary" setting is 
changed
X-Git-Url: 
http://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=7744a9211d819488ba9de6880113e82297acf5bb
---
Fix Bug 351395 - Crash when the identity's "dictionary" setting is changed

FIXED-IN: 5.0.2
BUG: 351395
---


--- a/kmail/editor/kmcomposewin.cpp
+++ b/kmail/editor/kmcomposewin.cpp
@@ -455,11 +455,12 @@
     mExternalEditorWarning = new ExternalEditorWarning(this);
     v->addWidget(mExternalEditorWarning);
 
-    readConfig();
     setupStatusBar(attachmentView->widget());
     setupActions();
     setupEditor();
     rethinkFields();
+    readConfig();
+
     updateSignatureAndEncryptionStateIndicators();
 
     applyMainWindowSettings(KMKernel::self()->config()->group("Composer"));


Reply via email to