Christophe Giboudeaux 2020-02-08 00:13:58 +00:00 committed by Git OBS Bridge
parent ad14bb1fac
commit f4c298822e
6 changed files with 41 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxKcACgkQWNDuZIpI
s7tHaAgApq0/Bdxrd/kwu+OJufk9PHy8+igtMOVXuLwADRd3kKifzSlfiC13nNA7
P4VhmjzsTlhflEDubAZ6i8q0tJRsHb9UZ3OxjKPrbL+3Oy8LdylXL2oyblHnP1TB
MaCkVErXS5C4PTp8wIXmbsNGKho8+E8l1UeHMEU3reBdKyWMAYtAchG68WAqcQIU
/CDYoo1GHE8hwQQ7wXKB42uLYsHFsKd+2pX94bw0KFAI7BL1V83c0uRLjJy/d4uP
EVaJQcZXjMSxRJ6GTOoTrakI88tU5kzOBuXtJMhGX4p+L6mby+ekGksUJo2wFVP+
vsSoOyxdur8W5dqIASfvfoB9WNXJig==
=iwsZ
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420O8ACgkQWNDuZIpI
s7sUcgf9FXcwEqVJGvekZ/Zfsjdyh36tyYPIPO/BLMvuyFmtYOjYAU4aMHJWjWwm
t3bnSDQr96SBvjukJ8nlQaI7ycgWSLAXeuY6zaaC2/EKcBFUaMHT54MHTiRjBTIN
cSmV2VvggsfckdK++BTIxg2JSTLaQgU3Wb4TxS7HugbI/0/4AXBZM3UbcmdDHuLa
YuED5e3VC/vW910zvvloJdJ95Q8nzVlco0lYyW/ugK9aXE4DSKaj4ZGkx80heUEZ
PKmnH2gxMfxcyv2YIb8t76uFBdIy3kigS5WWiN36YE0OLNcc3YD0DHCDQuSVumZ7
siNq5Lx6tbEKjDzZZthIoJPen+Pw0w==
=VC3i
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:40 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:25 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* Remove extra flush when we close file it will flush
* endl is Qt:: namespaced in qt5.15. Port to \n and flush
when QTextStream is not on a QFile
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 24 13:42:09 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org> Fri Jan 24 13:42:09 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -18,7 +18,7 @@
%define sonum 6 %define sonum 6
%define _libname KF5BluezQt %define _libname KF5BluezQt
%define _tar_path 5.66 %define _tar_path 5.67
# 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.66.0 Version: 5.67.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
@ -41,12 +41,12 @@ BuildRequires: cmake >= 3.0
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.11.0 BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0 BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.11.0 BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Network) >= 5.11.0 BuildRequires: cmake(Qt5Network) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.11.0 BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0 BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(udev)
%description %description
@ -85,7 +85,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.11.0 Requires: cmake(Qt5Core) >= 5.12.0
%description devel %description devel
Development files for QBluez Async Bluez wrapper library. Development files for QBluez Async Bluez wrapper library.
@ -95,7 +95,7 @@ Development files for QBluez Async Bluez wrapper library.
%build %build
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}" %cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}"
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build