Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bluez-qt for openSUSE:Factory checked in at 2021-05-10 15:35:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old) and /work/SRC/openSUSE:Factory/.bluez-qt.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez-qt" Mon May 10 15:35:04 2021 rev:77 rq:891720 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes 2021-04-12 12:34:20.401107473 +0200 +++ /work/SRC/openSUSE:Factory/.bluez-qt.new.2988/bluez-qt.changes 2021-05-10 15:35:21.546521833 +0200 @@ -1,0 +2,9 @@ +Sat May 1 16:40:28 UTC 2021 - Christophe Giboudeaux <christo...@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 + +------------------------------------------------------------------- Old: ---- bluez-qt-5.81.0.tar.xz bluez-qt-5.81.0.tar.xz.sig New: ---- bluez-qt-5.82.0.tar.xz bluez-qt-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez-qt.spec ++++++ --- /var/tmp/diff_new_pack.r2dNtg/_old 2021-05-10 15:35:22.114519651 +0200 +++ /var/tmp/diff_new_pack.r2dNtg/_new 2021-05-10 15:35:22.118519635 +0200 @@ -18,7 +18,7 @@ %define sonum 6 %define _libname KF5BluezQt -%define _tar_path 5.81 +%define _tar_path 5.82 # 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.81.0 +Version: 5.82.0 Release: 0 Summary: Async Bluez wrapper library License: LGPL-2.1-or-later @@ -40,12 +40,12 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem -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: 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: pkgconfig(udev) %description @@ -84,20 +84,20 @@ Summary: Async Bluez wrapper library - development files Group: Development/Libraries/C and C++ Requires: lib%{_libname}%{sonum} = %{version} -Requires: cmake(Qt5Core) >= 5.14.0 +Requires: cmake(Qt5Core) >= 5.15.0 %description devel Development files for QBluez Async Bluez wrapper library. %prep -%setup -q +%autosetup -p1 %build - %cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}" - %cmake_build +%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}" +%cmake_build %install - %kf5_makeinstall -C build +%kf5_makeinstall -C build %fdupes -s %{buildroot} %post -n lib%{_libname}%{sonum} -p /sbin/ldconfig ++++++ bluez-qt-5.81.0.tar.xz -> bluez-qt-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.81.0/.gitignore new/bluez-qt-5.82.0/.gitignore --- old/bluez-qt-5.81.0/.gitignore 2021-04-03 11:27:40.000000000 +0200 +++ new/bluez-qt-5.82.0/.gitignore 2021-05-01 11:36:21.000000000 +0200 @@ -4,3 +4,6 @@ .cmake/ /.clang-format /compile_commands.json +.clangd +.idea +/cmake-build* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.81.0/CMakeLists.txt new/bluez-qt-5.82.0/CMakeLists.txt --- old/bluez-qt-5.81.0/CMakeLists.txt 2021-04-03 11:27:40.000000000 +0200 +++ new/bluez-qt-5.82.0/CMakeLists.txt 2021-05-01 11:36:21.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.81.0") # handled by release scripts +set(KF_VERSION "5.82.0") # handled by release scripts project(BluezQt VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.81.0 NO_MODULE) +find_package(ECM 5.82.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -36,7 +36,7 @@ ) # Dependencies -set(REQUIRED_QT_VERSION 5.14.0) +set(REQUIRED_QT_VERSION 5.15.0) # Required Qt5 components to build this framework find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core DBus Network) @@ -48,7 +48,7 @@ set_package_properties(Qt5Qml PROPERTIES DESCRIPTION "QML support for BluezQt" TYPE OPTIONAL) find_package(Qt5QuickTest ${REQUIRED_QT_VERSION} CONFIG) set_package_properties(Qt5QuickTest PROPERTIES DESCRIPTION "QML autotests for BluezQt" TYPE OPTIONAL) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) add_definitions(-DQT_NO_FOREACH) # Subdirectories add_subdirectory(src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.81.0/tools/bluezapi2qt/Methods.cpp new/bluez-qt-5.82.0/tools/bluezapi2qt/Methods.cpp --- old/bluez-qt-5.81.0/tools/bluezapi2qt/Methods.cpp 2021-04-03 11:27:40.000000000 +0200 +++ new/bluez-qt-5.82.0/tools/bluezapi2qt/Methods.cpp 2021-05-01 11:36:21.000000000 +0200 @@ -37,22 +37,10 @@ if (match.hasMatch()) { m_methods.emplace_back(Method()); m_currentMethod = &m_methods.back(); -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - m_currentMethod->m_outParameterStrings = match.captured(1).toLower().split(QStringLiteral(", "), QString::SkipEmptyParts); -#else m_currentMethod->m_outParameterStrings = match.captured(1).toLower().split(QStringLiteral(", "), Qt::SkipEmptyParts); -#endif m_currentMethod->m_name = match.captured(2); -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - m_currentMethod->m_inParameterStrings = match.captured(3).split(QStringLiteral(", "), QString::SkipEmptyParts); -#else m_currentMethod->m_inParameterStrings = match.captured(3).split(QStringLiteral(", "), Qt::SkipEmptyParts); -#endif -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - m_currentMethod->m_stringTags = match.captured(4).toLower().split(QStringLiteral(", "), QString::SkipEmptyParts); -#else m_currentMethod->m_stringTags = match.captured(4).toLower().split(QStringLiteral(", "), Qt::SkipEmptyParts); -#endif m_currentMethod->m_limitation = match.captured(5).toLower(); } else if (m_currentMethod) { // Skip first empty line diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.81.0/tools/bluezapi2qt/Properties.cpp new/bluez-qt-5.82.0/tools/bluezapi2qt/Properties.cpp --- old/bluez-qt-5.81.0/tools/bluezapi2qt/Properties.cpp 2021-04-03 11:27:40.000000000 +0200 +++ new/bluez-qt-5.82.0/tools/bluezapi2qt/Properties.cpp 2021-05-01 11:36:21.000000000 +0200 @@ -34,11 +34,7 @@ m_currentProperty = &m_properties.back(); m_currentProperty->m_type = match.captured(1).toLower(); m_currentProperty->m_name = match.captured(2); -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - m_currentProperty->m_stringTags = match.captured(3).toLower().split(QStringLiteral(", "), QString::SkipEmptyParts); -#else m_currentProperty->m_stringTags = match.captured(3).toLower().split(QStringLiteral(", "), Qt::SkipEmptyParts); -#endif m_currentProperty->m_limitation = match.captured(4).toLower(); } else if (m_currentProperty) { // Skip first empty line