SHA256
1
0
forked from pool/bluez-qt

Accepting request 891720 from KDE:Frameworks5

KDE Frameworks 5.82 (forwarded request 891438 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/891720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2021-05-10 13:35:04 +00:00 committed by Git OBS Bridge
commit 1697a4c2c1
6 changed files with 36 additions and 27 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprPoACgkQWNDuZIpI
s7vR5gf/S32K9MgR6+MAJkQRqYK1bWNZRWZQ4DRoPAS3ybPE7p9Vn85H1qRlKw2s
GRItq8Vk1Zp7MtTJGpFmTaLmpdpVq6Ri4Cf5k5dwnMMSsj3ByPC7enrWkN+AgLdD
UdoOIdIpJT6ZzGaQRwl3V0kiVehKGMZdFMqgb+KW9RyrYUbZgWbAqT+ZVmLiBggF
IiVfe+5r+qbjOqTHacdstm6cACA4iQAaCGksz/+kPx1DlVkkj9OF2CX0WOFDM1FY
cjwYiIDHJHyDI3jTmhTDeiDHc6wxI6G2+5X0f4V7sTFiimJKodPjF+wOvzJjT2Z8
JdCUs8fpOfALjEBgtrHHwLSVGeO3DQ==
=dhpZ
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaVYACgkQWNDuZIpI
s7u84ggAuA3/nO9r9htii2YPR1053Rgd2Zn9siPzy2ugkewumIKTkXn4Si44CjFb
ATFZXe1r+yxyxdpvGtDCd//JMn56tTLrabSBjLQpfmCK1WhEgDSm2cuO4fdAC3na
rCIx7PW5EcHm9z/VEGD8nhTWAzBFajXEg4cEN41qXZqNl2gK9Mt4o/oGHjPz0NET
qZ0u5s5IoEOeg9aGsLYwOsuvW98a59V4IN6FOWEV9GPxorR1eOv+Nfqf8Me6XqH5
/nBQCy6wHgFmu55Xe/KETAPOEyXeV7hs1UTu4RtD0V9fzKaYpfrN4iTOk+wWZk4c
DgyxEKYRUueMNoYHzEiiPYTj7waZKA==
=lrEQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 1 16:40:28 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- No code change since 5.81.0
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 5 07:12:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Mon Apr 5 07:12:02 UTC 2021 - 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.81 %define _tar_path 5.82
# 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.81.0 Version: 5.82.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.14.0 BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0 BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5Gui) >= 5.14.0 BuildRequires: cmake(Qt5Gui) >= 5.15.0
BuildRequires: cmake(Qt5Network) >= 5.14.0 BuildRequires: cmake(Qt5Network) >= 5.15.0
BuildRequires: cmake(Qt5Qml) >= 5.14.0 BuildRequires: cmake(Qt5Qml) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0 BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(udev)
%description %description
@ -84,20 +84,20 @@ 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.14.0 Requires: cmake(Qt5Core) >= 5.15.0
%description devel %description devel
Development files for QBluez Async Bluez wrapper library. Development files for QBluez Async Bluez wrapper library.
%prep %prep
%setup -q %autosetup -p1
%build %build
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}" %cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}"
%cmake_build %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
%post -n lib%{_libname}%{sonum} -p /sbin/ldconfig %post -n lib%{_libname}%{sonum} -p /sbin/ldconfig