From 1af26f4fa454752127de4153fd6c2f11f2c3b1c7d1c84c1839a586d71e9b5d67 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 24 Aug 2017 15:43:48 +0000 Subject: [PATCH] Accepting request 516337 from KDE:Applications Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdav?expand=0&rev=5 --- kdav-17.04.3.tar.xz | 3 --- kdav-17.08.0.tar.xz | 3 +++ kdav.changes | 19 +++++++++++++++++++ kdav.spec | 11 +++++++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 kdav-17.04.3.tar.xz create mode 100644 kdav-17.08.0.tar.xz diff --git a/kdav-17.04.3.tar.xz b/kdav-17.04.3.tar.xz deleted file mode 100644 index 88c426b..0000000 --- a/kdav-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:944382c17bac6032f63133dd1b21d4c4f8231791c36b077498e198a91c9468fb -size 37792 diff --git a/kdav-17.08.0.tar.xz b/kdav-17.08.0.tar.xz new file mode 100644 index 0000000..c9c26a7 --- /dev/null +++ b/kdav-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21821d8efad47216d5bdaaae3dc339a9030f13ee4438731ca9961b8b1c83d018 +size 37844 diff --git a/kdav.changes b/kdav.changes index 95ade4c..63ce928 100644 --- a/kdav.changes +++ b/kdav.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Aug 11 22:45:16 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 : + * increase version + * Don't use deprecated method + * Increase version for master + +------------------------------------------------------------------- +Sat Aug 5 18:17:22 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sat Jul 15 22:59:27 CEST 2017 - lbeltrame@kde.org diff --git a/kdav.spec b/kdav.spec index cb8b42e..37cb432 100644 --- a/kdav.spec +++ b/kdav.spec @@ -17,7 +17,7 @@ Name: kdav -Version: 17.04.3 +Version: 17.08.0 Release: 0 Summary: DAV protocol implementation License: GPL-2.0 @@ -31,6 +31,9 @@ BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5XmlPatterns) +%if %{with lang} +Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -76,14 +79,14 @@ This package contains development files needed to use kdav in other applications %files -n libKPimKDAV5 %defattr(-,root,root) %doc COPYING README -%{_libdir}/libKPimKDAV.so.* +%{_kf5_libdir}/libKPimKDAV.so.* %files devel %defattr(-,root,root) %doc COPYING README %{_includedir}/KPim/ -%{_libdir}/cmake/KPimKDAV/ +%{_kf5_libdir}/cmake/KPimKDAV/ +%{_kf5_libdir}/libKPimKDAV.so %{_kf5_mkspecsdir}/qt_kdav.pri -%{_libdir}/libKPimKDAV.so %changelog