Accepting request 461385 from KDE:Frameworks5

Update to KDE Frameworks 5.31 and KDE Plasma 5.9.3

OBS-URL: https://build.opensuse.org/request/show/461385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2017-03-03 13:41:54 +00:00 committed by Git OBS Bridge
commit 8a6df66edc
4 changed files with 17 additions and 10 deletions

View File

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

3
bluez-qt-5.31.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 9 09:21:23 UTC 2017 - hrvoje.senjan@gmail.com
- Update to 5.31.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.31.0.php
-------------------------------------------------------------------
Sun Jan 8 23:37:11 UTC 2017 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%define sonum 6
%define _libname KF5BluezQt
%define _tar_path 5.30
%define _tar_path 5.31
Name: bluez-qt
Version: 5.30.0
Version: 5.31.0
Release: 0
Summary: Async Bluez wrapper library
License: LGPL-2.1+
@ -32,10 +32,10 @@ BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: udev
BuildRequires: cmake(Qt5Core) >= 5.5.0
BuildRequires: cmake(Qt5DBus) >= 5.5.0
BuildRequires: cmake(Qt5Network) >= 5.5.0
BuildRequires: cmake(Qt5Qml) >= 5.5.0
BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5DBus) >= 5.6.0
BuildRequires: cmake(Qt5Network) >= 5.6.0
BuildRequires: cmake(Qt5Qml) >= 5.6.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -73,7 +73,7 @@ Udev rules.
Summary: Async Bluez wrapper library - development files
Group: Development/Libraries/C and C++
Requires: lib%{_libname}%{sonum} = %{version}
Requires: cmake(Qt5Core) >= 5.5.0
Requires: cmake(Qt5Core) >= 5.6.0
%description devel
Development files for QBluez Async Bluez wrapper library.