Hello community, here is the log from the commit of package kcmutils for openSUSE:Factory checked in at 2017-08-24 17:53:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcmutils (Old) and /work/SRC/openSUSE:Factory/.kcmutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcmutils" Thu Aug 24 17:53:53 2017 rev:43 rq:516660 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes 2017-07-17 10:22:39.443581507 +0200 +++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes 2017-08-24 17:55:44.168222102 +0200 @@ -1,0 +2,10 @@ +Sat Aug 12 09:23:18 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 : + * API dox: use official name "D-Bus" consistently + +------------------------------------------------------------------- Old: ---- kcmutils-5.36.0.tar.xz New: ---- kcmutils-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcmutils.spec ++++++ --- /var/tmp/diff_new_pack.Z8SaWR/_old 2017-08-24 17:55:44.908117887 +0200 +++ /var/tmp/diff_new_pack.Z8SaWR/_new 2017-08-24 17:55:44.920116197 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5KCMUtils5 -%define _tar_path 5.36 +%define _tar_path 5.37 Name: kcmutils -Version: 5.36.0 +Version: 5.37.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ kcmutils-5.36.0.tar.xz -> kcmutils-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.36.0/CMakeLists.txt new/kcmutils-5.37.0/CMakeLists.txt --- old/kcmutils-5.36.0/CMakeLists.txt 2017-07-02 09:57:26.000000000 +0200 +++ new/kcmutils-5.37.0/CMakeLists.txt 2017-08-06 19:57:20.000000000 +0200 @@ -1,11 +1,11 @@ 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(KCMUtils VERSION ${KF5_VERSION}) 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) @@ -16,7 +16,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) -set(REQUIRED_QT_VERSION 5.6.0) +set(REQUIRED_QT_VERSION 5.7.0) find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus Qml Quick QuickWidgets) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.36.0/po/gl/kcmutils5.po new/kcmutils-5.37.0/po/gl/kcmutils5.po --- old/kcmutils-5.36.0/po/gl/kcmutils5.po 2017-07-02 09:57:26.000000000 +0200 +++ new/kcmutils-5.37.0/po/gl/kcmutils5.po 2017-08-06 19:57:20.000000000 +0200 @@ -10,14 +10,14 @@ # Xosé <[email protected]>, 2010. # Marce Villarino <[email protected]>, 2011, 2012, 2013, 2014. # Adrián Chaves Fernández (Gallaecio) <[email protected]>, 2017. +# Adrián Chaves (Gallaecio) <[email protected]>, 2017. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-03-30 02:43+0200\n" -"PO-Revision-Date: 2017-03-15 21:50+0100\n" -"Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail." -"com>\n" +"PO-Revision-Date: 2017-07-25 14:52+0100\n" +"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -194,9 +194,8 @@ "This font is used when a fixed font is needed. A fixed font has a constant " "width.\n" msgstr "" -"Esta fonte tipográfica é usada cando se precise unha anchura fixa. Nas " -"fontes tipográficas de anchura fixa todos os caracteres teñen a mesma " -"anchura.\n" +"Este tipo de letra úsase cando se precisa unha anchura fixa. Nos tipos de " +"letra de anchura fixa todos os caracteres teñen a mesma anchura.\n" #. i18n: ectx: label, entry, group (General) #: kdeglobals.kcfg:46 @@ -214,7 +213,7 @@ #: kdeglobals.kcfg:50 #, kde-format msgid "What font to use for menus in applications." -msgstr "A fonte tipográfica que usar para os menús dos aplicativos." +msgstr "O tipo de letra para usar nos menús dos aplicativos." #. i18n: ectx: label, entry, group (General) #: kdeglobals.kcfg:53 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.36.0/po/zh_CN/kcmutils5.po new/kcmutils-5.37.0/po/zh_CN/kcmutils5.po --- old/kcmutils-5.36.0/po/zh_CN/kcmutils5.po 2017-07-02 09:57:26.000000000 +0200 +++ new/kcmutils-5.37.0/po/zh_CN/kcmutils5.po 2017-08-06 19:57:20.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. 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-03-30 02:43+0200\n" -"PO-Revision-Date: 2014-03-13 21:01+0800\n" -"Last-Translator: Feng Chao <[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/kcmutils5.pot\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.36.0/src/kcmoduleproxy.h new/kcmutils-5.37.0/src/kcmoduleproxy.h --- old/kcmutils-5.36.0/src/kcmoduleproxy.h 2017-07-02 09:57:26.000000000 +0200 +++ new/kcmutils-5.37.0/src/kcmoduleproxy.h 2017-08-06 19:57:20.000000000 +0200 @@ -160,11 +160,11 @@ KCModuleInfo moduleInfo() const; /** - * Returns the DBUS Service name + * Returns the D-Bus Service name */ QString dbusService() const; /** - * Returns the DBUS Path + * Returns the D-Bus Path */ QString dbusPath() const; /**
