Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kirigami2 for openSUSE:Factory checked in at 2021-02-17 18:11:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kirigami2 (Old) and /work/SRC/openSUSE:Factory/.kirigami2.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kirigami2" Wed Feb 17 18:11:07 2021 rev:51 rq:871704 version:5.79.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes 2021-01-13 18:18:45.665228007 +0100 +++ /work/SRC/openSUSE:Factory/.kirigami2.new.28504/kirigami2.changes 2021-02-17 18:12:17.253977299 +0100 @@ -1,0 +2,14 @@ +Mon Feb 8 08:46:27 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.79.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.79.0 +- Too many changes since 5.78.0, only listing bugfixes: + * Don't manually call reverseTwinsChanged when destructing FormLayout (kde#431419) + * Don't consider Synthetized mouse events as Mouse (kde#431542) + * correctly update header size (kde#429235) + * [controls/OverlaySheet]: Respect Layout.maximumWidth (kde#431089) + * [controls/ListItemDragHandle] Fix wrong arrangement on no-scrolling case (kde#431214) + +------------------------------------------------------------------- Old: ---- kirigami2-5.78.0.tar.xz kirigami2-5.78.0.tar.xz.sig New: ---- kirigami2-5.79.0.tar.xz kirigami2-5.79.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kirigami2.spec ++++++ --- /var/tmp/diff_new_pack.dkDiuH/_old 2021-02-17 18:12:17.905977832 +0100 +++ /var/tmp/diff_new_pack.dkDiuH/_new 2021-02-17 18:12:17.909977836 +0100 @@ -17,14 +17,14 @@ %define lname libKF5Kirigami2-5 -%define _tar_path 5.78 +%define _tar_path 5.79 # 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: kirigami2 -Version: 5.78.0 +Version: 5.79.0 Release: 0 Summary: Set of QtQuick components License: LGPL-2.1-or-later ++++++ 0001-Revert-Watch-for-language-change-events-and-forward-.patch ++++++ --- /var/tmp/diff_new_pack.dkDiuH/_old 2021-02-17 18:12:17.933977855 +0100 +++ /var/tmp/diff_new_pack.dkDiuH/_new 2021-02-17 18:12:17.933977855 +0100 @@ -13,11 +13,11 @@ src/kirigamiplugin.h | 5 ----- 2 files changed, 38 deletions(-) -diff --git a/src/kirigamiplugin.cpp b/src/kirigamiplugin.cpp -index acdefbc4..4670eb86 100644 ---- a/src/kirigamiplugin.cpp -+++ b/src/kirigamiplugin.cpp -@@ -50,33 +50,6 @@ class CopyHelperPrivate : public QObject +Index: kirigami2-5.56.0git.20210118T122536~4ea74c86/src/kirigamiplugin.cpp +=================================================================== +--- kirigami2-5.56.0git.20210118T122536~4ea74c86.orig/src/kirigamiplugin.cpp 2021-01-18 11:25:36.000000000 +0100 ++++ kirigami2-5.56.0git.20210118T122536~4ea74c86/src/kirigamiplugin.cpp 2021-01-19 09:48:47.310333643 +0100 +@@ -51,33 +51,6 @@ } }; @@ -30,7 +30,7 @@ - bool eventFilter(QObject *receiver, QEvent *event) override - { - if (event->type() == QEvent::LanguageChange && receiver == QCoreApplication::instance()) { -- emit languageChangeEvent(); +- Q_EMIT languageChangeEvent(); - } - return QObject::eventFilter(receiver, event); - } @@ -51,7 +51,7 @@ QUrl KirigamiPlugin::componentUrl(const QString &fileName) const { for (const QString &style : qAsConst(m_stylesFallbackChain)) { -@@ -266,10 +239,4 @@ void KirigamiPlugin::registerTypes(const char *uri) +@@ -279,10 +252,4 @@ qmlProtectModule(uri, 2); } @@ -62,11 +62,11 @@ -} - #include "kirigamiplugin.moc" -diff --git a/src/kirigamiplugin.h b/src/kirigamiplugin.h -index 22279421..caa95f1e 100644 ---- a/src/kirigamiplugin.h -+++ b/src/kirigamiplugin.h -@@ -20,9 +20,7 @@ class KirigamiPlugin : public QQmlExtensionPlugin +Index: kirigami2-5.56.0git.20210118T122536~4ea74c86/src/kirigamiplugin.h +=================================================================== +--- kirigami2-5.56.0git.20210118T122536~4ea74c86.orig/src/kirigamiplugin.h 2021-01-18 11:25:36.000000000 +0100 ++++ kirigami2-5.56.0git.20210118T122536~4ea74c86/src/kirigamiplugin.h 2021-01-19 09:48:47.310333643 +0100 +@@ -24,9 +24,7 @@ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") public: @@ -76,7 +76,7 @@ #ifdef KIRIGAMI_BUILD_TYPE_STATIC static KirigamiPlugin& getInstance() -@@ -39,9 +37,6 @@ public: +@@ -46,9 +44,6 @@ } #endif @@ -86,6 +86,3 @@ private: QUrl componentUrl(const QString &fileName) const; QString resolveFilePath(const QString &path) const --- -2.26.2 - ++++++ kirigami2-5.78.0.tar.xz -> kirigami2-5.79.0.tar.xz ++++++ ++++ 5098 lines of diff (skipped)