Update to 16.12.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=95
This commit is contained in:
parent
b7d299183e
commit
a327454f8d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf40309f36bea813341187f72d55546eeabe0538657ea9a665a3156393514ab3
|
|
||||||
size 1036664
|
|
3
akonadi-16.12.3.tar.xz
Normal file
3
akonadi-16.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc48a200c27331d5a9ac6bfb8d7d61f3c4240f133bb23c996c78493f24644b03
|
||||||
|
size 1037568
|
@ -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
|
Fri Feb 24 13:14:48 UTC 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define rname akonadi
|
%define rname akonadi
|
||||||
%define kf5_version 5.26.0
|
%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}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Name: akonadi-server
|
Name: akonadi-server
|
||||||
Version: 16.12.2
|
Version: 16.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PIM Storage Service
|
Summary: PIM Storage Service
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user