forked from pool/bluez-qt
KDE Frameworks 5.78.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/bluez-qt?expand=0&rev=185
This commit is contained in:
parent
c67c6691b0
commit
8c85320e5b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb1d33265cb0beca0192b56b0592065ccdf5651b9d3c76b119f46cd523ec70e3
|
||||
size 102236
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnxIACgkQWNDuZIpI
|
||||
s7uxSwf6A1tDLJg91L1kBMaapzkfdlTqxsdyLypj4n2qKck7NewrefyFJuc1WUdA
|
||||
+Qymrab7DifZQ+uk8TkVhWWu4zv/XEB31QMeH4iWGcCKonSBB4ypdtxTL73XNfQz
|
||||
wvvLdXM2uveaJNShQrHSjY/tVUUTKlb9wj3oS1AdWdjxKHoy5fRjRIBwmcvwAkJN
|
||||
f8+ZuwQmqsrbTwwUxIDtJZ/uNTy48UPhL/EdwoI3W6rgDjzY1mgrL+yvjnBQfprH
|
||||
rhNqabkxYVXzZ+y5VzWxY6VHEUf8PSXxdjD20m7qbA20GQadUAwfStXaEFd0MmkK
|
||||
j8+l9iGMp3qh6210iFMyocZaCidOyg==
|
||||
=qgjP
|
||||
-----END PGP SIGNATURE-----
|
3
bluez-qt-5.78.0.tar.xz
Normal file
3
bluez-qt-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e97b36b02afb97193036ffa615430d4047d76e5a4be4596862be7e44b7d303bd
|
||||
size 102224
|
11
bluez-qt-5.78.0.tar.xz.sig
Normal file
11
bluez-qt-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weasACgkQWNDuZIpI
|
||||
s7vLrgf/ZgvV0HnvJchEq1LUitEjinxLrb1jAGDunmP+wcDAW7N7tmrtlMGTLfgj
|
||||
oJ6ms4VCrYc/5QclvyPd9xvskhqmN9aXOubtEcSa47dzS2viK6s4uX3JEKk0aG45
|
||||
C3j8LidQtxoBBo+1BhGNfHhKKX2ZdPdnTOdnzhjT+VoXTboJAHDgiRzut8hov6ga
|
||||
WGpj+Fxtk4UaBbDSt9JnQ2qrve4W2wbXu6ho43r5d6B+6407SuJDCjJ+lm0bfRR+
|
||||
wnS0VSlBsF4jc79VlaHN+7IBQXGGll/cGmR+xIb0icJUEUpR3Yo9yfXHoAG4tNS2
|
||||
E+IKvYu+uR5pk1T9dNt97XVX/jMm2g==
|
||||
=5AV1
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:13 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- No code change since 5.77.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:08 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bluez-qt
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define sonum 6
|
||||
%define _libname KF5BluezQt
|
||||
%define _tar_path 5.77
|
||||
%define _tar_path 5.78
|
||||
# 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,7 +26,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: bluez-qt
|
||||
Version: 5.77.0
|
||||
Version: 5.78.0
|
||||
Release: 0
|
||||
Summary: Async Bluez wrapper library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -40,12 +40,12 @@ Source2: frameworks.keyring
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
BuildRequires: pkgconfig(udev)
|
||||
|
||||
%description
|
||||
@ -84,7 +84,7 @@ Udev rules.
|
||||
Summary: Async Bluez wrapper library - development files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: lib%{_libname}%{sonum} = %{version}
|
||||
Requires: cmake(Qt5Core) >= 5.13.0
|
||||
Requires: cmake(Qt5Core) >= 5.14.0
|
||||
|
||||
%description devel
|
||||
Development files for QBluez Async Bluez wrapper library.
|
||||
|
Loading…
Reference in New Issue
Block a user