From 5f7ef1b0b64cc57ff0d6458960426bf9da6c7fdf2a85401264bdb27db0c4fa03 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:56:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=69 --- kimap.changes | 9 +++++++++ kimap.spec | 15 ++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/kimap.changes b/kimap.changes index 249be29..fc3608f 100644 --- a/kimap.changes +++ b/kimap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 11 22:45:35 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : +- Too many changes to list here + ------------------------------------------------------------------- Sat Aug 5 18:17:55 UTC 2017 - christophe@krop.fr diff --git a/kimap.spec b/kimap.spec index 75563a7..7d1dd20 100644 --- a/kimap.spec +++ b/kimap.spec @@ -23,7 +23,7 @@ Name: kimap Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# 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}')} Summary: KDE PIM Libraries: IMAP library License: LGPL-2.1+ @@ -39,6 +39,9 @@ BuildRequires: kio-devel >= %{kf5_version} BuildRequires: kmime-devel >= %{kf5_version} BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Test) +%if %{with lang} +Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -47,8 +50,6 @@ This package contains additional libraries for KDE PIM applications. %package -n libKF5IMAP5 Summary: KDE PIM Libraries: IMAP APIs Group: Development/Libraries/KDE -Recommends: %{name}-lang -Provides: %{name} = %{version} %description -n libKF5IMAP5 This package contains the libray for IMAP support @@ -93,12 +94,12 @@ to develop KDE PIM applications. %files devel %defattr(-,root,root) %doc COPYING* -%{_kf5_libdir}/cmake/KF5IMAP/ -%{_kf5_libdir}/libKF5IMAP.so +%{_kf5_cmakedir}/KF5IMAP/ %{_kf5_includedir}/KIMAP/ -%{_kf5_includedir}/kimaptest/ -%{_kf5_libdir}/libkimaptest.a %{_kf5_includedir}/kimap_version.h +%{_kf5_includedir}/kimaptest/ +%{_kf5_libdir}/libKF5IMAP.so +%{_kf5_libdir}/libkimaptest.a %{_kf5_mkspecsdir}/qt_KIMAP.pri %if %{with lang}