Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2023-03-12 16:23:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kparts (Old)
 and      /work/SRC/openSUSE:Factory/.kparts.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kparts"

Sun Mar 12 16:23:30 2023 rev:111 rq:1070907 version:5.104.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kparts/kparts.changes    2023-02-13 
16:40:43.811277351 +0100
+++ /work/SRC/openSUSE:Factory/.kparts.new.31432/kparts.changes 2023-03-12 
16:25:24.165070433 +0100
@@ -1,0 +2,9 @@
+Mon Mar  6 09:07:59 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.104.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.104.0
+- No code change since 5.103.0
+
+-------------------------------------------------------------------

Old:
----
  kparts-5.103.0.tar.xz
  kparts-5.103.0.tar.xz.sig

New:
----
  kparts-5.104.0.tar.xz
  kparts-5.104.0.tar.xz.sig

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

Other differences:
------------------
++++++ kparts.spec ++++++
--- /var/tmp/diff_new_pack.NGEWOn/_old  2023-03-12 16:25:24.677072688 +0100
+++ /var/tmp/diff_new_pack.NGEWOn/_new  2023-03-12 16:25:24.685072723 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Parts5
-%define _tar_path 5.103
+%define _tar_path 5.104
 # 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 released
 Name:           kparts
-Version:        5.103.0
+Version:        5.104.0
 Release:        0
 Summary:        Plugin framework for user interface components
 License:        LGPL-2.1-or-later


++++++ kparts-5.103.0.tar.xz -> kparts-5.104.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/CMakeLists.txt 
new/kparts-5.104.0/CMakeLists.txt
--- old/kparts-5.103.0/CMakeLists.txt   2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/CMakeLists.txt   2023-03-04 11:06:46.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.103.0") # handled by release scripts
-set(KF_DEP_VERSION "5.103.0") # handled by release scripts
+set(KF_VERSION "5.104.0") # handled by release scripts
+set(KF_DEP_VERSION "5.104.0") # handled by release scripts
 project(KParts VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.103.0  NO_MODULE)
