Accepting request 630139 from KDE:Applications

Update to 18.08.0

OBS-URL: https://build.opensuse.org/request/show/630139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimap?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2018-08-22 12:13:19 +00:00 committed by Git OBS Bridge
commit e28c01547a
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cb8db33df147524dc34cc48d54243d1c336f68db3f742082cefa5a46c37648e
size 119332

3
kimap-18.08.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Aug 16 22:04:34 UTC 2018 - christophe@krop.fr
- Update to 18.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.0.php
- Changes since 18.07.80:
* None
-------------------------------------------------------------------
Thu Jul 26 13:00:44 UTC 2018 - lbeltrame@kde.org
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.07.80.php
- Changes since 18.04.3:
* Fix merging
* USe Q_REQUIRED_RESULT
* Fix minor typos
* LOGIN: remove deprecated encryption options
* Add proper error message when STARTTLS is not supported
* LoginJob: add Q_FALLTHROUGH
-------------------------------------------------------------------
Fri Jul 13 04:49:58 UTC 2018 - lbeltrame@kde.org

View File

@ -20,11 +20,11 @@
%define kf5_version 5.19.0
Name: kimap
Version: 18.04.3
Version: 18.08.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: KDE PIM Libraries: IMAP library
License: LGPL-2.1-or-later
Group: System/GUI/KDE
@ -67,9 +67,7 @@ Requires: libKF5IMAP5 = %{version}
This package contains development headers to add IMAP support to PIM
applications.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kimap-%{version}