Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2023-06-11 19:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-framework.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-framework"

Sun Jun 11 19:53:52 2023 rev:139 rq:1091962 version:5.107.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2023-05-14 16:33:44.155781536 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-framework.new.15902/plasma-framework.changes 
    2023-06-11 19:56:39.551658642 +0200
@@ -1,0 +2,9 @@
+Mon Jun  5 07:44:14 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.107.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.107.0
+- No code change since 5.106.0
+
+-------------------------------------------------------------------

Old:
----
  plasma-framework-5.106.0.tar.xz
  plasma-framework-5.106.0.tar.xz.sig

New:
----
  plasma-framework-5.107.0.tar.xz
  plasma-framework-5.107.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.1CiUWX/_old  2023-06-11 19:56:40.131662139 +0200
+++ /var/tmp/diff_new_pack.1CiUWX/_new  2023-06-11 19:56:40.139662188 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           plasma-framework
-Version:        5.106.0
+Version:        5.107.0
 Release:        0
 Summary:        Plasma library and runtime components based upon KF5 and Qt5
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later


++++++ plasma-framework-5.106.0.tar.xz -> plasma-framework-5.107.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.106.0/CMakeLists.txt 
new/plasma-framework-5.107.0/CMakeLists.txt
--- old/plasma-framework-5.106.0/CMakeLists.txt 2023-05-06 11:31:51.000000000 
+0200
+++ new/plasma-framework-5.107.0/CMakeLists.txt 2023-06-03 11:52:39.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.106.0") # handled by release scripts
-set(KF_DEP_VERSION "5.106.0") # handled by release scripts
+set(KF_VERSION "5.107.0") # handled by release scripts
+set(KF_DEP_VERSION "5.107.0") # handled by release scripts
 project(Plasma VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.106.0  NO_MODULE)
