From 400d3be43bc054ea6ec38914deea004b893b4e5a5bb871fd9e2c7e8e70bf50de Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 20 Aug 2018 12:59:01 +0000 Subject: [PATCH 1/2] Update to 5.49.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=27 --- purpose-5.48.0.tar.xz | 3 --- purpose-5.49.0.tar.xz | 3 +++ purpose.changes | 15 +++++++++++++++ purpose.spec | 12 +++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 purpose-5.48.0.tar.xz create mode 100644 purpose-5.49.0.tar.xz diff --git a/purpose-5.48.0.tar.xz b/purpose-5.48.0.tar.xz deleted file mode 100644 index 4cb9054..0000000 --- a/purpose-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7772c5e138c3384a3ad9c2dd324647b15208f92d001dc46a06ef92bbe66ad04 -size 133160 diff --git a/purpose-5.49.0.tar.xz b/purpose-5.49.0.tar.xz new file mode 100644 index 0000000..7232923 --- /dev/null +++ b/purpose-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff9d4a8f3c68534dccc3a65bcd1a4de53e7701bc363a10fc77bccbdcdff9104 +size 136640 diff --git a/purpose.changes b/purpose.changes index 48609f0..8e74897 100644 --- a/purpose.changes +++ b/purpose.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 19 09:19:36 UTC 2018 - christophe@krop.fr + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * Make sure debugging for kf5.kio.core.copyjob is disabled for the test + * Don't clean up the configuration too early + * Add bluetooth plugin + * [Telegram] Don't wait for Telegram to be closed + * Prepare to use Arc's status colours in the revision drop-down list + * Honor BUILD_TESTING + ------------------------------------------------------------------- Mon Jul 16 04:37:48 UTC 2018 - lbeltrame@kde.org diff --git a/purpose.spec b/purpose.spec index 7405f96..43bf048 100644 --- a/purpose.spec +++ b/purpose.spec @@ -17,19 +17,19 @@ %define lname libKF5Purpose5 -%define _tar_path 5.48 +%define _tar_path 5.49 # 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: purpose -Version: 5.48.0 +Version: 5.49.0 Release: 0 Summary: Framework to integrate services and actions in applications License: LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source: %{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: cmake >= 2.8.12 @@ -54,8 +54,8 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 Requires: kdeclarative-components >= %{_kf5_bugfix_version} Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version} Requires: libqt5-qtquickcontrols2 -Suggests: kdeconnect-kde Recommends: %{name}-lang +Suggests: kdeconnect-kde %description This framework offers the possibility to create integrate services and actions @@ -98,7 +98,7 @@ Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: %{name} = %{version} Requires: extra-cmake-modules -Requires: kcoreaddons-devel >= %{_kf5_bugfix_version} +Requires: kcoreaddons-devel >= %{_kf5_bugfix_version} Requires: libKF5PurposeWidgets5 = %{version} %description devel @@ -135,10 +135,8 @@ This package contains development files needed to build applications which rely %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig - %post -n libKF5PurposeWidgets5 -p /sbin/ldconfig %postun -n libKF5PurposeWidgets5 -p /sbin/ldconfig - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From b46df64b5931ee4d23f672ebf428c93f4db6114e50684b6b77c8d43aa5a632dc Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 20 Aug 2018 13:34:37 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=28 --- purpose.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purpose.spec b/purpose.spec index 43bf048..a477f8a 100644 --- a/purpose.spec +++ b/purpose.spec @@ -30,7 +30,7 @@ Summary: Framework to integrate services and actions in applications License: LGPL-2.1-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: %{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 1.7.0