Hello community, here is the log from the commit of package kdeclarative for openSUSE:Factory checked in at 2017-08-24 17:54:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old) and /work/SRC/openSUSE:Factory/.kdeclarative.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdeclarative" Thu Aug 24 17:54:57 2017 rev:45 rq:516668 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes 2017-07-17 10:22:51.793840503 +0200 +++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes 2017-08-24 17:55:53.250942804 +0200 @@ -1,0 +2,12 @@ +Sat Aug 12 09:23:22 UTC 2017 - [email protected] + +- Update to 5.37.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * fix plasmashell unsetting QSG_RENDER_LOOP + * API dox: fix @param to use name of parameter, not type + * API dox: use @param for normal parameter listing, not @arg + +------------------------------------------------------------------- Old: ---- kdeclarative-5.36.0.tar.xz New: ---- kdeclarative-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeclarative.spec ++++++ --- /var/tmp/diff_new_pack.5z2WAl/_old 2017-08-24 17:55:54.182811550 +0200 +++ /var/tmp/diff_new_pack.5z2WAl/_new 2017-08-24 17:55:54.186810986 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Declarative5 -%define _tar_path 5.36 +%define _tar_path 5.37 Name: kdeclarative -Version: 5.36.0 +Version: 5.37.0 Release: 0 %define kf5_version %{version} Summary: Integration of QML and KDE workspaces ++++++ kdeclarative-5.36.0.tar.xz -> kdeclarative-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.36.0/CMakeLists.txt new/kdeclarative-5.37.0/CMakeLists.txt --- old/kdeclarative-5.36.0/CMakeLists.txt 2017-07-02 09:59:54.000000000 +0200 +++ new/kdeclarative-5.37.0/CMakeLists.txt 2017-08-06 19:59:45.000000000 +0200 @@ -1,18 +1,18 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.36.0") # handled by release scripts -set(KF5_DEP_VERSION "5.36.0") # handled by release scripts +set(KF5_VERSION "5.37.0") # handled by release scripts +set(KF5_DEP_VERSION "5.37.0") # handled by release scripts project(KDeclarative VERSION ${KF5_VERSION}) # Dependencies include(FeatureSummary) -find_package(ECM 5.36.0 NO_MODULE) +find_package(ECM 5.37.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) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) -set(REQUIRED_QT_VERSION 5.6.0) +set(REQUIRED_QT_VERSION 5.7.0) find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui) include(KDEInstallDirs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.36.0/po/nb/kdeclarative5.po new/kdeclarative-5.37.0/po/nb/kdeclarative5.po --- old/kdeclarative-5.36.0/po/nb/kdeclarative5.po 2017-07-02 09:59:54.000000000 +0200 +++ new/kdeclarative-5.37.0/po/nb/kdeclarative5.po 2017-08-06 19:59:45.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:11+0100\n" +"POT-Creation-Date: 2017-06-30 03:05+0200\n" "PO-Revision-Date: 2015-04-28 08:55+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -92,24 +92,24 @@ msgid "Reassign" msgstr "Tilordne på nytt" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:379 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:381 #, kde-format msgctxt "What the user inputs now will be taken as the new shortcut" msgid "Input" msgstr "Inndata" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:386 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:388 #, kde-format msgctxt "No shortcut defined" msgid "None" msgstr "Ingen" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:407 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:409 #, kde-format msgid "The key you just pressed is not supported by Qt." msgstr "Qt støtter ikke den tasten du nettopp trykket." -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:408 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:410 #, kde-format msgid "Unsupported Key" msgstr "Ustøttet tast" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.36.0/po/nn/kdeclarative5.po new/kdeclarative-5.37.0/po/nn/kdeclarative5.po --- old/kdeclarative-5.36.0/po/nn/kdeclarative5.po 2017-07-02 09:59:54.000000000 +0200 +++ new/kdeclarative-5.37.0/po/nn/kdeclarative5.po 2017-08-06 19:59:45.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:11+0100\n" +"POT-Creation-Date: 2017-06-30 03:05+0200\n" "PO-Revision-Date: 2016-10-30 17:23+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -88,24 +88,24 @@ msgid "Reassign" msgstr "Tilordna på nytt" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:379 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:381 #, kde-format msgctxt "What the user inputs now will be taken as the new shortcut" msgid "Input" msgstr "Inndata" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:386 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:388 #, kde-format msgctxt "No shortcut defined" msgid "None" msgstr "Ingen" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:407 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:409 #, kde-format msgid "The key you just pressed is not supported by Qt." msgstr "Tasten du trykte er ikkje støtta av Qt." -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:408 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:410 #, kde-format msgid "Unsupported Key" msgstr "Ustøtta tast" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.36.0/po/se/kdeclarative5.po new/kdeclarative-5.37.0/po/se/kdeclarative5.po --- old/kdeclarative-5.36.0/po/se/kdeclarative5.po 2017-07-02 09:59:54.000000000 +0200 +++ new/kdeclarative-5.37.0/po/se/kdeclarative5.po 2017-08-06 19:59:45.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:11+0100\n" +"POT-Creation-Date: 2017-06-30 03:05+0200\n" "PO-Revision-Date: 2012-05-30 23:19+0200\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" @@ -86,25 +86,25 @@ msgid "Reassign" msgstr "Bija ođđasit" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:379 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:381 #, kde-format msgctxt "What the user inputs now will be taken as the new shortcut" msgid "Input" msgstr "Mearrit njuolggobálgá" # unreviewed-context -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:386 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:388 #, kde-format msgctxt "No shortcut defined" msgid "None" msgstr "Ii mihkkige" -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:407 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:409 #, kde-format msgid "The key you just pressed is not supported by Qt." msgstr "Qt ii doarjjo boalu maid easka deaddilit." -#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:408 +#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:410 #, kde-format msgid "Unsupported Key" msgstr "Doarjjokeahtes boallu" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.36.0/po/zh_CN/kdeclarative5.po new/kdeclarative-5.37.0/po/zh_CN/kdeclarative5.po --- old/kdeclarative-5.36.0/po/zh_CN/kdeclarative5.po 2017-07-02 09:59:54.000000000 +0200 +++ new/kdeclarative-5.37.0/po/zh_CN/kdeclarative5.po 2017-08-06 19:59:45.000000000 +0200 @@ -1,29 +1,20 @@ -# translation of kdelibs4.po to Chinese Simplified -# Copyright (C) 2007 Free Software Foundation, Inc. -# -# Lie Ex <[email protected]> 2007-2011. -# Wang Jian <[email protected]>, 1998. -# Sarah Smith <[email protected]>, 2002. -# Xiong Jiang <[email protected]>, 2002,2003,2004. -# Funda Wang <[email protected]>, 2002,2003,2004. -# Liang Qi <[email protected]>, 2007. -# Feng Chao <[email protected]>, 2010, 2012, 2014. -# Ni Hui <[email protected]>, 2010, 2011, 2012. -# Weng Xuetian <[email protected]>, 2011, 2012, 2013, 2015. msgid "" msgstr "" -"Project-Id-Version: kdelibs4\n" +"Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-06-30 03:05+0200\n" -"PO-Revision-Date: 2015-03-05 14:07-0800\n" -"Last-Translator: Weng Xuetian <[email protected]>\n" -"Language-Team: Chinese Simplified <[email protected]>\n" +"PO-Revision-Date: 2017-08-05 09:29-0400\n" +"Last-Translator: guoyunhebrave <[email protected]>\n" +"Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /kf5-trunk/messages/frameworks/kdeclarative5.pot\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.36.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.h new/kdeclarative-5.37.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.h --- old/kdeclarative-5.36.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.h 2017-07-02 09:59:54.000000000 +0200 +++ new/kdeclarative-5.37.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.h 2017-08-06 19:59:45.000000000 +0200 @@ -56,28 +56,28 @@ Q_SIGNALS: /** * Emitted when the mouse cursor dragging something enters in the drag area - * @arg DeclarativeDragDropEvent description of the dragged content + * @param event description of the dragged content * @see DeclarativeDragDropEvent */ void dragEnter(DeclarativeDragDropEvent* event); /** * Emitted when the mouse cursor dragging something leaves the drag area - * @arg DeclarativeDragDropEvent description of the dragged content + * @param event description of the dragged content * @see DeclarativeDragDropEvent */ void dragLeave(DeclarativeDragDropEvent* event); /** * Emitted when the mouse cursor dragging something moves over the drag area - * @arg DeclarativeDragDropEvent description of the dragged content + * @param event description of the dragged content * @see DeclarativeDragDropEvent */ void dragMove(DeclarativeDragDropEvent *event); /** * Emitted when the user drops something in the area - * @arg DeclarativeDragDropEvent description of the dragged content + * @param event description of the dragged content * @see DeclarativeDragDropEvent */ void drop(DeclarativeDragDropEvent* event); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.36.0/src/quickaddons/qtquicksettings.cpp new/kdeclarative-5.37.0/src/quickaddons/qtquicksettings.cpp --- old/kdeclarative-5.36.0/src/quickaddons/qtquicksettings.cpp 2017-07-02 09:59:54.000000000 +0200 +++ new/kdeclarative-5.37.0/src/quickaddons/qtquicksettings.cpp 2017-08-06 19:59:45.000000000 +0200 @@ -26,7 +26,7 @@ void KQuickAddons::QtQuickSettings::init() { PlasmaQtQuickSettings::RendererSettings s; - if (!s.renderLoop().isNull()) { + if (!s.renderLoop().isEmpty()) { qputenv("QSG_RENDER_LOOP", s.renderLoop().toLatin1()); }
