SHA256
1
0
forked from pool/bluez-qt

Accepting request 695193 from KDE:Frameworks5

KDE Frameworks 5.57.0

OBS-URL: https://build.opensuse.org/request/show/695193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=51
This commit is contained in:
Yuchen Lin 2019-04-19 19:20:20 +00:00 committed by Git OBS Bridge
commit 0c1a6c606c
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Apr 14 20:21:41 UTC 2019 - lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* It compiles fine without foreach
* Replace Q_FOREACH with C++11 for
* Move Media interface into Adapter
* Manager: Don't require Media1 interface for initialization (kde#405478)
* Device: Check object path in interfaces removed slot (kde#403289)
-------------------------------------------------------------------
Sun Mar 10 20:15:34 UTC 2019 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%define sonum 6
%define _libname KF5BluezQt
%define _tar_path 5.56
%define _tar_path 5.57
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: bluez-qt
Version: 5.56.0
Version: 5.57.0
Release: 0
Summary: Async Bluez wrapper library
License: LGPL-2.1-or-later