Hello community, here is the log from the commit of package kdav for openSUSE:Factory checked in at 2020-07-24 09:52:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdav (Old) and /work/SRC/openSUSE:Factory/.kdav.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdav" Fri Jul 24 09:52:35 2020 rev:42 rq:822019 version:5.72.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdav/kdav.changes 2020-07-14 07:48:13.983643008 +0200 +++ /work/SRC/openSUSE:Factory/.kdav.new.3592/kdav.changes 2020-07-24 09:53:36.617257116 +0200 @@ -1,0 +2,11 @@ +Sun Jul 19 11:25:51 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.72.0. kdav is now a KDE Framework. + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.72.0 +- Changes since 20.04.3: + * Add full namespace to external class references + * Option to build & install QCH file with the public API dox + * Make KDAV a KDE Framework + +------------------------------------------------------------------- Old: ---- applications.keyring kdav-20.04.3.tar.xz kdav-20.04.3.tar.xz.sig New: ---- frameworks.keyring kdav-5.72.0.tar.xz kdav-5.72.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdav.spec ++++++ --- /var/tmp/diff_new_pack.j0iYps/_old 2020-07-24 09:53:38.153258740 +0200 +++ /var/tmp/diff_new_pack.j0iYps/_new 2020-07-24 09:53:38.157258743 +0200 @@ -16,15 +16,24 @@ # +%define _tar_path 5.72 +# Full KF5 version (e.g. 5.33.0) +%{!?_kf5_version: %global _kf5_version %{version}} +# Last major and minor KF5 version (e.g. 5.33) +%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdav -Version: 20.04.3 +Version: 5.72.0 Release: 0 Summary: DAV protocol implementation -License: GPL-2.0-only -Group: Productivity/Other +License: LGPL-2.0-or-later +Group: Development/Libraries/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig +Source2: frameworks.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5I18n) @@ -34,10 +43,6 @@ BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5XmlPatterns) Recommends: %{name}-lang -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif %description kdav is a library providing a KJob-based implementation of DAV protocols such as @@ -79,18 +84,18 @@ %postun -n libKF5DAV5 -p /sbin/ldconfig %files -%license COPYING +%license LICENSES/* %doc README.md %{_kf5_debugdir}/kdav.categories %files -n libKF5DAV5 -%license COPYING +%license LICENSES/* %doc README.md %{_kf5_libdir}/libKF5DAV.so.5 %{_kf5_libdir}/libKF5DAV.so.5.* %files devel -%license COPYING +%license LICENSES/* %doc README.md %{_includedir}/KF5/ %{_kf5_libdir}/cmake/KF5DAV/ @@ -99,7 +104,7 @@ %if %{with lang} %files lang -f %{name}.lang -%license COPYING* +%license LICENSES/* %endif %changelog ++++++ kdav-20.04.3.tar.xz -> kdav-5.72.0.tar.xz ++++++ ++++ 7352 lines of diff (skipped)
