SHA256
1
0
forked from pool/bluez-qt

Accepting request 322156 from KDE:Frameworks5

Update to 5.13.0

OBS-URL: https://build.opensuse.org/request/show/322156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2015-09-02 05:43:11 +00:00 committed by Git OBS Bridge
commit a849b50894
4 changed files with 21 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 4 19:20:09 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
-------------------------------------------------------------------
Sun Jul 5 18:44:43 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%define sonum 6
%define _libname KF5BluezQt
%define _tar_path 5.12
%define _tar_path 5.13
Name: bluez-qt
Version: 5.12.0
Version: 5.13.0
Release: 0
Summary: Async Bluez wrapper library
License: LGPL-2.1+
@ -31,10 +31,10 @@ BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
BuildRequires: pkgconfig(Qt5Network) >= 5.4.0
BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Qml) >= 5.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -71,7 +71,7 @@ Udev rules.
Summary: Async Bluez wrapper library - development files
Group: Development/Libraries/C and C++
Requires: lib%{_libname}%{sonum} = %{version}
Requires: pkgconfig(Qt5Core) >= 5.4.0
Requires: cmake(Qt5Core) >= 5.4.0
%description devel
Development files for QBluez Async Bluez wrapper library.