KDE Applications 19.04.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=88
This commit is contained in:
parent
b610732f11
commit
e6f815f275
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8240fc3bb1cfe39feea666dd3ec2bbe27e4606f1700cde4f4b2a645acc5c92b3
|
||||
size 270340
|
3
pim-data-exporter-19.04.3.tar.xz
Normal file
3
pim-data-exporter-19.04.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33bc76f798849b4421563d3d7989ae72182ad75573e176469e785d08a867b653
|
||||
size 272860
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user