Hello community, here is the log from the commit of package kmail for openSUSE:Factory checked in at 2017-05-22 10:45:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmail (Old) and /work/SRC/openSUSE:Factory/.kmail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmail" Mon May 22 10:45:57 2017 rev:7 rq:496469 version:17.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kmail/kmail.changes 2017-05-08 18:52:37.152248983 +0200 +++ /work/SRC/openSUSE:Factory/.kmail.new/kmail.changes 2017-05-22 10:45:59.353550477 +0200 @@ -1,0 +2,18 @@ +Fri May 19 05:09:44 UTC 2017 - [email protected] + +- Add 0001-Add-missing-helper_p-include.patch: upstream patch + to fix building with Qt 5.6 + +------------------------------------------------------------------- +Wed May 17 20:36:30 CEST 2017 - [email protected] + +- Update to 17.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.1.php +- Changes since 17.04.0: + * Use a mCurrentCollection variable as discussed with david. + * Clean stylesheet when we select a valid folder + * Allow to add more file after --attach + +------------------------------------------------------------------- Old: ---- kmail-17.04.0.tar.xz New: ---- 0001-Add-missing-helper_p-include.patch kmail-17.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmail.spec ++++++ --- /var/tmp/diff_new_pack.dJHclY/_old 2017-05-22 10:46:00.013457467 +0200 +++ /var/tmp/diff_new_pack.dJHclY/_new 2017-05-22 10:46:00.013457467 +0200 @@ -19,7 +19,7 @@ %bcond_without lang Name: kmail -Version: 17.04.0 +Version: 17.04.1 Release: 0 %define kf5_version 5.32.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) @@ -31,6 +31,8 @@ Group: Productivity/Networking/Email/Clients Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM +Patch0: 0001-Add-missing-helper_p-include.patch %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel %else @@ -145,6 +147,7 @@ %prep %setup -q +%patch0 -p1 %build %cmake_kf5 -d build ++++++ 0001-Add-missing-helper_p-include.patch ++++++ >From 8f8f402e376d38d5a34517d3738f3e1cdf747b67 Mon Sep 17 00:00:00 2001 From: Luca Beltrame <[email protected]> Date: Fri, 19 May 2017 07:06:13 +0200 Subject: [PATCH] Add missing helper_p include This fixes build on distributions that are using Qt 5.6, like openSUSE Leap. --- src/kmkernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kmkernel.cpp b/src/kmkernel.cpp index 57e5d2316..ddfa10d58 100644 --- a/src/kmkernel.cpp +++ b/src/kmkernel.cpp @@ -1,6 +1,7 @@ /* */ #include "kmkernel.h" +#include "helper_p.h" #include "settings/kmailsettings.h" #include "libkdepim/broadcaststatus.h" -- 2.12.2 ++++++ kmail-17.04.0.tar.xz -> kmail-17.04.1.tar.xz ++++++ ++++ 68670 lines of diff (skipped)
