Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libKF5NetworkManagerQt for openSUSE:Factory checked in at 2021-05-10 15:35:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libKF5NetworkManagerQt (Old) and /work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libKF5NetworkManagerQt" Mon May 10 15:35:54 2021 rev:90 rq:891790 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes 2021-04-12 12:37:05.949350754 +0200 +++ /work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new.2988/libKF5NetworkManagerQt.changes 2021-05-10 15:37:46.949946638 +0200 @@ -1,0 +2,9 @@ +Sat May 1 16:41:21 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: ---- networkmanager-qt-5.81.0.tar.xz networkmanager-qt-5.81.0.tar.xz.sig New: ---- networkmanager-qt-5.82.0.tar.xz networkmanager-qt-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libKF5NetworkManagerQt.spec ++++++ --- /var/tmp/diff_new_pack.Box1p7/_old 2021-05-10 15:37:47.573944222 +0200 +++ /var/tmp/diff_new_pack.Box1p7/_new 2021-05-10 15:37:47.577944206 +0200 @@ -17,7 +17,7 @@ %define soversion 6 -%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) @@ -25,7 +25,7 @@ # Only needed for the package signature condition %bcond_without lang Name: libKF5NetworkManagerQt -Version: 5.81.0 +Version: 5.82.0 Release: 0 Summary: A Qt wrapper for NetworkManager DBus API License: LGPL-2.1-only OR LGPL-3.0-only @@ -41,9 +41,9 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem BuildRequires: pkgconfig -BuildRequires: cmake(Qt5Core) >= 5.14.0 -BuildRequires: cmake(Qt5DBus) >= 5.14.0 -BuildRequires: cmake(Qt5Network) >= 5.14.0 +BuildRequires: cmake(Qt5Core) >= 5.15.0 +BuildRequires: cmake(Qt5DBus) >= 5.15.0 +BuildRequires: cmake(Qt5Network) >= 5.15.0 BuildRequires: pkgconfig(libnm) >= 1.0.0 %description @@ -56,9 +56,9 @@ Summary: A Qt wrapper for NetworkManager DBus API Group: Development/Libraries/KDE Requires: libKF5NetworkManagerQt%{soversion} = %{version} -Requires: cmake(Qt5Core) >= 5.14.0 -Requires: cmake(Qt5DBus) >= 5.14.0 -Requires: cmake(Qt5Network) >= 5.14.0 +Requires: cmake(Qt5Core) >= 5.15.0 +Requires: cmake(Qt5DBus) >= 5.15.0 +Requires: cmake(Qt5Network) >= 5.15.0 Requires: pkgconfig(libnm) >= 1.0.0 %description devel @@ -78,14 +78,14 @@ settings which are used in DBus communication. %prep -%setup -q -n networkmanager-qt-%{version} +%autosetup -p1 -n networkmanager-qt-%{version} %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf5 -d build +%cmake_build %install - %kf5_makeinstall -C build +%kf5_makeinstall -C build %post -n libKF5NetworkManagerQt%{soversion} -p /sbin/ldconfig %postun -n libKF5NetworkManagerQt%{soversion} -p /sbin/ldconfig ++++++ networkmanager-qt-5.81.0.tar.xz -> networkmanager-qt-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkmanager-qt-5.81.0/.gitignore new/networkmanager-qt-5.82.0/.gitignore --- old/networkmanager-qt-5.81.0/.gitignore 2021-04-03 11:39:01.000000000 +0200 +++ new/networkmanager-qt-5.82.0/.gitignore 2021-05-01 11:47:25.000000000 +0200 @@ -22,3 +22,6 @@ .cmake/ /.clang-format /compile_commands.json +.clangd +.idea +/cmake-build* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkmanager-qt-5.81.0/CMakeLists.txt new/networkmanager-qt-5.82.0/CMakeLists.txt --- old/networkmanager-qt-5.81.0/CMakeLists.txt 2021-04-03 11:39:01.000000000 +0200 +++ new/networkmanager-qt-5.82.0/CMakeLists.txt 2021-05-01 11:47:25.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(NetworkManagerQt 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) @@ -18,11 +18,11 @@ include(KDECMakeSettings) include(KDEGitCommitHooks) -set(REQUIRED_QT_VERSION 5.14.0) +set(REQUIRED_QT_VERSION 5.15.0) find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Network) add_definitions(-DQT_NO_FOREACH) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkmanager-qt-5.81.0/src/settings/connectionsettings.cpp new/networkmanager-qt-5.82.0/src/settings/connectionsettings.cpp --- old/networkmanager-qt-5.81.0/src/settings/connectionsettings.cpp 2021-04-03 11:39:01.000000000 +0200 +++ new/networkmanager-qt-5.82.0/src/settings/connectionsettings.cpp 2021-05-01 11:47:25.000000000 +0200 @@ -513,11 +513,7 @@ if (connectionSettings.contains(QLatin1String(NM_SETTING_CONNECTION_PERMISSIONS))) { const QStringList permissions = connectionSettings.value(QLatin1String(NM_SETTING_CONNECTION_PERMISSIONS)).toStringList(); for (const QString &permission : permissions) { -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - const QStringList split = permission.split(QLatin1Char(':'), QString::KeepEmptyParts); -#else const QStringList split = permission.split(QLatin1Char(':'), Qt::KeepEmptyParts); -#endif addToPermissions(split.at(1), split.at(2)); } }