Accepting request 715219 from KDE:Applications

KDE Applications 19.04.3

OBS-URL: https://build.opensuse.org/request/show/715219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-data-exporter?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2019-07-17 11:19:19 +00:00 committed by Git OBS Bridge
commit b8297df00f
4 changed files with 34 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8240fc3bb1cfe39feea666dd3ec2bbe27e4606f1700cde4f4b2a645acc5c92b3
size 270340

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33bc76f798849b4421563d3d7989ae72182ad75573e176469e785d08a867b653
size 272860

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Jul 13 07:26:39 UTC 2019 - lbeltrame@kde.org
- Update to 19.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.3.php
- Changes since 19.04.2:
* Add toolbar action for user which uses "global menus" and think that
* Allow to clean "Folder-" group before exporting/importing
* Fix resource name (pop3)
* Fix duplicate code + fix import ldap support
* Use directly Utils::akonadiAgentName
* Remove jotPath
* Move code in utils class
* Don't resource agent_config_* as a resource type. Using it for getting
* Fix export filters
* Fix import/export eventviewrc
* Convert CollectionTreeView too
* import export "automatic add contact" settings
* Export/import MessageListPane collection id
* Fix import export note folder etc.
* Remove group if result is empty
* Fix export FavoriteCollectionsOrder
* Fix initialize Qt::AA_EnableHighDpiScaling attribute
* Reimport FavoriteCollections
* Fix bug where we try to convert identity as a folder
* Don't try to import path when it's empty.
-------------------------------------------------------------------
Fri Jun 07 12:51:57 UTC 2019 - lbeltrame@kde.org

View File

@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: pim-data-exporter
Version: 19.04.2
Version: 19.04.3
Release: 0
Summary: Data exporter for KDE PIM
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -38,6 +38,7 @@ BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Akonadi)
BuildRequires: cmake(KF5AkonadiContact)
BuildRequires: cmake(KF5AkonadiMime)
BuildRequires: cmake(KF5AkonadiNotes)
BuildRequires: cmake(KF5AlarmCalendar)
BuildRequires: cmake(KF5CalendarCore)
BuildRequires: cmake(KF5CalendarSupport)