Hello community,

here is the log from the commit of package kmail for openSUSE:Factory checked 
in at 2018-12-19 13:45:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail (Old)
 and      /work/SRC/openSUSE:Factory/.kmail.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail"

Wed Dec 19 13:45:23 2018 rev:27 rq:658812 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmail/kmail.changes      2018-11-12 
09:28:50.490189272 +0100
+++ /work/SRC/openSUSE:Factory/.kmail.new.28833/kmail.changes   2018-12-19 
13:45:31.375610465 +0100
@@ -1,0 +2,47 @@
+Fri Dec 14 06:09:13 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * Fix Bug 401685 - context menu option for mailing list actions confused 
about which list is relevant (kde#401685)
+- Add upstream patch 
0001-Fix-Bug-401419-Kmail-crashes-on-trying-to-open-any-e.patch:
+  * Fixes Kmail crashing when trying to open a mail (kde#401419)
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:03 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * Fix mem leak
+  * Fix potential mem leak
+  * Fix mem leak
+  * Fix mem leak
+  * Make sure the unified mailbox dialog is only really shown once
+  * Remove unused method
+
+-------------------------------------------------------------------
+Thu Nov 22 17:39:57 UTC 2018 - wba...@tmo.at
+
+- Use gcc7 to build on Leap 42.3, the default 4.8 is too old
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:30 UTC 2018 - Luca Beltrame <lbeltr...@kde.org>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:07 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------
@@ -65 +112 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -127 +174 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -263 +310 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -361 +408 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php

Old:
----
  kmail-18.08.3.tar.xz

New:
----
  0001-Fix-Bug-401419-Kmail-crashes-on-trying-to-open-any-e.patch
  kmail-18.12.0.tar.xz

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

Other differences:
------------------
++++++ kmail.spec ++++++
--- /var/tmp/diff_new_pack.CbugIH/_old  2018-12-19 13:45:33.443607571 +0100
+++ /var/tmp/diff_new_pack.CbugIH/_new  2018-12-19 13:45:33.443607571 +0100
@@ -16,21 +16,20 @@
 #
 
 
-%bcond_without lang
-
-Name:           kmail
-Version:        18.08.3
-Release:        0
 %define kf5_version 5.35.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+%bcond_without lang
+Name:           kmail
+Version:        18.12.0
+Release:        0
 Summary:        Mail Client
 License:        GPL-2.0-only
 Group:          Productivity/Networking/Email/Clients
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0:         0001-Fix-Bug-401419-Kmail-crashes-on-trying-to-open-any-e.patch
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  gettext-devel
 BuildRequires:  libgpgmepp-devel
@@ -103,20 +102,25 @@
 Requires:       kdepim-addons
 Requires:       kdepim-runtime
 Requires:       kmail-account-wizard
+Recommends:     %{name}-lang
 %requires_eq    libKF5PimCommon5
 %requires_eq    libKF5PimCommonAkonadi5
 %requires_eq    messagelib
 Recommends:     akonadi-import-wizard
 Recommends:     akonadi-search
 Recommends:     kleopatra
+Recommends:     ktnef
 Recommends:     mbox-importer
 Recommends:     pim-data-exporter
 Recommends:     pim-sieve-editor
-Recommends:     ktnef
 Provides:       kmail5 = %{version}
 Obsoletes:      kmail5 < %{version}
-Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+%if 0%{?suse_version} < 1500
+# the default gcc 4.8 is too old
+BuildRequires:  gcc7-c++
+%endif
 
 %description
 KMail is the KDE mail client.
@@ -141,9 +145,14 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+%if 0%{?suse_version} < 1500
+# the default gcc 4.8 is too old
+export CC=gcc-7
+export CXX=g++-7
+%endif
 %cmake_kf5 -d build
 %make_jobs
 
@@ -151,14 +160,13 @@
 %kf5_makeinstall -C build
 %if %{with lang}
   %find_lang %{name} --with-man --all-name
-  %kf5_find_htmldocs
+  %{kf5_find_htmldocs}
 %endif
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files -n ktnef
-%defattr(-,root,root)
 %doc %lang(en) %{_kf5_htmldir}/en/ktnef/
 %{_kf5_debugdir}/ktnefapps.categories
 %{_kf5_debugdir}/ktnefapps.renamecategories
@@ -167,8 +175,7 @@
 %{_kf5_iconsdir}/*/*/*/ktnef*.png
 
 %files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %config %{_kf5_configdir}/kmail.categories
 %config %{_kf5_configdir}/kmail.renamecategories
 %dir %{_kf5_appstreamdir}/
@@ -183,6 +190,7 @@
 %{_kf5_bindir}/akonadi_followupreminder_agent
 %{_kf5_bindir}/akonadi_mailfilter_agent
 %{_kf5_bindir}/akonadi_sendlater_agent
+%{_kf5_bindir}/akonadi_unifiedmailbox_agent
 %{_kf5_bindir}/kmail*
 %{_kf5_configkcfgdir}/archivemailagentsettings.kcfg
 %{_kf5_configkcfgdir}/kmail.kcfg
@@ -197,7 +205,6 @@
 %{_kf5_plugindir}/kmailpart.so
 %{_kf5_plugindir}/kontact_kmailplugin.so
 %{_kf5_plugindir}/kontact_summaryplugin.so
-%{_kf5_servicesdir}/ServiceMenus/
 %{_kf5_servicesdir}/kcmkmailsummary.desktop
 %{_kf5_servicesdir}/kcmkontactsummary.desktop
 %{_kf5_servicesdir}/kmail_*.desktop
@@ -209,8 +216,7 @@
 %{_kf5_sharedir}/kontact/
 
 %files application-icons
-%defattr(-,root,root)
-%doc COPYING COPYING.LIB COPYING.DOC
+%license COPYING COPYING.LIB COPYING.DOC
 %dir %{_kf5_iconsdir}/hicolor/16x16/emblems
 %dir %{_kf5_iconsdir}/hicolor/22x22/emblems
 %dir %{_kf5_iconsdir}/hicolor/8x8
@@ -224,12 +230,12 @@
 %dir %{_kf5_iconsdir}/breeze-dark/22x22/emblems
 %{_kf5_iconsdir}/hicolor/*/apps/kmail.png
 %{_kf5_iconsdir}/hicolor/*/emblems/gpg-key-trust-level*.svg
-%{_kf5_iconsdir}/hicolor/scalable/apps/kmail.svgz
+%{_kf5_iconsdir}/hicolor/scalable/apps/kmail.svg
 %{_kf5_iconsdir}/breeze-dark/*/emblems/gpg-key-trust-level-*.svg
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ 0001-Fix-Bug-401419-Kmail-crashes-on-trying-to-open-any-e.patch ++++++
>From 4c7adc353a55cd858be341b04b0f6aeddd7ede70 Mon Sep 17 00:00:00 2001
From: Laurent Montel <mon...@kde.org>
Date: Sun, 16 Dec 2018 09:00:18 +0100
Subject: [PATCH] Fix Bug 401419 - Kmail crashes on trying to open any email

FIXED-IN: 5.10.1
BUG: 401419
---
 src/kmmainwidget.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/kmmainwidget.cpp b/src/kmmainwidget.cpp
index d35cc9bda..46f23d438 100644
--- a/src/kmmainwidget.cpp
+++ b/src/kmmainwidget.cpp
@@ -2586,7 +2586,9 @@ void 
KMMainWidget::slotItemsFetchedForActivation(KMCommand *command)
     if (!win) {
         win = new KMReaderMainWin(mFolderDisplayFormatPreference, 
mFolderHtmlLoadExtPreference);
     }
-    
win->viewer()->setWebViewZoomFactor(mMsgView->viewer()->webViewZoomFactor());
+    if (mMsgView) {
+        
win->viewer()->setWebViewZoomFactor(mMsgView->viewer()->webViewZoomFactor());
+    }
     const bool useFixedFont = mMsgView ? mMsgView->isFixedFont()
                               : 
MessageViewer::MessageViewerSettings::self()->useFixedFont();
     win->setUseFixedFont(useFixedFont);
-- 
2.19.2

++++++ kmail-18.08.3.tar.xz -> kmail-18.12.0.tar.xz ++++++
++++ 246821 lines of diff (skipped)


Reply via email to