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:
commit
a849b50894
@ -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
3
bluez-qt-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8891e31c5329d0616a2fdded390f215673bfff3fb32d3745b47d2278a7a39e31
|
||||||
|
size 73136
|
@ -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
|
Sun Jul 5 18:44:43 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%define sonum 6
|
%define sonum 6
|
||||||
%define _libname KF5BluezQt
|
%define _libname KF5BluezQt
|
||||||
%define _tar_path 5.12
|
%define _tar_path 5.13
|
||||||
Name: bluez-qt
|
Name: bluez-qt
|
||||||
Version: 5.12.0
|
Version: 5.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Async Bluez wrapper library
|
Summary: Async Bluez wrapper library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -31,10 +31,10 @@ BuildRequires: cmake >= 2.8.12
|
|||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
|
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Network) >= 5.4.0
|
BuildRequires: cmake(Qt5Network) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0
|
BuildRequires: cmake(Qt5Qml) >= 5.4.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -71,7 +71,7 @@ Udev rules.
|
|||||||
Summary: Async Bluez wrapper library - development files
|
Summary: Async Bluez wrapper library - development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: lib%{_libname}%{sonum} = %{version}
|
Requires: lib%{_libname}%{sonum} = %{version}
|
||||||
Requires: pkgconfig(Qt5Core) >= 5.4.0
|
Requires: cmake(Qt5Core) >= 5.4.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for QBluez Async Bluez wrapper library.
|
Development files for QBluez Async Bluez wrapper library.
|
||||||
|
Loading…
Reference in New Issue
Block a user