+find_package(ECM 5.104.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/en_GB/kparts5.po 
new/kparts-5.104.0/po/en_GB/kparts5.po
--- old/kparts-5.103.0/po/en_GB/kparts5.po      2023-02-05 10:25:00.000000000 
+0100
+++ new/kparts-5.104.0/po/en_GB/kparts5.po      2023-03-04 11:06:46.000000000 
+0100
@@ -2,15 +2,15 @@
 # Malcolm Hunter <[email protected]>, 2002,2003,2004, 2005, 2006, 2007, 
2008, 2009.
 # Jonathan Riddell <[email protected]>, 2003.
 # Andrew Coles <[email protected]>, 2004, 2005, 2009, 2010.
-# Steve Allewell <[email protected]>, 2014, 2020, 2022.
+# Steve Allewell <[email protected]>, 2014, 2020, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-12-31 15:16+0000\n"
+"PO-Revision-Date: 2023-02-26 19:52+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -150,7 +150,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "KPluginFactory could not load the plugin: %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/ka/kparts5.po 
new/kparts-5.104.0/po/ka/kparts5.po
--- old/kparts-5.103.0/po/ka/kparts5.po 2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/po/ka/kparts5.po 2023-03-04 11:06:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kparts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-10-08 06:04+0200\n"
+"PO-Revision-Date: 2023-02-05 07:11+0100\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
 "Language: ka\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 3.1.1\n"
+"X-Generator: Poedit 3.2.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -150,7 +150,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "KPluginFactory-მა ვერ ჩატვირთა 
დამატება: %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/nn/kparts5.po 
new/kparts-5.104.0/po/nn/kparts5.po
--- old/kparts-5.103.0/po/nn/kparts5.po 2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/po/nn/kparts5.po 2023-03-04 11:06:46.000000000 +0100
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2003, 2004, 2005, 2006.
 # HÃ¥vard Korsvoll <[email protected]>, 2003, 2005.
-# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2020, 2022.
+# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2020, 2022, 2023.
 # Eirik U. Birkeland <[email protected]>, 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-10-30 09:41+0100\n"
+"PO-Revision-Date: 2023-02-09 21:43+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.08.2\n"
+"X-Generator: Lokalize 22.12.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -154,7 +154,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "KPluginFactory klarte ikkje lasta tillegget: %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/pl/kparts5.po 
new/kparts-5.104.0/po/pl/kparts5.po
--- old/kparts-5.103.0/po/pl/kparts5.po 2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/po/pl/kparts5.po 2023-03-04 11:06:46.000000000 +0100
@@ -11,13 +11,13 @@
 # Marta Rybczyńska <[email protected]>, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Michal Rudolf <[email protected]>, 2010.
 # Artur Chłond <[email protected]>, 2010.
-# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2013, 2014, 
2021, 2022.
+# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2013, 2014, 
2021, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-10-18 18:03+0200\n"
+"PO-Revision-Date: 2023-02-11 08:45+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -108,7 +108,7 @@
 ">\n"
 ">\n"
 ">\n"
-"X-Generator: Lokalize 22.08.1\n"
+"X-Generator: Lokalize 22.12.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -245,7 +245,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "KPluginFactory nie udało się wczytać wtyczki: %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/pt/kparts5.po 
new/kparts-5.104.0/po/pt/kparts5.po
--- old/kparts-5.103.0/po/pt/kparts5.po 2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/po/pt/kparts5.po 2023-03-04 11:06:46.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-10-07 09:15+0100\n"
+"PO-Revision-Date: 2023-02-15 16:13+0000\n"
 "Last-Translator: José Nuno Pires <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
 "Language: pt\n"
@@ -238,7 +238,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "Não foi possível ao KPluginFactory carregar o 'plugin': %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/pt_BR/kparts5.po 
new/kparts-5.104.0/po/pt_BR/kparts5.po
--- old/kparts-5.103.0/po/pt_BR/kparts5.po      2023-02-05 10:25:00.000000000 
+0100
+++ new/kparts-5.104.0/po/pt_BR/kparts5.po      2023-03-04 11:06:46.000000000 
+0100
@@ -8,7 +8,7 @@
 # Marcus Gama <[email protected]>, 2006.
 # Diniz Bortolotto <[email protected]>, 2007, 2008.
 # André Marcelo Alvarenga <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2020.
-# Luiz Fernando Ranghetti <[email protected]>, 2008, 2009, 2010, 2012, 
2021, 2022.
+# Luiz Fernando Ranghetti <[email protected]>, 2008, 2009, 2010, 2012, 
2021, 2022, 2023.
 # Fernando Boaglio <[email protected]>, 2009.
 # Doutor Zero <[email protected]>, 2007, 2009.
 # Marcus Vinícius de Andrade Gama <[email protected]>, 2010, 2012.
@@ -18,7 +18,7 @@
 "Project-Id-Version: kparts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-10-19 15:38-0300\n"
+"PO-Revision-Date: 2023-02-07 10:46-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
@@ -164,7 +164,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "O KPluginFactory não pode carregar o plugin: %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/ru/kparts5.po 
new/kparts-5.104.0/po/ru/kparts5.po
--- old/kparts-5.103.0/po/ru/kparts5.po 2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/po/ru/kparts5.po 2023-03-04 11:06:46.000000000 +0100
@@ -15,20 +15,20 @@
 # Julia Dronova <[email protected]>, 2012.
 # Alexander Lakhin <[email protected]>, 2013.
 # Alexander Yavorsky <[email protected]>, 2020.
-# Мария Шикунова <[email protected]>, 2022.
+# Мария Шикунова <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-11-17 14:08+0300\n"
+"PO-Revision-Date: 2023-02-08 10:39+0300\n"
 "Last-Translator: Olesya Gerasimenko <[email protected]>\n"
 "Language-Team: Basealt Translation Team\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.08.3\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -171,7 +171,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "KPluginFactory не удалось загрузить модуль: %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/se/kparts5.po 
new/kparts-5.104.0/po/se/kparts5.po
--- old/kparts-5.103.0/po/se/kparts5.po 2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/po/se/kparts5.po 2023-03-04 11:06:46.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-11-02 00:44+0000\n"
+"POT-Creation-Date: 2023-01-24 00:54+0000\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"
@@ -148,21 +148,26 @@
 msgid "Reject"
 msgstr "Hilggo"
 
-#: partloader.cpp:181
+#: partloader.cpp:158
 #, kde-format
-msgid "The plugin '%1' does not provide an interface '%2' with keyword '%3'"
+msgid "KPluginFactory could not load the plugin: %1"
 msgstr ""
 
-#: partloader.cpp:198 partloader.h:139
+#: partloader.cpp:162 partloader.cpp:220
 #, kde-format
 msgid "No part was found for mimeType %1"
 msgstr ""
 
-#: partloader.h:155
+#: partloader.cpp:166
 #, kde-format
 msgid "No part could be instantiated for mimeType %1"
 msgstr ""
 
+#: partloader.cpp:203
+#, kde-format
+msgid "The plugin '%1' does not provide an interface '%2' with keyword '%3'"
+msgstr ""
+
 #: readwritepart.cpp:80
 #, kde-format
 msgid "Untitled"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/vi/kparts5.po 
new/kparts-5.104.0/po/vi/kparts5.po
--- old/kparts-5.103.0/po/vi/kparts5.po 2023-02-05 10:25:00.000000000 +0100
+++ new/kparts-5.104.0/po/vi/kparts5.po 2023-03-04 11:06:46.000000000 +0100
@@ -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, 2021, 2022.
+# Phu Hung Nguyen <[email protected]>, 2020, 2021, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2022-10-14 18:50+0200\n"
+"PO-Revision-Date: 2023-02-20 11:10+0100\n"
 "Last-Translator: Phu Hung Nguyen <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
 "Language: vi\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 22.04.1\n"
+"X-Generator: Lokalize 22.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -154,7 +154,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "KPluginFactory không tải được phần cài cắm: %1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.103.0/po/zh_CN/kparts5.po 
new/kparts-5.104.0/po/zh_CN/kparts5.po
--- old/kparts-5.103.0/po/zh_CN/kparts5.po      2023-02-05 10:25:00.000000000 
+0100
+++ new/kparts-5.104.0/po/zh_CN/kparts5.po      2023-03-04 11:06:46.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-24 00:54+0000\n"
-"PO-Revision-Date: 2023-01-12 10:30\n"
+"PO-Revision-Date: 2023-02-24 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -151,7 +151,7 @@
 #: partloader.cpp:158
 #, kde-format
 msgid "KPluginFactory could not load the plugin: %1"
-msgstr ""
+msgstr "KPluginFactory 组件无法加载插件:%1"
 
 #: partloader.cpp:162 partloader.cpp:220
 #, kde-format

Reply via email to