KDE Applications 18.04 RC (take 3): for the changes proposed by Wolfgang, I think they can get in after this is accepted.

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=91
This commit is contained in:
Wolfgang Bauer 2018-04-10 13:20:22 +00:00 committed by Git OBS Bridge
parent c9376ded24
commit fb2aa0b8ca
4 changed files with 36 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Apr 06 07:09:31 CEST 2018 - lbeltrame@kde.org
- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.03.90.php
- Changes since 17.12.3:
* Don't add a subdirectory which was removed
* CMakeLists.txt - remove unnecessary search for Qt5 Network
* CMakeLists.txt, src/CMakeLists.txt - link to Qt5Network following changes to kio
* Move debug categories file here
* Remove extra ';'
* Fix warnings
* Fix some warning
* USe directly override keyword
* Use QLatin1String
* Port to new connect api
* Use new connect api
* Don't look for Sasl2.
* Cleanup. Add todo
* Use the same FindSasl2.cmake as kldap.
- Update package descriptions
-------------------------------------------------------------------
Thu Mar 08 23:51:52 CET 2018 - lbeltrame@kde.org

View File

@ -20,7 +20,7 @@
%define kf5_version 5.19.0
Name: kimap
Version: 17.12.3
Version: 18.03.90
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@ -42,7 +42,8 @@ BuildRequires: pkgconfig(Qt5Test)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains additional libraries for KDE PIM applications.
KIMAP provides libraries to interface and communicate with
IMAP mail servers.
%package -n libKF5IMAP5
Summary: KDE PIM Libraries: IMAP APIs
@ -51,7 +52,8 @@ Recommends: %{name}-lang
Provides: %{name} = %{version}
%description -n libKF5IMAP5
This package contains the libray for IMAP support
This package provides the core library to interface and communicate with
IMAP mail servers.
%package devel
Summary: KDE PIM Libraries: Build Environment
@ -62,8 +64,8 @@ Requires: kmime-devel >= %{_kapp_version}
Requires: libKF5IMAP5 = %{version}
%description devel
This package contains necessary include files and libraries needed
to develop KDE PIM applications.
This package contains development headers to add IMAP support to PIM
applications.
%if %{with lang}
%lang_package
@ -89,6 +91,8 @@ to develop KDE PIM applications.
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libKF5IMAP.so.*
%{_kf5_debugdir}/*.categories
%{_kf5_debugdir}/*.renamecategories
%files devel
%defattr(-,root,root)