Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwallet for openSUSE:Factory checked in at 2021-05-10 15:35:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwallet (Old) and /work/SRC/openSUSE:Factory/.kwallet.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwallet" Mon May 10 15:35:51 2021 rev:95 rq:891783 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes 2021-04-12 12:36:56.129339338 +0200 +++ /work/SRC/openSUSE:Factory/.kwallet.new.2988/kwallet.changes 2021-05-10 15:37:37.573982945 +0200 @@ -1,0 +2,10 @@ +Sat May 1 16:41:16 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- Changes since 5.81.0: + * Fix build after disabling deprecated API in 5.15 + +------------------------------------------------------------------- Old: ---- kwallet-5.81.0.tar.xz kwallet-5.81.0.tar.xz.sig New: ---- kwallet-5.82.0.tar.xz kwallet-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwallet.spec ++++++ --- /var/tmp/diff_new_pack.WpFzTX/_old 2021-05-10 15:37:38.241980358 +0200 +++ /var/tmp/diff_new_pack.WpFzTX/_new 2021-05-10 15:37:38.245980344 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Wallet5 -%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) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kwallet -Version: 5.81.0 +Version: 5.82.0 Release: 0 Summary: Safe desktop-wide storage for passwords License: LGPL-2.1-or-later @@ -53,9 +53,9 @@ BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} BuildRequires: cmake(QGpgme) -BuildRequires: cmake(Qt5DBus) >= 5.14.0 -BuildRequires: cmake(Qt5Test) >= 5.14.0 -BuildRequires: cmake(Qt5Widgets) >= 5.14.0 +BuildRequires: cmake(Qt5DBus) >= 5.15.0 +BuildRequires: cmake(Qt5Test) >= 5.15.0 +BuildRequires: cmake(Qt5Widgets) >= 5.15.0 %description This framework contains two main components: @@ -106,7 +106,6 @@ * The kwalletd used to safely store the passwords on KDE work spaces. %package tools-lang -# FIXME: consider using %%lang_package macro Summary: Safe desktop-wide storage for passwords Group: System/GUI/KDE Requires: %{name}-tools = %{version} @@ -120,7 +119,7 @@ Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: libkwalletbackend5-5 = %{version} -Requires: cmake(Qt5Gui) >= 5.14.0 +Requires: cmake(Qt5Gui) >= 5.15.0 # Was shortly present in K:F5 Obsoletes: kwallet-framework-devel <= %{version} Provides: kwallet-framework-devel = %{version} @@ -134,15 +133,15 @@ %lang_package -n kwalletd5 %prep -%setup -q +%autosetup -p1 %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf5 -d build +%cmake_build %install - %kf5_makeinstall -C build - %fdupes %{buildroot} +%kf5_makeinstall -C build +%fdupes %{buildroot} %if %{with lang} %find_lang kwalletd5 kwalletd5.lang ++++++ kwallet-5.81.0.tar.xz -> kwallet-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.81.0/.gitignore new/kwallet-5.82.0/.gitignore --- old/kwallet-5.81.0/.gitignore 2021-04-04 13:48:45.000000000 +0200 +++ new/kwallet-5.82.0/.gitignore 2021-05-01 14:40:57.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/kwallet-5.81.0/CMakeLists.txt new/kwallet-5.82.0/CMakeLists.txt --- old/kwallet-5.81.0/CMakeLists.txt 2021-04-04 13:48:45.000000000 +0200 +++ new/kwallet-5.82.0/CMakeLists.txt 2021-05-01 14:40:57.000000000 +0200 @@ -1,18 +1,18 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.81.0") # handled by release scripts -set(KF_DEP_VERSION "5.81.0") # handled by release scripts +set(KF_VERSION "5.82.0") # handled by release scripts +set(KF_DEP_VERSION "5.82.0") # handled by release scripts project(KWallet VERSION ${KF_VERSION}) set(CMAKE_EXPORT_COMPILE_COMMANDS 1) 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) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) -set(REQUIRED_QT_VERSION 5.14.0) +set(REQUIRED_QT_VERSION 5.15.0) find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus) include(KDEInstallDirs) @@ -37,8 +37,8 @@ find_package(KF5I18n ${KF_DEP_VERSION} REQUIRED) find_package(KF5DocTools ${KF_DEP_VERSION}) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) add_definitions(-DQT_NO_FOREACH) add_definitions(-DTRANSLATION_DOMAIN=\"kwalletd5\") if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.81.0/po/zh_CN/kwallet-query.po new/kwallet-5.82.0/po/zh_CN/kwallet-query.po --- old/kwallet-5.81.0/po/zh_CN/kwallet-query.po 2021-04-04 13:48:45.000000000 +0200 +++ new/kwallet-5.82.0/po/zh_CN/kwallet-query.po 2021-05-01 14:40:57.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-02 02:37+0100\n" -"PO-Revision-Date: 2021-03-27 17:29\n" +"PO-Revision-Date: 2021-04-24 15:43\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.81.0/po/zh_CN/kwalletd5.po new/kwallet-5.82.0/po/zh_CN/kwalletd5.po --- old/kwallet-5.81.0/po/zh_CN/kwalletd5.po 2021-04-04 13:48:45.000000000 +0200 +++ new/kwallet-5.82.0/po/zh_CN/kwalletd5.po 2021-05-01 14:40:57.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-02 02:37+0100\n" -"PO-Revision-Date: 2021-03-27 17:29\n" +"PO-Revision-Date: 2021-04-24 15:43\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.81.0/src/runtime/kwalletd/kwalletsessionstore.cpp new/kwallet-5.82.0/src/runtime/kwalletd/kwalletsessionstore.cpp --- old/kwallet-5.81.0/src/runtime/kwalletd/kwalletsessionstore.cpp 2021-04-04 13:48:45.000000000 +0200 +++ new/kwallet-5.82.0/src/runtime/kwalletd/kwalletsessionstore.cpp 2021-05-01 14:40:57.000000000 +0200 @@ -151,7 +151,7 @@ QStringList KWalletSessionStore::getApplications(int handle) const { QStringList rc; - const auto lst = m_sessions.uniqueKeys(); + const auto lst = m_sessions.keys(); for (const QString &appid : lst) { if (hasSession(appid, handle)) { rc.append(appid);
