KDE Applications 17.08.80 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=53
This commit is contained in:
parent
57e9d74112
commit
eb1db583ae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aeac3c5205378a868c7f3754e4d98cb81acff21ed5bc5ad69500140f4f509bca
|
|
||||||
size 92400
|
|
3
kimap-17.03.80.tar.xz
Normal file
3
kimap-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8007d03044898ff10f99ba62a5738ba8b7b62333c485f858d9cbc1fbf6a94cc2
|
||||||
|
size 92952
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 25 23:10:30 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||||
|
- Changes since 16.12.3:
|
||||||
|
* initialize some variable (found by cppcheck)
|
||||||
|
* Fix some warning reported by cppcheck
|
||||||
|
* Remove duplicate code
|
||||||
|
* Minor optimization
|
||||||
|
* Minor optimization
|
||||||
|
* Port to STL iterator
|
||||||
|
* Use qAsConst when possible. Minor optimization
|
||||||
|
* Minor optimization
|
||||||
|
* Optimization
|
||||||
|
* Improve error message in case of bad KIMAP_LOGFILE
|
||||||
|
* Wsuggest-override
|
||||||
|
* Improve logging of SASL errors
|
||||||
|
* Remove some foreach
|
||||||
|
* Use Q_ENUM
|
||||||
|
* Use isEmpty here
|
||||||
|
* Minor optimization
|
||||||
|
* Add ECMCoverageOption
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 9 12:38:23 CET 2017 - lbeltrame@kde.org
|
Thu Mar 9 12:38:23 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define kf5_version 5.19.0
|
%define kf5_version 5.19.0
|
||||||
Name: kimap
|
Name: kimap
|
||||||
Version: 16.12.3
|
Version: 17.03.80
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 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}')}
|
||||||
Summary: KDE PIM Libraries: IMAP library
|
Summary: KDE PIM Libraries: IMAP library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user