Hello community,
here is the log from the commit of package frameworkintegration for
openSUSE:Factory checked in at 2019-11-12 11:41:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
and /work/SRC/openSUSE:Factory/.frameworkintegration.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frameworkintegration"
Tue Nov 12 11:41:52 2019 rev:77 rq:747082 version:5.64.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2019-10-14 13:34:09.650545455 +0200
+++
/work/SRC/openSUSE:Factory/.frameworkintegration.new.2990/frameworkintegration.changes
2019-11-12 11:43:25.690600422 +0100
@@ -1,0 +2,11 @@
+Sun Nov 3 15:46:46 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.64.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+ * Add standard icons to support to all entries in QDialogButtonBox
(kde#398973)
+ * ensure winId() not called on non-native widgets (kde#412675)
+
+-------------------------------------------------------------------
Old:
----
frameworkintegration-5.63.0.tar.xz
frameworkintegration-5.63.0.tar.xz.sig
New:
----
frameworkintegration-5.64.0.tar.xz
frameworkintegration-5.64.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.ZL8ASp/_old 2019-11-12 11:43:26.194600953 +0100
+++ /var/tmp/diff_new_pack.ZL8ASp/_new 2019-11-12 11:43:26.198600957 +0100
@@ -17,7 +17,7 @@
%define lname libKF5Style5
-%define _tar_path 5.63
+%define _tar_path 5.64
# 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.63.0
+Version: 5.64.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications
in KDE Workspace
License: LGPL-2.1-or-later
++++++ frameworkintegration-5.63.0.tar.xz -> frameworkintegration-5.64.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.63.0/CMakeLists.txt
new/frameworkintegration-5.64.0/CMakeLists.txt
--- old/frameworkintegration-5.63.0/CMakeLists.txt 2019-10-07
22:31:06.000000000 +0200
+++ new/frameworkintegration-5.64.0/CMakeLists.txt 2019-11-02
12:41:52.000000000 +0100
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.63.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
+set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
project(FrameworkIntegration VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.63.0 NO_MODULE)
+find_package(ECM 5.64.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,6 +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(-DQT_NO_FOREACH)
add_subdirectory(src)
if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.63.0/plasma_workspace.notifyrc
new/frameworkintegration-5.64.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.63.0/plasma_workspace.notifyrc 2019-10-07
22:31:06.000000000 +0200
+++ new/frameworkintegration-5.64.0/plasma_workspace.notifyrc 2019-11-02
12:41:52.000000000 +0100
@@ -836,7 +836,7 @@
Name[fi]=Ohjelman kaatuminen
Name[fr]=Plantage de l'application
Name[gd]=Thuislich aplacaid
-Name[gl]=Quebra dun aplicativo
+Name[gl]=Quebra dunha aplicación
Name[he]=היישום קרס
Name[hu]=Alkalmazás összeomlás
Name[ia]=Crash de application
@@ -879,7 +879,7 @@
Comment[fi]=Ohjelma sulkeutui juuri odottamattomasti
Comment[fr]=Une application vient de se terminer de façon inattendue
Comment[gd]=Tha aplacaid air a dùnadh gun dùil
-Comment[gl]=Un aplicativo pechouse inesperadamente
+Comment[gl]=Unha aplicación pechouse inesperadamente
Comment[he]=היישום קרס בצורה לא צפוייה
Comment[hu]=Egy alkalmazás váratlanul kilépett
Comment[ia]=Un application justo ora claudeva inopinatemente
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.63.0/src/kstyle/kstyle.cpp
new/frameworkintegration-5.64.0/src/kstyle/kstyle.cpp
--- old/frameworkintegration-5.63.0/src/kstyle/kstyle.cpp 2019-10-07
22:31:06.000000000 +0200
+++ new/frameworkintegration-5.64.0/src/kstyle/kstyle.cpp 2019-11-02
12:41:52.000000000 +0100
@@ -371,7 +371,7 @@
case QStyle::SP_DialogApplyButton:
return QIcon::fromTheme(QStringLiteral("dialog-ok-apply"));
case QStyle::SP_DialogResetButton:
- return QIcon::fromTheme(QStringLiteral("document-revert"));
+ return QIcon::fromTheme(QStringLiteral("edit-undo"));
case QStyle::SP_DialogDiscardButton:
return QIcon::fromTheme(QStringLiteral("edit-delete"));
case QStyle::SP_DialogYesButton:
@@ -420,6 +420,22 @@
return QIcon::fromTheme(directionalThemeName,
QIcon::fromTheme(QStringLiteral("edit-clear")));
}
+#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
+ case QStyle::SP_DialogYesToAllButton:
+ return QIcon::fromTheme(QStringLiteral("dialog-ok"));
+ case QStyle::SP_DialogNoToAllButton:
+ return QIcon::fromTheme(QStringLiteral("dialog-cancel"));
+ case QStyle::SP_DialogSaveAllButton:
+ return QIcon::fromTheme(QStringLiteral("document-save-all"));
+ case QStyle::SP_DialogAbortButton:
+ return QIcon::fromTheme(QStringLiteral("dialog-cancel"));
+ case QStyle::SP_DialogRetryButton:
+ return QIcon::fromTheme(QStringLiteral("view-refresh"));
+ case QStyle::SP_DialogIgnoreButton:
+ return QIcon::fromTheme(QStringLiteral("dialog-cancel"));
+ case QStyle::SP_RestoreDefaultsButton:
+ return QIcon::fromTheme(QStringLiteral("document-revert"));
+#endif
default:
break;