Hello community,
here is the log from the commit of package frameworkintegration for
openSUSE:Factory checked in at 2019-12-18 14:39:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
and /work/SRC/openSUSE:Factory/.frameworkintegration.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frameworkintegration"
Wed Dec 18 14:39:58 2019 rev:78 rq:757006 version:5.65.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2019-11-12 11:43:25.690600422 +0100
+++
/work/SRC/openSUSE:Factory/.frameworkintegration.new.4691/frameworkintegration.changes
2019-12-18 14:41:37.545754945 +0100
@@ -1,0 +2,12 @@
+Sun Dec 8 11:18:16 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.65.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+ * Conditionally set SH_ScrollBar_LeftClickAbsolutePosition based on
kdeglobals setting
+ * Set application name and version on the knshandler tool
+ * Port away from deprecated signal KNSCore::Engine::signalError
+
+-------------------------------------------------------------------
Old:
----
frameworkintegration-5.64.0.tar.xz
frameworkintegration-5.64.0.tar.xz.sig
New:
----
frameworkintegration-5.65.0.tar.xz
frameworkintegration-5.65.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.YZfnAs/_old 2019-12-18 14:41:38.157755225 +0100
+++ /var/tmp/diff_new_pack.YZfnAs/_new 2019-12-18 14:41:38.161755227 +0100
@@ -1,7 +1,7 @@
#
# spec file for package frameworkintegration
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
%define lname libKF5Style5
-%define _tar_path 5.64
+%define _tar_path 5.65
# 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: frameworkintegration
-Version: 5.64.0
+Version: 5.65.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications
in KDE Workspace
License: LGPL-2.1-or-later
++++++ frameworkintegration-5.64.0.tar.xz -> frameworkintegration-5.65.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.64.0/CMakeLists.txt
new/frameworkintegration-5.65.0/CMakeLists.txt
--- old/frameworkintegration-5.64.0/CMakeLists.txt 2019-11-02
12:41:52.000000000 +0100
+++ new/frameworkintegration-5.65.0/CMakeLists.txt 2019-12-07
20:40:54.000000000 +0100
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.64.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
project(FrameworkIntegration VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.64.0 NO_MODULE)
+find_package(ECM 5.65.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -48,7 +48,7 @@
find_package(AppStreamQt 0.10.4)
endif()
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x060000)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
add_definitions(-DQT_NO_FOREACH)
add_subdirectory(src)
if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.64.0/src/kpackage-install-handlers/kns/CMakeLists.txt
new/frameworkintegration-5.65.0/src/kpackage-install-handlers/kns/CMakeLists.txt
---
old/frameworkintegration-5.64.0/src/kpackage-install-handlers/kns/CMakeLists.txt
2019-11-02 12:41:52.000000000 +0100
+++
new/frameworkintegration-5.65.0/src/kpackage-install-handlers/kns/CMakeLists.txt
2019-12-07 20:40:54.000000000 +0100
@@ -1,3 +1,4 @@
+configure_file(knshandlerversion.h.in knshandlerversion.h)
add_executable(knshandler main.cpp)
target_link_libraries(knshandler KF5::NewStuffCore KF5::I18n
KF5::Notifications Qt5::Xml)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.64.0/src/kpackage-install-handlers/kns/knshandlerversion.h.in
new/frameworkintegration-5.65.0/src/kpackage-install-handlers/kns/knshandlerversion.h.in
---
old/frameworkintegration-5.64.0/src/kpackage-install-handlers/kns/knshandlerversion.h.in
1970-01-01 01:00:00.000000000 +0100
+++
new/frameworkintegration-5.65.0/src/kpackage-install-handlers/kns/knshandlerversion.h.in
2019-12-07 20:40:54.000000000 +0100
@@ -0,0 +1,28 @@
+/* This file is part of the KDE libraries
+ * Copyright (C) 2019 Dan Leinir Turthra Jensen <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License or ( at
+ * your option ) version 3 or, at the discretion of KDE e.V. ( which shall
+ * act as a proxy as in section 14 of the GPLv3 ), any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; see the file COPYING.LIB. If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#ifndef KNSHANDLERVERSION_H
+#define KNSHANDLERVERSION_H
+
+#include <QLatin1String>
+
+static QLatin1String knshandlerversion("@PROJECT_VERSION@");
+
+#endif//KNSHANDLERVERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.64.0/src/kpackage-install-handlers/kns/main.cpp
new/frameworkintegration-5.65.0/src/kpackage-install-handlers/kns/main.cpp
--- old/frameworkintegration-5.64.0/src/kpackage-install-handlers/kns/main.cpp
2019-11-02 12:41:52.000000000 +0100
+++ new/frameworkintegration-5.65.0/src/kpackage-install-handlers/kns/main.cpp
2019-12-07 20:40:54.000000000 +0100
@@ -33,9 +33,13 @@
#include <KNSCore/Engine>
#include <KNSCore/QuestionManager>
+#include "knshandlerversion.h"
+
int main(int argc, char** argv)
{
QCoreApplication app(argc, argv);
+ app.setApplicationName(QLatin1String("kpackage-knshandler"));
+ app.setApplicationVersion(knshandlerversion);
app.setQuitLockEnabled(false);
Q_ASSERT(app.arguments().count() == 2);
@@ -113,8 +117,8 @@
engine.fetchEntryById(entryid);
});
- QObject::connect(&engine, &KNSCore::Engine::signalError, &engine, [](const
QString &error) {
- qWarning() << "kns error:" << error;
+ QObject::connect(&engine, &KNSCore::Engine::signalErrorCode, &engine,
[](const KNSCore::ErrorCode &errorCode, const QString &message, const QVariant
&metadata) {
+ qWarning() << "kns error:" << errorCode << message << metadata;
QCoreApplication::exit(1);
});
QObject::connect(&engine, &KNSCore::Engine::signalEntryDetailsLoaded,
&engine, [providerid, linkid, &engine, &installedCount](const
KNSCore::EntryInternal &entry) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.64.0/src/kstyle/kstyle.cpp
new/frameworkintegration-5.65.0/src/kstyle/kstyle.cpp
--- old/frameworkintegration-5.64.0/src/kstyle/kstyle.cpp 2019-11-02
12:41:52.000000000 +0100
+++ new/frameworkintegration-5.65.0/src/kstyle/kstyle.cpp 2019-12-07
20:40:54.000000000 +0100
@@ -499,6 +499,11 @@
return d->styleElements.value(widget->objectName(), 0);
+ case SH_ScrollBar_LeftClickAbsolutePosition: {
+ KConfigGroup g(KSharedConfig::openConfig(), "KDE");
+ return !g.readEntry("ScrollbarLeftClickNavigatesByPage", true);
+ }
+
default:
break;
};