From 6b11b7c0107996ba7d0d6217933cce39ee39560aa17caccf287879454c1bb12d Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 14 Mar 2018 13:01:07 +0000 Subject: [PATCH] KDE Frameworks 5.44.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=17 --- purpose-5.43.0.tar.xz | 3 --- purpose-5.44.0.tar.xz | 3 +++ purpose.changes | 12 ++++++++++++ purpose.spec | 15 ++++++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 purpose-5.43.0.tar.xz create mode 100644 purpose-5.44.0.tar.xz diff --git a/purpose-5.43.0.tar.xz b/purpose-5.43.0.tar.xz deleted file mode 100644 index f68923c..0000000 --- a/purpose-5.43.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a79c3e488babe71f2e781329aecc7f7d87204400de9b40b1c259093e9c4967ee -size 117084 diff --git a/purpose-5.44.0.tar.xz b/purpose-5.44.0.tar.xz new file mode 100644 index 0000000..323cf69 --- /dev/null +++ b/purpose-5.44.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3472fd7e494a33d601a99d0afb61e23ef8c8305e2916f70447f3b2d6168ce9 +size 118432 diff --git a/purpose.changes b/purpose.changes index 7332de9..957a3cc 100644 --- a/purpose.changes +++ b/purpose.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 12 23:29:43 CET 2018 - lbeltrame@kde.org + +- Update to 5.44.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.44.0.php +- Changes since 5.43.0: + * forgot to commit it + * Generate debug categories and create file for it + * Fix tier, accommodate for KIO + ------------------------------------------------------------------- Mon Feb 12 23:46:16 CET 2018 - lbeltrame@kde.org diff --git a/purpose.spec b/purpose.spec index 616629a..56c505c 100644 --- a/purpose.spec +++ b/purpose.spec @@ -17,17 +17,17 @@ %define lname libKF5Purpose5 -%define _tar_path 5.43 +%define _tar_path 5.44 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: purpose -Version: 5.43.0 +Version: 5.44.0 Release: 0 Summary: Framework to integrate services and actions in applications -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/GUI/KDE Url: http://www.kde.org Source: %{name}-%{version}.tar.xz @@ -63,7 +63,7 @@ can receive all the information they need. %package -n %{lname} Summary: Framework to integrate services and actions - core library Group: System/Libraries -Recommends: %{name} +Recommends: %{name} %description -n %{lname} This framework offers the possibility to create integrate services and actions @@ -77,7 +77,7 @@ This package contains the core library files of the package. %package -n libKF5PurposeWidgets5 Summary: Framework to integrate services and actions - GUI library Group: System/Libraries -Recommends: %{name} +Recommends: %{name} %description -n libKF5PurposeWidgets5 This framework offers the possibility to create integrate services and actions @@ -91,11 +91,11 @@ This package contains the library files of the package needed to use GUI widgets %package devel Summary: Framework to integrate services and actions - Build Environment Group: Development/Libraries/KDE +Requires: %{lname} = %{version} Requires: %{name} = %{version} -Requires: %{lname} = %{version} -Requires: libKF5PurposeWidgets5 = %{version} Requires: extra-cmake-modules Requires: kcoreaddons-devel >= %{_kf5_bugfix_version} +Requires: libKF5PurposeWidgets5 = %{version} %description devel This package contains development files needed to build applications which rely on the purpose framework. @@ -141,6 +141,7 @@ This package contains development files needed to build applications which rely %files -n %{lname} %license COPYING* %{_kf5_libdir}/libKF5Purpose.so.* +%{_kf5_debugdir}/*.categories %files -n libKF5PurposeWidgets5 %{_kf5_libdir}/libKF5PurposeWidgets.so.*