forked from pool/bluez-qt
KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/bluez-qt?expand=0&rev=203
This commit is contained in:
parent
b56c016cb3
commit
2f3b4c4e1a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:854b90b9315afcf63067668d5fa4e9a03e33ba31ad1827a308f177b8b7fc8c03
|
|
||||||
size 113772
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv6IACgkQWNDuZIpI
|
|
||||||
s7tjswgAhx2OcQsGO+Q6vidZfe5YkTosiPZHiAjeQhAXMMQf3J7uztSTI7ObzjhH
|
|
||||||
l42oHPpuak1eaPxEJKqEo4wvpp7d4cEHzLfj3F9OPO9GROfKJxwpQofQjkgjOCR1
|
|
||||||
TrgRsoCWdL9mRLfA4ysORPuE+huBJ2IFf0FOgx9vxdMVeHiDFD9l77QH3+ZhJZKd
|
|
||||||
sWqc0ahPnGMNLsbQKuulr7ALRgjorVAFT32hjiKJOq43bCaI4NYAOH6a0953imMb
|
|
||||||
qj4lyLcBuF2Tu+yiGLxaH3B0ZHO/ph2XhaF7Ecl/R4zQBMV4Pty6xnOtRqQLDgxU
|
|
||||||
5dvyjpQRABub+6I8uYxCeLvA3c3yRw==
|
|
||||||
=vHzI
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
bluez-qt-5.90.0.tar.xz
Normal file
3
bluez-qt-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e38770ada90cb66fcc891c89a020bc4d510a1dbd4025d257a8d895979b2dd114
|
||||||
|
size 113960
|
11
bluez-qt-5.90.0.tar.xz.sig
Normal file
11
bluez-qt-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVyEACgkQWNDuZIpI
|
||||||
|
s7uq3Qf8DvYFi55S6bM3it6yvD4S8q0YvbSs2zocw+F2I8i0O9QmPv3yZAES75tS
|
||||||
|
zgLluCPSIB9/pxkRU4ynJEHKBE2vhjD9B0nwYq6ShJLrQ6J7xXnNcZvaaBZcGPUb
|
||||||
|
3OB/sJ5r1aWVKpW93PfQlYPKiBoAPLUFbB5Qo7qmoRzqFpzp0MCNC+drex9sVEk6
|
||||||
|
NtX5gbaZOTWKJudZL0AwZNc71P1Pgd/uWay/y+ZnBG3A4910iI/MCmeNVG6t0wM0
|
||||||
|
REobYOmq6uqAoACt8VI8iHcqaD7Nob1dghnwpl0OtHme5wq7hGO/VLnJjiJ+XtI8
|
||||||
|
3/o+svoZwze0111YlbEXy9Aaw9PBBQ==
|
||||||
|
=+/w+
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:47:09 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.90.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||||
|
- Changes since 5.89.0:
|
||||||
|
* Expose missing services to QML
|
||||||
|
* Convert all Qt5 to Qt${...} + fix compile error
|
||||||
|
* Fix compile against qt6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 22:56:14 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Dec 4 22:56:14 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,22 +18,22 @@
|
|||||||
|
|
||||||
%define sonum 6
|
%define sonum 6
|
||||||
%define _libname KF5BluezQt
|
%define _libname KF5BluezQt
|
||||||
%define _tar_path 5.89
|
%define _tar_path 5.90
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without lang
|
%bcond_without released
|
||||||
Name: bluez-qt
|
Name: bluez-qt
|
||||||
Version: 5.89.0
|
Version: 5.90.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Async Bluez wrapper library
|
Summary: Async Bluez wrapper library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
Source1: %{name}-%{version}.tar.xz.sig
|
Source1: %{name}-%{version}.tar.xz.sig
|
||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user