Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2021-06-16 20:33:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcmutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcmutils.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcmutils"

Wed Jun 16 20:33:41 2021 rev:94 rq:899714 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes        2021-05-10 
15:36:47.382177307 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new.32437/kcmutils.changes     
2021-06-16 20:35:06.455147484 +0200
@@ -1,0 +2,11 @@
+Sat Jun  5 11:58:32 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+  * Call ki18n_install() unconditionally
+
+-------------------------------------------------------------------

Old:
----
  kcmutils-5.82.0.tar.xz
  kcmutils-5.82.0.tar.xz.sig

New:
----
  kcmutils-5.83.0.tar.xz
  kcmutils-5.83.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kcmutils.spec ++++++
--- /var/tmp/diff_new_pack.VdY4mu/_old  2021-06-16 20:35:06.967148357 +0200
+++ /var/tmp/diff_new_pack.VdY4mu/_new  2021-06-16 20:35:06.967148357 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KCMUtils5
-%define _tar_path 5.82
+%define _tar_path 5.83
 # 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:           kcmutils
-Version:        5.82.0
+Version:        5.83.0
 Release:        0
 Summary:        Classes to work with KCModules
 License:        LGPL-2.1-or-later


++++++ kcmutils-5.82.0.tar.xz -> kcmutils-5.83.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.82.0/.gitignore 
new/kcmutils-5.83.0/.gitignore
--- old/kcmutils-5.82.0/.gitignore      2021-05-01 14:29:36.000000000 +0200
+++ new/kcmutils-5.83.0/.gitignore      2021-06-05 11:13:32.000000000 +0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.82.0/CMakeLists.txt 
new/kcmutils-5.83.0/CMakeLists.txt
--- old/kcmutils-5.82.0/CMakeLists.txt  2021-05-01 14:29:36.000000000 +0200
+++ new/kcmutils-5.83.0/CMakeLists.txt  2021-06-05 11:13:32.000000000 +0200
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
-set(KF_DEP_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_DEP_VERSION "5.83.0") # handled by release scripts
 project(KCMUtils VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.82.0  NO_MODULE)
