From fb2aa0b8ca695245c7b7a788c021a844505c0e41d8e234668a2f3bc112271a01 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 10 Apr 2018 13:20:22 +0000 Subject: [PATCH] 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 --- kimap-17.12.3.tar.xz | 3 --- kimap-18.03.90.tar.xz | 3 +++ kimap.changes | 24 ++++++++++++++++++++++++ kimap.spec | 14 +++++++++----- 4 files changed, 36 insertions(+), 8 deletions(-) delete mode 100644 kimap-17.12.3.tar.xz create mode 100644 kimap-18.03.90.tar.xz diff --git a/kimap-17.12.3.tar.xz b/kimap-17.12.3.tar.xz deleted file mode 100644 index 10636e9..0000000 --- a/kimap-17.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcef96e368649ef0abc0fde37ef0dbf8a53801c4470b520eade3e8009ca531df -size 119720 diff --git a/kimap-18.03.90.tar.xz b/kimap-18.03.90.tar.xz new file mode 100644 index 0000000..ff8cba9 --- /dev/null +++ b/kimap-18.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e734dccbaa854a3ab3171f0305deb20fe0a7b3f3193c3c10220a688fae57980b +size 118776 diff --git a/kimap.changes b/kimap.changes index 0df0335..0fec938 100644 --- a/kimap.changes +++ b/kimap.changes @@ -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 diff --git a/kimap.spec b/kimap.spec index e8314ed..f19c411 100644 --- a/kimap.spec +++ b/kimap.spec @@ -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)