Accepting request 1133271 from KDE:Frameworks5
KDE Frameworks 5.113.0 (forwarded request 1131014 from krop) OBS-URL: https://build.opensuse.org/request/show/1133271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=108
This commit is contained in:
commit
563780ed39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb2979251fd039eb585a2e51d38e8e34fdb108a481818202d50426f9e9dc7f0e
|
||||
size 114800
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGskACgkQWNDuZIpI
|
||||
s7v+HQf/W/cok/EN1CraKS31OWjjA8CkjZxtoWftNvY5Y5ZNepP6Wch1FPyOgP0i
|
||||
PgNSIW5v00GdkfhdMAk5mg4MgjEsT3glYldE1e2g3HyPucRerPfaQcv1oRMUIny5
|
||||
moYY0ugZTyyvemB31GG1/jquc1mm3TTBoIHNW/yl0u6iRu3F/iOzxFYqArWZv8yk
|
||||
kcbHcNOV6or2nwprKPhGSgqW/orW/TnFfB1/vk0pC3FuQgxEeUHC4c5Z7rAq1xa9
|
||||
P0ymwlkyuHPjn105dHxzU/+GmRYXZ5jMloX84h4dtUCc7zilkf1+/xCe4e5vtjhx
|
||||
8gl4C6oud9WNerryckrz3fzK/uuSMA==
|
||||
=7lQM
|
||||
-----END PGP SIGNATURE-----
|
3
bluez-qt-5.113.0.tar.xz
Normal file
3
bluez-qt-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7b3f985f60f465925a105075e1050b5666d2042bfd36998444914f6139dd6f8
|
||||
size 114808
|
11
bluez-qt-5.113.0.tar.xz.sig
Normal file
11
bluez-qt-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAgIACgkQWNDuZIpI
|
||||
s7uxTwf+KQsmS86ay9SHZwenYtcO8ecLQ17zk7XX8sbb2+BdW29mykq8FtMNFfJU
|
||||
jHjtdD30UYvMgjsCweH6HDXYdS/B7SzIpGn0yewr3tRANjAl8geMLAdQRRIb2SYv
|
||||
S4DdQIYOb07C0BEv5fD+7IQXE1hNqUGjG+Gz7zR7VIXI0irlpgF1gyaRUzXjMNba
|
||||
s5zY0MUNBW8AQlJ1Ao9MVdSE+rfXxpEaGffET7kYXcR+YqdMZBq4j9u46xDTTcwG
|
||||
E9wgtSkUdJvG7Ss+0ZuCLJb469toh6JtXomFX7TzefTC4jPgIPVuo0mnl7lavCsc
|
||||
BnRq7bBe4PgnS7HFkIlXci54UzaPnQ==
|
||||
=OJiF
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:14 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.113.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||
- No code change since 5.112.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:13:39 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -18,15 +18,14 @@
|
||||
|
||||
%define sonum 6
|
||||
%define _libname KF5BluezQt
|
||||
%define _tar_path 5.103
|
||||
# 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}')}
|
||||
# Only needed for the package signature condition
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: bluez-qt
|
||||
Version: 5.112.0
|
||||
Version: 5.113.0
|
||||
Release: 0
|
||||
Summary: Async Bluez wrapper library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -36,15 +35,14 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
BuildRequires: pkgconfig(udev)
|
||||
|
||||
%description
|
||||
@ -79,7 +77,7 @@ Udev rules.
|
||||
%package devel
|
||||
Summary: Async Bluez wrapper library - development files
|
||||
Requires: lib%{_libname}%{sonum} = %{version}
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
Requires: cmake(Qt5Core) >= %{qt5_version}
|
||||
|
||||
%description devel
|
||||
Development files for QBluez Async Bluez wrapper library.
|
||||
|
Loading…
Reference in New Issue
Block a user