+find_package(ECM 5.107.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/plasma-framework-5.106.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.json
 
new/plasma-framework-5.107.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.json
--- 
old/plasma-framework-5.106.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.json
  2023-05-06 11:31:51.000000000 +0200
+++ 
new/plasma-framework-5.107.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.json
  2023-06-03 11:52:39.000000000 +0200
@@ -111,7 +111,7 @@
         "Name[uk]": "Джерела за запитом",
         "Name[vi]": "Nguồn khi có yêu cầu",
         "Name[x-test]": "xxSources On Requestxx",
-        "Name[zh_CN]": "按需请求源",
+        "Name[zh_CN]": "按需请求来源",
         "ServiceTypes": [
             "Plasma/DataEngine"
         ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.106.0/po/fr/libplasma5.po 
new/plasma-framework-5.107.0/po/fr/libplasma5.po
--- old/plasma-framework-5.106.0/po/fr/libplasma5.po    2023-05-06 
11:31:51.000000000 +0200
+++ new/plasma-framework-5.107.0/po/fr/libplasma5.po    2023-06-03 
11:52:39.000000000 +0200
@@ -12,8 +12,8 @@
 # Maxime Corteel <mcort...@gmail.com>, 2015.
 # Simon Depiets <sdepi...@gmail.com>, 2017, 2018, 2019.
 # Xavier Besnard <xavier.besn...@neuf.fr>, 2020, 2021, 2022.
+# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023.
 #
-# Xavier BESNARD <xavier.besnard]neuf.fr>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.106.0/po/ja/libplasma5.po 
new/plasma-framework-5.107.0/po/ja/libplasma5.po
--- old/plasma-framework-5.106.0/po/ja/libplasma5.po    2023-05-06 
11:31:51.000000000 +0200
+++ new/plasma-framework-5.107.0/po/ja/libplasma5.po    2023-06-03 
11:52:39.000000000 +0200
@@ -14,7 +14,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 "X-Generator: Lokalize 22.12.2\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.106.0/po/tr/libplasma5.po 
new/plasma-framework-5.107.0/po/tr/libplasma5.po
--- old/plasma-framework-5.106.0/po/tr/libplasma5.po    2023-05-06 
11:31:51.000000000 +0200
+++ new/plasma-framework-5.107.0/po/tr/libplasma5.po    2023-06-03 
11:52:39.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-06 00:44+0000\n"
-"PO-Revision-Date: 2023-02-11 10:40+0300\n"
+"PO-Revision-Date: 2023-05-24 01:24+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.12.2\n"
+"X-Generator: Lokalize 23.07.70\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
@@ -280,7 +280,7 @@
 #: plasma/packagestructure/plasma_dataengine_packagestructure.cpp:36
 #, kde-format
 msgid "Service Descriptions"
-msgstr "Servis Açıklamaları"
+msgstr "Hizmet Açıklamaları"
 
 #: plasma/packagestructure/plasma_theme_packagestructure.cpp:30
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.106.0/po/zh_CN/libplasma5.po 
new/plasma-framework-5.107.0/po/zh_CN/libplasma5.po
--- old/plasma-framework-5.106.0/po/zh_CN/libplasma5.po 2023-05-06 
11:31:51.000000000 +0200
+++ new/plasma-framework-5.107.0/po/zh_CN/libplasma5.po 2023-06-03 
11:52:39.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-06 00:44+0000\n"
-"PO-Revision-Date: 2023-04-29 08:34\n"
+"PO-Revision-Date: 2023-05-22 14:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.106.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate 
new/plasma-framework-5.107.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate
--- 
old/plasma-framework-5.106.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate   
    2023-05-06 11:31:51.000000000 +0200
+++ 
new/plasma-framework-5.107.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate   
    2023-06-03 11:52:39.000000000 +0200
@@ -6,7 +6,7 @@
 Name[be]=Аплет QML/C++ для Plasma
 Name[bg]=QML/C++ приставка за Plasma
 Name[ca]=Miniaplicació QML/C++ del Plasma
-Name[ca@valencia]=Miniaplicació QML/C++ de Plasma
+Name[ca@valencia]=Miniaplicació en QML/C++ de Plasma
 Name[cs]=Aplet QML/C++ Plasma
 Name[da]=Plasma QML/C++-applet
 Name[de]=Plasma-QML/C++-Miniprogramm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.106.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
 
new/plasma-framework-5.107.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
--- 
old/plasma-framework-5.106.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
 2023-05-06 11:31:51.000000000 +0200
+++ 
new/plasma-framework-5.107.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
 2023-06-03 11:52:39.000000000 +0200
@@ -4,7 +4,7 @@
 Name[be]=Простыя шпалеры Plasma з пашырэннем QML
 Name[bg]=Прост тапет на Plasma с QML разширение
 Name[ca]=Fons de pantalla senzill del Plasma amb extensió QML
-Name[ca@valencia]=Fons de pantalla senzill de Plasma amb extensió QML
+Name[ca@valencia]=Fons de pantalla senzill de Plasma amb extensió en QML
 Name[cs]=Jednoduchá tapeta pro prostředí Plasma s příponou QML
 Name[da]=Simpelt Plasma-baggrundsbillede med QML-udvidelse
 Name[de]=Einfaches Plasma-Hintergrundbild mit QML-Erweiterung
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.106.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate 
new/plasma-framework-5.107.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate
--- 
old/plasma-framework-5.106.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate   
    2023-05-06 11:31:51.000000000 +0200
+++ 
new/plasma-framework-5.107.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate   
    2023-06-03 11:52:39.000000000 +0200
@@ -6,7 +6,7 @@
 Name[be]=Аплет QML для Plasma
 Name[bg]=QML приставка за Plasma
 Name[ca]=Miniaplicació QML del Plasma
-Name[ca@valencia]=Miniaplicació QML de Plasma
+Name[ca@valencia]=Miniaplicació en QML de Plasma
 Name[cs]=Aplet QML Plasma
 Name[da]=Plasma QML-applet
 Name[de]=Plasma-QML-Miniprogramm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.106.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
 
new/plasma-framework-5.107.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
--- 
old/plasma-framework-5.106.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
 2023-05-06 11:31:51.000000000 +0200
+++ 
new/plasma-framework-5.107.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
 2023-06-03 11:52:39.000000000 +0200
@@ -4,7 +4,7 @@
 Name[be]=Аплет QML для Plasma з пашырэннем QML
 Name[bg]=QML аплет на Plasma с QML разширение
 Name[ca]=Miniaplicació QML del Plasma amb una extensió QML
-Name[ca@valencia]=Miniaplicació QML de Plasma amb una extensió QML
+Name[ca@valencia]=Miniaplicació en QML de Plasma amb una extensió en QML
 Name[cs]=Aplet QML Plasma s rozšířením QML
 Name[da]=Plasma QML-applet med QML-udvidelse
 Name[de]=Plasma-QML-Miniprogramm mit QML-Erweiterung

Reply via email to