Hello community,
here is the log from the commit of package kidentitymanagement for
openSUSE:Factory checked in at 2017-05-22 10:40:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kidentitymanagement (Old)
and /work/SRC/openSUSE:Factory/.kidentitymanagement.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kidentitymanagement"
Mon May 22 10:40:39 2017 rev:20 rq:495950 version:17.04.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes
2017-05-08 18:51:32.941319424 +0200
+++
/work/SRC/openSUSE:Factory/.kidentitymanagement.new/kidentitymanagement.changes
2017-05-22 10:40:40.606490151 +0200
@@ -1,0 +2,10 @@
+Wed May 17 20:36:19 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:
+ * Simplify create folder
+
+-------------------------------------------------------------------
Old:
----
kidentitymanagement-17.04.0.tar.xz
New:
----
kidentitymanagement-17.04.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kidentitymanagement.spec ++++++
--- /var/tmp/diff_new_pack.oFEdWS/_old 2017-05-22 10:40:41.858313647 +0200
+++ /var/tmp/diff_new_pack.oFEdWS/_new 2017-05-22 10:40:41.862313083 +0200
@@ -19,7 +19,7 @@
%bcond_without lang
Name: kidentitymanagement
-Version: 17.04.0
+Version: 17.04.1
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
++++++ kidentitymanagement-17.04.0.tar.xz -> kidentitymanagement-17.04.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-17.04.0/CMakeLists.txt
new/kidentitymanagement-17.04.1/CMakeLists.txt
--- old/kidentitymanagement-17.04.0/CMakeLists.txt 2017-04-14
02:22:00.000000000 +0200
+++ new/kidentitymanagement-17.04.1/CMakeLists.txt 2017-05-09
02:26:37.000000000 +0200
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.0")
+set(PIM_VERSION "5.5.1")
project(KIdentityManagement VERSION ${PIM_VERSION})
@@ -23,7 +23,7 @@
set(KIDENTITYMANAGEMENT_LIB_VERSION ${PIM_VERSION})
-set(PIMTEXTEDIT_LIB_VERSION "5.5.0")
+set(PIMTEXTEDIT_LIB_VERSION "5.5.1")
ecm_setup_version(PROJECT VARIABLE_PREFIX KIDENTITYMANAGEMENT
VERSION_HEADER
"${CMAKE_CURRENT_BINARY_DIR}/kidentitymanagement_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-17.04.0/src/signatureconfigurator.cpp
new/kidentitymanagement-17.04.1/src/signatureconfigurator.cpp
--- old/kidentitymanagement-17.04.0/src/signatureconfigurator.cpp
2017-04-12 07:05:45.000000000 +0200
+++ new/kidentitymanagement-17.04.1/src/signatureconfigurator.cpp
2017-05-01 17:26:24.000000000 +0200
@@ -469,8 +469,7 @@
{
const QString dir =
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) +
QLatin1Char('/') + QStringLiteral("emailidentities/%1/").arg(
QString::number(identity.uoid()));
- QFileInfo fileInfo(dir);
- QDir().mkpath(fileInfo.absolutePath());
+ QDir().mkpath(dir);
setImageLocation(dir);
}