Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kinit for openSUSE:Factory checked in at 2021-09-16 23:14:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinit (Old) and /work/SRC/openSUSE:Factory/.kinit.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinit" Thu Sep 16 23:14:03 2021 rev:94 rq:919197 version:5.86.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kinit/kinit.changes 2021-08-16 10:12:03.867064821 +0200 +++ /work/SRC/openSUSE:Factory/.kinit.new.1899/kinit.changes 2021-09-16 23:15:56.031876712 +0200 @@ -1,0 +2,14 @@ +Wed Sep 15 08:24:08 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Drop the unneeded baselibs.conf. + +------------------------------------------------------------------- +Mon Sep 6 06:22:09 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.86.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.86.0 +- No code change since 5.85.0 + +------------------------------------------------------------------- Old: ---- baselibs.conf kinit-5.85.0.tar.xz kinit-5.85.0.tar.xz.sig New: ---- kinit-5.86.0.tar.xz kinit-5.86.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinit.spec ++++++ --- /var/tmp/diff_new_pack.m3UXAg/_old 2021-09-16 23:15:56.679877383 +0200 +++ /var/tmp/diff_new_pack.m3UXAg/_new 2021-09-16 23:15:56.683877387 +0200 @@ -16,14 +16,14 @@ # -%define _tar_path 5.85 +%define _tar_path 5.86 # 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: kinit -Version: 5.85.0 +Version: 5.86.0 Release: 0 Summary: Helper library to speed up start of applications on KDE workspaces License: LGPL-2.1-or-later @@ -34,7 +34,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -Source99: baselibs.conf # PATCH-FIX-OPENSUSE fpie.patch -- add -(f)pie link flags to start_kdeinit target Patch0: fpie.patch # PATCH-FIX-OPENSUSE ++++++ kinit-5.85.0.tar.xz -> kinit-5.86.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.85.0/CMakeLists.txt new/kinit-5.86.0/CMakeLists.txt --- old/kinit-5.85.0/CMakeLists.txt 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/CMakeLists.txt 2021-09-04 19:01:57.000000000 +0200 @@ -3,13 +3,13 @@ project(KInit) include(FeatureSummary) -find_package(ECM 5.85.0 NO_MODULE) +find_package(ECM 5.86.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}) -set(REQUIRED_QT_VERSION 5.15.0) +set(REQUIRED_QT_VERSION 5.15.2) find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Core Gui DBus) include(KDEInstallDirs) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) @@ -17,8 +17,8 @@ include(ECMSetupVersion) include(ECMQtDeclareLoggingCategory) -set(KF_VERSION "5.85.0") # handled by release scripts -set(KF_DEP_VERSION "5.85.0") # handled by release scripts +set(KF_VERSION "5.86.0") # handled by release scripts +set(KF_DEP_VERSION "5.86.0") # handled by release scripts ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX KINIT VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h" @@ -70,7 +70,7 @@ PATH_VARS KDE_INSTALL_DBUSINTERFACEDIR INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} ) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02) add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) add_definitions(-DTRANSLATION_DOMAIN=\"kinit5\") ki18n_install(po) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.85.0/metainfo.yaml new/kinit-5.86.0/metainfo.yaml --- old/kinit-5.85.0/metainfo.yaml 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/metainfo.yaml 2021-09-04 19:01:57.000000000 +0200 @@ -6,7 +6,7 @@ - name: Linux - name: FreeBSD - name: Windows - - name: MacOSX + - name: macOS portingAid: false deprecated: false release: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.85.0/po/zh_CN/kinit5.po new/kinit-5.86.0/po/zh_CN/kinit5.po --- old/kinit-5.85.0/po/zh_CN/kinit5.po 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/po/zh_CN/kinit5.po 2021-09-04 19:01:57.000000000 +0200 @@ -16,7 +16,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-04-11 00:16+0000\n" -"PO-Revision-Date: 2021-07-26 13:47\n" +"PO-Revision-Date: 2021-08-30 11: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/kinit-5.85.0/src/kdeinit/kinit.cpp new/kinit-5.86.0/src/kdeinit/kinit.cpp --- old/kinit-5.85.0/src/kdeinit/kinit.cpp 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/src/kdeinit/kinit.cpp 2021-09-04 19:01:57.000000000 +0200 @@ -542,7 +542,7 @@ tmp_env_count++) { unset_envs.append(environ[ tmp_env_count ]); } - for (const QByteArray &tmp : qAsConst(unset_envs)) { + for (const QByteArray &tmp : std::as_const(unset_envs)) { int pos = tmp.indexOf('='); if (pos >= 0) { unsetenv(tmp.left(pos).constData()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.85.0/src/kdeinit/kinit_mac.mm new/kinit-5.86.0/src/kdeinit/kinit_mac.mm --- old/kinit-5.85.0/src/kdeinit/kinit_mac.mm 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/src/kdeinit/kinit_mac.mm 2021-09-04 19:01:57.000000000 +0200 @@ -216,7 +216,7 @@ tmp_env_count++) { unset_envs.append(environ[ tmp_env_count ]); } - for (const QByteArray &tmp : qAsConst(unset_envs)) { + for (const QByteArray &tmp : std::as_const(unset_envs)) { int pos = tmp.indexOf('='); if (pos >= 0) { unsetenv(tmp.left(pos).constData()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.85.0/src/kdeinit/kinit_win.cpp new/kinit-5.86.0/src/kdeinit/kinit_win.cpp --- old/kinit-5.85.0/src/kdeinit/kinit_win.cpp 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/src/kdeinit/kinit_win.cpp 2021-09-04 19:01:57.000000000 +0200 @@ -329,7 +329,7 @@ ProcessListEntry *ProcessList::find(const QString &name) { - for (ProcessListEntry *ple : qAsConst(m_processes)) { + for (ProcessListEntry *ple : std::as_const(m_processes)) { if (ple->pid < 0) { qDebug() << "negative pid!"; continue; @@ -654,7 +654,7 @@ QProcess *proc; int can_exit = 1; do { - for (proc : qAsConst(startedProcesses)) { + for (proc : std::as_const(startedProcesses)) { if (proc->state() != QProcess::NotRunning) { can_exit = 0; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.85.0/src/klauncher/klauncher.cpp new/kinit-5.86.0/src/klauncher/klauncher.cpp --- old/kinit-5.85.0/src/klauncher/klauncher.cpp 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/src/klauncher/klauncher.cpp 2021-09-04 19:01:57.000000000 +0200 @@ -304,7 +304,7 @@ KLauncher::processDied(pid_t pid, long exitStatus) { qCDebug(KLAUNCHER) << pid << "exitStatus=" << exitStatus; - for (KLaunchRequest *request : qAsConst(requestList)) { + for (KLaunchRequest *request : std::as_const(requestList)) { qCDebug(KLAUNCHER) << " had pending request" << request->pid; if (request->pid == pid) { if ((request->dbus_startup_type == KService::DBusUnique) @@ -367,7 +367,7 @@ } qCDebug(KLAUNCHER) << "new app" << appId; - for (KLaunchRequest *request : qAsConst(requestList)) { + for (KLaunchRequest *request : std::as_const(requestList)) { if (request->status != KLaunchRequest::Launching) { continue; } @@ -471,7 +471,7 @@ request->process = process; QProcessEnvironment environment = QProcessEnvironment::systemEnvironment(); - for (const QString &env : qAsConst(request->envs)) { + for (const QString &env : std::as_const(request->envs)) { const int pos = env.indexOf(QLatin1Char('=')); const QString envVariable = env.left(pos); const QString envValue = env.mid(pos + 1); @@ -480,7 +480,7 @@ process->setProcessEnvironment(environment); QStringList args; - for (const QString &arg : qAsConst(request->arg_list)) { + for (const QString &arg : std::as_const(request->arg_list)) { args << arg; } @@ -512,11 +512,11 @@ appendLong(requestData, request->arg_list.count() + 1); requestData.append(request->name.toLocal8Bit()); requestData.append('\0'); - for (const QString &arg : qAsConst(request->arg_list)) { + for (const QString &arg : std::as_const(request->arg_list)) { requestData.append(arg.toLocal8Bit()).append('\0'); } appendLong(requestData, request->envs.count()); - for (const QString &env : qAsConst(request->envs)) { + for (const QString &env : std::as_const(request->envs)) { requestData.append(env.toLocal8Bit()).append('\0'); } appendLong(requestData, 0); // avoid_loops, always false here @@ -912,7 +912,7 @@ { const QUrl url(urlStr); IdleSlave *slave = nullptr; - for (IdleSlave *p : qAsConst(mSlaveList)) { + for (IdleSlave *p : std::as_const(mSlaveList)) { if (p->onHold(url)) { slave = p; break; @@ -933,14 +933,14 @@ QString &error) { IdleSlave *slave = nullptr; - for (IdleSlave *p : qAsConst(mSlaveList)) { + for (IdleSlave *p : std::as_const(mSlaveList)) { if (p->match(protocol, host, true)) { slave = p; break; } } if (!slave) { - for (IdleSlave *p : qAsConst(mSlaveList)) { + for (IdleSlave *p : std::as_const(mSlaveList)) { if (p->match(protocol, host, false)) { slave = p; break; @@ -948,7 +948,7 @@ } } if (!slave) { - for (IdleSlave *p : qAsConst(mSlaveList)) { + for (IdleSlave *p : std::as_const(mSlaveList)) { if (p->match(protocol, QString(), false)) { slave = p; break; @@ -1050,7 +1050,7 @@ bool KLauncher::checkForHeldSlave(const QString &urlStr) { QUrl url(urlStr); - for (const IdleSlave *p : qAsConst(mSlaveList)) { + for (const IdleSlave *p : std::as_const(mSlaveList)) { if (p->onHold(url)) { return true; } @@ -1062,7 +1062,7 @@ KLauncher::waitForSlave(int pid) { Q_ASSERT(calledFromDBus()); - for (IdleSlave *slave : qAsConst(mSlaveList)) { + for (IdleSlave *slave : std::as_const(mSlaveList)) { if (slave->pid() == static_cast<pid_t>(pid)) { return; // Already here. } @@ -1122,7 +1122,7 @@ { bool keepOneFileSlave = true; QDateTime now = QDateTime::currentDateTime(); - for (IdleSlave *slave : qAsConst(mSlaveList)) { + for (IdleSlave *slave : std::as_const(mSlaveList)) { if ((slave->protocol() == QLatin1String("file")) && (keepOneFileSlave)) { keepOneFileSlave = false; } else if (slave->age(now) > SLAVE_MAX_IDLE) { @@ -1135,7 +1135,7 @@ void KLauncher::reparseConfiguration() { KProtocolManager::reparseConfiguration(); - for (IdleSlave *slave : qAsConst(mSlaveList)) { + for (IdleSlave *slave : std::as_const(mSlaveList)) { slave->reparseConfiguration(); } } @@ -1157,7 +1157,7 @@ QProcess *p = static_cast<QProcess *>(sender()); qCDebug(KLAUNCHER) << "process finished exitcode=" << exitCode << "exitStatus=" << exitStatus; - for (KLaunchRequest *request : qAsConst(requestList)) { + for (KLaunchRequest *request : std::as_const(requestList)) { if (request->process == p) { qCDebug(KLAUNCHER) << "found KProcess, request done"; if (exitCode == 0 && exitStatus == QProcess::NormalExit) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.85.0/src/kwrapper/kwrapper_win.cpp new/kinit-5.86.0/src/kwrapper/kwrapper_win.cpp --- old/kinit-5.85.0/src/kwrapper/kwrapper_win.cpp 2021-08-06 11:05:50.000000000 +0200 +++ new/kinit-5.86.0/src/kwrapper/kwrapper_win.cpp 2021-09-04 19:01:57.000000000 +0200 @@ -132,7 +132,7 @@ kdedirsCacheList << rootPath + QStringLiteral("/kdedirs.cache"); bool found = false; - for (const QString &kdedirsCachePath : qAsConst(kdedirsCacheList)) { + for (const QString &kdedirsCachePath : std::as_const(kdedirsCacheList)) { QFile f(kdedirsCachePath); if (f.exists()) { f.open(QIODevice::ReadOnly); @@ -161,7 +161,7 @@ qDebug() << "found KDEDIRS\n\t" << kdedirs.join(QStringLiteral("\n\t")); } - for (const QString &a : qAsConst(kdedirs)) { + for (const QString &a : std::as_const(kdedirs)) { if (!envPath.contains(a + QStringLiteral("/bin"))) { envPath << a + QStringLiteral("/bin"); } @@ -181,7 +181,7 @@ } bool found = false; - for (const QString &a : qAsConst(searchPath)) { + for (const QString &a : std::as_const(searchPath)) { if (verbose) { qDebug() << "\t" << a; }
