KDE frameworks 5.77.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/bluez-qt?expand=0&rev=183
This commit is contained in:
Wolfgang Bauer 2020-12-12 12:34:06 +00:00 committed by Git OBS Bridge
parent 685d73130c
commit c67c6691b0
6 changed files with 32 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5CcACgkQWNDuZIpI
s7sipwf/WQvh/TCsoziLJdKUOcWEh1ezeESelBlWGtFTdnQMkclWhAKHS5F660ih
lQmWdE1CHNVNO92nvP1iy7KwzMbPxUxMk6B0LM6fdcisZBIOeVNiZWsnnn5MX/wT
gQUtg4pP2didq8k7Yy0I40PORKUvzEHhYdZN44ONHgi8T6gK02AdycrX262dqx/Q
DifNwttXmXDH8TDJnGnz3xMfieOfaFtGi6YEr9ceDlTJgMH58ROyWR/zA6HY+TAJ
H5NGFUYm54LxQ6MREwNcwRl8ATjf9kHHuh3MqoVdvWAKICsRgNDAgA28SE2u9ygD
TevE03YjtHUp1du4NyeAj/zhlhnlkw==
=tvnf
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----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-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:08 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- No code change since 5.76.0
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 7 21:34:06 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sat Nov 7 21:34:06 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,7 +18,7 @@
%define sonum 6 %define sonum 6
%define _libname KF5BluezQt %define _libname KF5BluezQt
%define _tar_path 5.76 %define _tar_path 5.77
# 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)
@ -26,7 +26,7 @@
# Only needed for the package signature condition # Only needed for the package signature condition
%bcond_without lang %bcond_without lang
Name: bluez-qt Name: bluez-qt
Version: 5.76.0 Version: 5.77.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
@ -40,12 +40,12 @@ Source2: frameworks.keyring
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5Core) >= 5.12.0 BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0 BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Network) >= 5.12.0 BuildRequires: cmake(Qt5Network) >= 5.13.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0 BuildRequires: cmake(Qt5Qml) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0 BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(udev)
%description %description
@ -84,7 +84,7 @@ Udev rules.
Summary: Async Bluez wrapper library - development files Summary: Async Bluez wrapper library - development files
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: lib%{_libname}%{sonum} = %{version} Requires: lib%{_libname}%{sonum} = %{version}
Requires: cmake(Qt5Core) >= 5.12.0 Requires: cmake(Qt5Core) >= 5.13.0
%description devel %description devel
Development files for QBluez Async Bluez wrapper library. Development files for QBluez Async Bluez wrapper library.