+find_package(ECM 5.83.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -57,10 +57,7 @@
 add_definitions(-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054E00) # for 
KPluginInfo::dependencies
 add_definitions(-DKCOREADDONS_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054E00) # for 
KPluginInfo::dependencies
 add_definitions(-DTRANSLATION_DOMAIN=\"kcmutils5\")
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-    ki18n_install(po)
-endif()
-add_definitions(-DQT_NO_FOREACH)
+ki18n_install(po)
 add_subdirectory(src)
 if(BUILD_TESTING)
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.82.0/po/ro/kcmutils5.po 
new/kcmutils-5.83.0/po/ro/kcmutils5.po
--- old/kcmutils-5.82.0/po/ro/kcmutils5.po      2021-05-01 14:29:36.000000000 
+0200
+++ new/kcmutils-5.83.0/po/ro/kcmutils5.po      2021-06-05 11:13:32.000000000 
+0200
@@ -1,16 +1,16 @@
 # Traducerea kdelibs4.po ??n Rom??n??
 # Lauren??iu Buzdugan <[email protected]>, 2008, 2009.
 # Sergiu Bivol <[email protected]>, 2008, 2009, 2010.
-# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014, 2020.
+# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014, 2020, 2021.
 # Cristian One?? <[email protected]>, 2010, 2011, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-27 00:15+0000\n"
-"PO-Revision-Date: 2020-08-29 17:56+0100\n"
+"PO-Revision-Date: 2021-05-15 17:12+0100\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
-"Language-Team: Romanian <[email protected]>\n"
+"Language-Team: Romanian\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -105,7 +105,7 @@
 "Do you want to apply the changes or discard them?"
 msgstr ""
 "Configur??rile modulului actual s-au modificat.\n"
-"Dori??i s?? aplica??i modific??rile sau le elimina??i?"
+"Dori??i s?? aplica??i modific??rile sau s?? le arunca??i?"
 
 #: kcmultidialog.cpp:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.82.0/po/vi/kcmutils5.po 
new/kcmutils-5.83.0/po/vi/kcmutils5.po
--- old/kcmutils-5.82.0/po/vi/kcmutils5.po      2021-05-01 14:29:36.000000000 
+0200
+++ new/kcmutils-5.83.0/po/vi/kcmutils5.po      2021-06-05 11:13:32.000000000 
+0200
@@ -4,13 +4,13 @@
 # Clytie Siddall <[email protected]>, 2006-2007.
 # Ho??ng ?????c Hi???u <[email protected]>, 2008, 2011.
 # L?? Ho??ng Ph????ng <[email protected]>, 2011, 2012.
-# Phu Hung Nguyen <[email protected]>, 2020.
+# Phu Hung Nguyen <[email protected]>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-27 00:15+0000\n"
-"PO-Revision-Date: 2020-12-16 10:32+0100\n"
+"PO-Revision-Date: 2021-05-20 17:24+0200\n"
 "Last-Translator: Phu Hung Nguyen <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
 "Language: vi\n"
@@ -23,14 +23,14 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Clytie Siddall,Ho??ng ?????c Hi???u,L?? Ho??ng Ph????ng,Nguy???n H??ng 
Ph??"
+msgstr "Nguy???n H??ng Ph??,L?? Ho??ng Ph????ng,Ho??ng ?????c Hi???u,Clytie 
Siddall"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
 msgstr ""
-"[email protected],[email protected],[email protected],"
-"[email protected]"
+"[email protected],[email protected],[email protected],"
+"[email protected]"
 
 #: kcmoduleloader.cpp:67
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.82.0/po/zh_CN/kcmutils5.po 
new/kcmutils-5.83.0/po/zh_CN/kcmutils5.po
--- old/kcmutils-5.82.0/po/zh_CN/kcmutils5.po   2021-05-01 14:29:36.000000000 
+0200
+++ new/kcmutils-5.83.0/po/zh_CN/kcmutils5.po   2021-06-05 11:13:32.000000000 
+0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-27 00:15+0000\n"
-"PO-Revision-Date: 2021-04-24 15:42\n"
+"PO-Revision-Date: 2021-06-03 16:05\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.82.0/src/CMakeLists.txt 
new/kcmutils-5.83.0/src/CMakeLists.txt
--- old/kcmutils-5.82.0/src/CMakeLists.txt      2021-05-01 14:29:36.000000000 
+0200
+++ new/kcmutils-5.83.0/src/CMakeLists.txt      2021-06-05 11:13:32.000000000 
+0200
@@ -52,7 +52,7 @@
     KF5::Declarative
 )
 set_target_properties(KF5KCMUtils PROPERTIES
-                      VERSION ${KCMUTILS_VERSION_STRING}
+                      VERSION ${KCMUTILS_VERSION}
                       SOVERSION ${KCMUTILS_SOVERSION}
                       EXPORT_NAME KCMUtils)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.82.0/src/kcmoduleqml.cpp 
new/kcmutils-5.83.0/src/kcmoduleqml.cpp
--- old/kcmutils-5.82.0/src/kcmoduleqml.cpp     2021-05-01 14:29:36.000000000 
+0200
+++ new/kcmutils-5.83.0/src/kcmoduleqml.cpp     2021-06-05 11:13:32.000000000 
+0200
@@ -171,7 +171,7 @@
     d->rootPlaceHolder = qobject_cast<QQuickItem *>(component->create());
     if (!d->rootPlaceHolder) {
         qCCritical(KCMUTILS_LOG) << component->errors();
-        qFatal("Failed to intiailize KCModuleQML");
+        qFatal("Failed to initialize KCModuleQML");
     }
     d->rootPlaceHolder->setProperty("kcm", 
QVariant::fromValue(d->configModule.get()));
     d->rootPlaceHolder->installEventFilter(this);

Reply via email to