commit frameworkintegration for openSUSE:Factory
Hello community, here is the log from the commit of package frameworkintegration for openSUSE:Factory checked in at 2019-05-28 09:41:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old) and /work/SRC/openSUSE:Factory/.frameworkintegration.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "frameworkintegration" Tue May 28 09:41:35 2019 rev:71 rq:705295 version:5.58.2 Changes: -------- --- /work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes 2019-05-21 10:24:52.655564001 +0200 +++ /work/SRC/openSUSE:Factory/.frameworkintegration.new.5148/frameworkintegration.changes 2019-05-28 09:41:37.885878215 +0200 @@ -1,0 +2,8 @@ +Fri May 24 18:17:49 UTC 2019 - wbauer@tmo.at + +- Update to 5.58.2 + * New bugfix release +- Changes since 5.58.1: + * ensure to search also in the legacy location + +------------------------------------------------------------------- @@ -6,2 +13,0 @@ - * For more details please see: - * https://www.kde.org/announcements/kde-frameworks-5.58.1.php Old: ---- frameworkintegration-5.58.1.tar.xz New: ---- frameworkintegration-5.58.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frameworkintegration.spec ++++++ --- /var/tmp/diff_new_pack.erBZHQ/_old 2019-05-28 09:41:39.169877771 +0200 +++ /var/tmp/diff_new_pack.erBZHQ/_new 2019-05-28 09:41:39.169877771 +0200 @@ -23,7 +23,7 @@ # 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}')} Name: frameworkintegration -Version: 5.58.1 +Version: 5.58.2 Release: 0 Summary: Plugins responsible for better integration of Qt applications in KDE Workspace License: LGPL-2.1-or-later ++++++ frameworkintegration-5.58.1.tar.xz -> frameworkintegration-5.58.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.58.1/src/kpackage-install-handlers/kns/main.cpp new/frameworkintegration-5.58.2/src/kpackage-install-handlers/kns/main.cpp --- old/frameworkintegration-5.58.1/src/kpackage-install-handlers/kns/main.cpp 2019-05-14 23:21:33.000000000 +0200 +++ new/frameworkintegration-5.58.2/src/kpackage-install-handlers/kns/main.cpp 2019-05-24 12:55:14.000000000 +0200 @@ -48,7 +48,7 @@ Q_ASSERT(url.scheme() == QLatin1String("kns")); QString knsname; - for (const auto &location : KNSCore::Engine::configSearchLocations()) { + for (const auto &location : KNSCore::Engine::configSearchLocations(true)) { QString candidate = location + QLatin1Char('/') + url.host(); if (QFile::exists(candidate)) { knsname = candidate;
participants (1)
-
root