Accepting request 440457 from KDE:Frameworks5
Update to 5.28.0 OBS-URL: https://build.opensuse.org/request/show/440457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=20
This commit is contained in:
commit
aaf74c10bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fde86d9f5e766dc749f74f391456acb443448848ee5323b6c5fed1578c72f84
|
||||
size 73784
|
3
bluez-qt-5.28.0.tar.xz
Normal file
3
bluez-qt-5.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:296245b290aa01b0cde88e702fed6138daf6ca1099b8411225aeb0b977e6dfe5
|
||||
size 73776
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 16:03:02 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- (Build)Require udev so udevrulesdir gets owned
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 12:54:19 UTC 2016 - alarrosa@suse.com
|
||||
|
||||
- Specify the file to be included in bluez-qt-udev instead of
|
||||
owning the /lib/udev/ directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 20:05:12 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.28.0
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.28.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 12:48:33 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%define sonum 6
|
||||
%define _libname KF5BluezQt
|
||||
%define _tar_path 5.27
|
||||
%define _tar_path 5.28
|
||||
Name: bluez-qt
|
||||
Version: 5.27.0
|
||||
Version: 5.28.0
|
||||
Release: 0
|
||||
Summary: Async Bluez wrapper library
|
||||
License: LGPL-2.1+
|
||||
@ -31,6 +31,7 @@ BuildRequires: cmake >= 2.8.12
|
||||
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
|
||||
@ -62,6 +63,7 @@ QML imports.
|
||||
%package udev
|
||||
Summary: bluez-qt integration with udev
|
||||
Group: System/Base
|
||||
Requires: udev
|
||||
|
||||
%description udev
|
||||
Async Bluez wrapper library.
|
||||
@ -103,7 +105,7 @@ Development files for QBluez Async Bluez wrapper library.
|
||||
|
||||
%files udev
|
||||
%defattr(-,root,root)
|
||||
%{_libexecdir}/udev/
|
||||
%{_libexecdir}/udev/61-kde-bluetooth-rfkill.rules
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user