SHA256
1
0
forked from pool/purpose

Accepting request 630650 from KDE:Frameworks5

Update to 5.49.0

OBS-URL: https://build.opensuse.org/request/show/630650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2018-08-24 14:57:56 +00:00 committed by Git OBS Bridge
commit faf351b603
4 changed files with 24 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7772c5e138c3384a3ad9c2dd324647b15208f92d001dc46a06ef92bbe66ad04
size 133160

3
purpose-5.49.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fff9d4a8f3c68534dccc3a65bcd1a4de53e7701bc363a10fc77bccbdcdff9104
size 136640

View File

@ -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

View File

@ -17,20 +17,20 @@
%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
Source: %{name}-%{version}.tar.xz
URL: http://www.kde.org
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
@ -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