forked from pool/bluez-qt
Accepting request 931054 from KDE:Frameworks5
KDE Frameworks 5.88 (forwarded request 930745 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/931054 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=83
This commit is contained in:
commit
0811095409
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fa942a16768bea53bbdaa6563ca0a7f04cee1820318e04c04abbdd6621e13ea
|
||||
size 102188
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYlrkACgkQWNDuZIpI
|
||||
s7ut6wgArdw6HurkSu59aNDAHS00ejJMYXzOJqZpSLmQpHKHOHN8kesDJyuNfRMc
|
||||
nZP4PYqlN0Pr2UAput3RI1QYWDwU2eVnl6NQfT+ILCg1XkHIQiN0a8lUpUVlGJcJ
|
||||
ZiPx7KsjIYxee9en/+6diCaN7t2BM2RLhgNL1z/uaaZiKrGfQI81yS2tbPHFHx7z
|
||||
ecN3oOs3daCA6/+IlSSfyp81q3pPgsezmAjxzlhlCyLLPrZlMrFrpJpnJGlm3mx5
|
||||
w1t85LB5PJdJgbKoafsYfV2qyTqI5BwJFiAXTR6kUQUds/9aszOWJxUbe/0PRZtd
|
||||
XrZOsL39s71dgu6UHKPd4yzo7sLOmA==
|
||||
=T2P0
|
||||
-----END PGP SIGNATURE-----
|
3
bluez-qt-5.88.0.tar.xz
Normal file
3
bluez-qt-5.88.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f8c0dbc2a8264e77a218a77893d9584b957dd7905de77e6eda0f9fb112ae509
|
||||
size 110744
|
11
bluez-qt-5.88.0.tar.xz.sig
Normal file
11
bluez-qt-5.88.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjesACgkQWNDuZIpI
|
||||
s7uQDggAkameoCsXusO7aCZvg/jkc8JYcVwjDztSukfYhDkvIhMDqM/lCg8nONJu
|
||||
PYStgHWiCJ1nBLiMfi7JdUfhC/5CYnH04/1zxQaGKfNwOGeEHBp2t5NwQm0bUSP2
|
||||
Wsi1QAHL0k+hUlNY07JnQ8eUngQQ1nV6ZalKnssr1cT8YYmzBJf1voNsYzalANg+
|
||||
j3X7VQ60lDYhNsmiTuO0h5jWoC1xl8HGu63LzANi9NQ8lHW73AKwXG6ZdSLT6anB
|
||||
+Q2UWkLiD+d7YXGtVOy12UkU2MgErAlNnKWmB9RJkM/M402yrL3GHZhCh3NUjEqQ
|
||||
s8DyVZphh+HnbNJQ67hd+NxG5ENtdQ==
|
||||
=S/YU
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:13:05 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Strip 'Source' URL for faster submissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:07:44 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.88.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.88.0
|
||||
- Changes since 5.87.0:
|
||||
* Remove duplicate includes from .cpp/.h
|
||||
* It's a struct here not a class
|
||||
* Add GATT Client functionality
|
||||
* Fix typo in pkgconfig file generation (DBbus -> DBus)
|
||||
* Generate pkgconfig file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 20:33:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define sonum 6
|
||||
%define _libname KF5BluezQt
|
||||
%define _tar_path 5.87
|
||||
%define _tar_path 5.88
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -26,15 +26,15 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: bluez-qt
|
||||
Version: 5.87.0
|
||||
Version: 5.88.0
|
||||
Release: 0
|
||||
Summary: Async Bluez wrapper library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
@ -120,6 +120,7 @@ Development files for QBluez Async Bluez wrapper library.
|
||||
%{_kf5_includedir}/
|
||||
%{_kf5_libdir}/cmake/%{_libname}/
|
||||
%{_kf5_libdir}/lib%{_libname}*.so
|
||||
%{_kf5_libdir}/pkgconfig/KF5BluezQt.pc
|
||||
%{_kf5_mkspecsdir}/qt_BluezQt.pri
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user