KDE Applications 19.04.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=192
This commit is contained in:
parent
26cafcc622
commit
b8f12e54f1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b157c4199e3b913c4f684f56ed9d76bef67b3c120c319c88ae24bded6fc927bc
|
|
||||||
size 1572528
|
|
3
akonadi-19.04.2.tar.xz
Normal file
3
akonadi-19.04.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16e1c6dd48004d9b1ad0c1dc38372ccdd5529c7e360fce95f65067b83407b6d2
|
||||||
|
size 1576724
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 07 12:51:51 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.04.2
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.04.2.php
|
||||||
|
- Changes since 19.04.1:
|
||||||
|
* Add some missing dependencies in KF5AkonadiConfig.cmake
|
||||||
|
* Fix QTimer being leaked in MonitorPrivate
|
||||||
|
* Port ExternalPartStorage::self to C++11 singleton syntax.
|
||||||
|
* autotests: fix leak of FakeServerData and FakeSession
|
||||||
|
* Fix FakeAkonadiServerCommands being leaked
|
||||||
|
* Fix leaking of requests in ItemRetriever::exec()
|
||||||
|
* Fix another null-sender warning in itemretrievertest
|
||||||
|
* monitornotificationtest: create FakeItemCache on stack
|
||||||
|
* Properly cleanup in notificationmanagertest
|
||||||
|
* Fix QObject::connect warning in itemretrievertest
|
||||||
|
* Remove dead code in NotificationManager
|
||||||
|
* itemsynctest: comment out the checks that make no sense.
|
||||||
|
* Fix memory leaks in attributefactorytest
|
||||||
|
* Fix memory leak of ItemRetrievalJobFactory in ItemRetrievalManager
|
||||||
|
* Fix previous commit, we can't use ecm_add_test because we do add_test ourselves
|
||||||
|
* Ensure that qsqlite3.so is found in the builddir while running tests.
|
||||||
|
* akonadi: port to ecm_add_test
|
||||||
|
* Fix memory leak due to getTestMonitor()
|
||||||
|
* Akonadi: fix compilation with clang
|
||||||
|
* Fix memory leaks (found by ASAN)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 10 05:37:10 UTC 2019 - lbeltrame@kde.org
|
Fri May 10 05:37:10 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: akonadi-server
|
Name: akonadi-server
|
||||||
Version: 19.04.1
|
Version: 19.04.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PIM Storage Service
|
Summary: PIM Storage Service
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user