From a327454f8de480659ae760937ca9e334a4dcdfaba744882e2404019679be4e14 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 9 Mar 2017 12:48:22 +0000 Subject: [PATCH] Update to 16.12.3 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=95 --- akonadi-16.12.2.tar.xz | 3 --- akonadi-16.12.3.tar.xz | 3 +++ akonadi-server.changes | 22 ++++++++++++++++++++++ akonadi-server.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 akonadi-16.12.2.tar.xz create mode 100644 akonadi-16.12.3.tar.xz diff --git a/akonadi-16.12.2.tar.xz b/akonadi-16.12.2.tar.xz deleted file mode 100644 index 74aa2d5..0000000 --- a/akonadi-16.12.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf40309f36bea813341187f72d55546eeabe0538657ea9a665a3156393514ab3 -size 1036664 diff --git a/akonadi-16.12.3.tar.xz b/akonadi-16.12.3.tar.xz new file mode 100644 index 0000000..6ab1445 --- /dev/null +++ b/akonadi-16.12.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc48a200c27331d5a9ac6bfb8d7d61f3c4240f133bb23c996c78493f24644b03 +size 1037568 diff --git a/akonadi-server.changes b/akonadi-server.changes index 35f64f2..a40da38 100644 --- a/akonadi-server.changes +++ b/akonadi-server.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Mar 9 12:33:17 CET 2017 - lbeltrame@kde.org + +- Update to 16.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-16.12.3.php +- Changes since 16.12.2: + * Fix ServerManager going into Broken state when called before going to the event loop. + * Fix crash when Connection is closed while ItemRetriever is running (kde#374734) + * DataStream: throw exception if device is null (kde#376385) + * Don't export internal classes when not building autotests. + * Remove unused included cpp file from autotest. + * Fix ItemRetriever in case of concurrent requests for the same item(s) + * no need to generate the header twice, we can use the one from src/server here + * Revert unwanted changes in previous commit + * Implement "TODO: Qt 5: Use QDir::removeRecursively" + * Fix runtime warning at the end of itemretrievertest. + * Show collection id if collection is valid + * Add more debug + + ------------------------------------------------------------------- Fri Feb 24 13:14:48 UTC 2017 - lbeltrame@kde.org diff --git a/akonadi-server.spec b/akonadi-server.spec index d25843c..8986267 100644 --- a/akonadi-server.spec +++ b/akonadi-server.spec @@ -18,10 +18,10 @@ %define rname akonadi %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Name: akonadi-server -Version: 16.12.2 +Version: 16.12.3 Release: 0 Summary: PIM Storage Service License: LGPL-2.1+