From f009509521e443cd555bf18704665822f12a51f3be1a841a33d26a366f5a9b61 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 17 May 2017 19:55:13 +0000 Subject: [PATCH] KDE Applications 17.04.1 checkin OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=108 --- akonadi-17.04.0.tar.xz | 3 --- akonadi-17.04.1.tar.xz | 3 +++ akonadi-server.changes | 26 ++++++++++++++++++++++++++ akonadi-server.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 akonadi-17.04.0.tar.xz create mode 100644 akonadi-17.04.1.tar.xz diff --git a/akonadi-17.04.0.tar.xz b/akonadi-17.04.0.tar.xz deleted file mode 100644 index 86bcf82..0000000 --- a/akonadi-17.04.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:962f7694ff67e32b965a07da282d2af7a0777353b11f537c147c8777b03901d4 -size 1301104 diff --git a/akonadi-17.04.1.tar.xz b/akonadi-17.04.1.tar.xz new file mode 100644 index 0000000..1d1a1ca --- /dev/null +++ b/akonadi-17.04.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d247dbdc433e2d589191659c40e85bf7b9c51d6b6a4f8259cea3f13c005b5d37 +size 1301584 diff --git a/akonadi-server.changes b/akonadi-server.changes index a3185ba..6a51a2c 100644 --- a/akonadi-server.changes +++ b/akonadi-server.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed May 17 20:35:29 CEST 2017 - lbeltrame@kde.org + +- 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: + * Fix mem leak + * avoid qCWarning in ETM for items never inserted + * Increase timeout in ResourceSynchronizationJob + * Fix possible crash in CollectionCopyJob when tracing Jobs + * Prevent sending multiple error messages from a single Handler + * Fix trx deadlock when updating Search collection + * On error, still send answer via DBUS, avoiding clients waiting forever (kde#378189) + * Fix clearing Item flags (kde#375146) + * Use toModelIndex + * This variable is unused + * use qAsConst + * Use qAsconst + * Minor optimization + * Fix emit or not keyword + * Remove unused variable + * Remove compile warning + * Minor optimization + ------------------------------------------------------------------- Tue May 9 08:58:37 UTC 2017 - wbauer@tmo.at diff --git a/akonadi-server.spec b/akonadi-server.spec index 00256fb..2dc1ab7 100644 --- a/akonadi-server.spec +++ b/akonadi-server.spec @@ -20,7 +20,7 @@ %define rname akonadi Name: akonadi-server -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)