SHA256
1
0
forked from pool/bluez-qt
Hrvoje Senjan 2016-08-07 21:49:36 +00:00 committed by Git OBS Bridge
parent 5af3c75a94
commit 32947308e9
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:1f20dd0bf773f47890bc3cfffdd8f9f85006e4d923161a04707472cee8a9c03f
size 73492

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 7 21:49:32 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:01:23 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%define sonum 6
%define _libname KF5BluezQt
%define _tar_path 5.24
%define _tar_path 5.25
Name: bluez-qt
Version: 5.24.0
Version: 5.25.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: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Qml) >= 5.4.0
BuildRequires: cmake(Qt5Core) >= 5.5.0
BuildRequires: cmake(Qt5DBus) >= 5.5.0
BuildRequires: cmake(Qt5Network) >= 5.5.0
BuildRequires: cmake(Qt5Qml) >= 5.5.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: cmake(Qt5Core) >= 5.4.0
Requires: cmake(Qt5Core) >= 5.5.0
%description devel
Development files for QBluez Async Bluez wrapper library.