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-11-13 22:17:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-framework.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-framework"

Mon Nov 13 22:17:41 2023 rev:144 rq:1125363 version:5.112.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2023-10-19 22:48:53.237843930 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-framework.new.17445/plasma-framework.changes 
    2023-11-13 22:20:16.094171459 +0100
@@ -1,0 +2,9 @@
+Mon Nov  6 09:14:13 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.112.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.112.0
+- No code change since 5.111.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.vWmUt5/_old  2023-11-13 22:20:16.746195466 +0100
+++ /var/tmp/diff_new_pack.vWmUt5/_new  2023-11-13 22:20:16.746195466 +0100
@@ -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.111.0
+Version:        5.112.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
@@ -75,7 +75,7 @@
 BuildRequires:  libQt5PlatformHeaders-devel
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(x11)
-Requires:       (plasma-framework-desktoptheme or 
kf6-plasma-framework-desktoptheme)
+Requires:       (plasma-framework-desktoptheme or 
plasma6-framework-desktoptheme)
 Recommends:     %{name}-components = %{version}
 Provides:       %{name}-private = %{version}
 Obsoletes:      %{name}-private < %{version}
@@ -112,7 +112,7 @@
 %package desktoptheme
 Summary:        Desktop themes usable by Plasma 5 or Plasma 6
 # Split from the main package
-Conflicts:      plasma-framework < 5.111.0
+Conflicts:      plasma-framework < 5.112.0
 
 %description desktoptheme
 Desktop themes usable by plasma 5 or plasma 6.


++++++ plasma-framework-5.111.0.tar.xz -> plasma-framework-5.112.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.111.0/CMakeLists.txt 
new/plasma-framework-5.112.0/CMakeLists.txt
--- old/plasma-framework-5.111.0/CMakeLists.txt 2023-10-07 12:23:58.000000000 
+0200
+++ new/plasma-framework-5.112.0/CMakeLists.txt 2023-11-04 11:06:10.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.111.0") # handled by release scripts
-set(KF_DEP_VERSION "5.111.0") # handled by release scripts
+set(KF_VERSION "5.112.0") # handled by release scripts
+set(KF_DEP_VERSION "5.112.0") # handled by release scripts
 project(Plasma VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.111.0  NO_MODULE)
+find_package(ECM 5.112.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.111.0/po/ca@valencia/libplasma5.po 
new/plasma-framework-5.112.0/po/ca@valencia/libplasma5.po
--- old/plasma-framework-5.111.0/po/ca@valencia/libplasma5.po   2023-10-07 
12:23:58.000000000 +0200
+++ new/plasma-framework-5.112.0/po/ca@valencia/libplasma5.po   2023-11-04 
11:06:10.000000000 +0100
@@ -273,7 +273,7 @@
 #: plasma/packagestructure/plasma_applet_packagestructure.cpp:31
 #, kde-format
 msgid "Configuration XML file"
-msgstr "Fitxer XML de configuració"
+msgstr "Fitxer en XML de configuració"
 
 #: plasma/packagestructure/plasma_applet_packagestructure.cpp:47
 #, kde-format
@@ -535,7 +535,7 @@
 #: plasmaquick/appletquickitem.cpp:624
 #, kde-format
 msgid "Error loading QML file: %1 %2"
-msgstr "S'ha produït un error en carregar el fitxer QML: %1 %2"
+msgstr "S'ha produït un error en carregar el fitxer en QML: %1 %2"
 
 #: plasmaquick/appletquickitem.cpp:626
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.111.0/po/fr/libplasma5.po 
new/plasma-framework-5.112.0/po/fr/libplasma5.po
--- old/plasma-framework-5.111.0/po/fr/libplasma5.po    2023-10-07 
12:23:58.000000000 +0200
+++ new/plasma-framework-5.112.0/po/fr/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
@@ -27,7 +27,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 23.07.90\n"
+"X-Generator: Lokalize 23.08.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.111.0/po/gl/libplasma5.po 
new/plasma-framework-5.112.0/po/gl/libplasma5.po
--- old/plasma-framework-5.111.0/po/gl/libplasma5.po    2023-10-07 
12:23:58.000000000 +0200
+++ new/plasma-framework-5.112.0/po/gl/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Marce Villarino <mvillar...@kde-espana.es>, 2013, 2014.
 # Adrián Chaves Fernández <adriyeticha...@gmail.com>, 2015, 2016, 2017.
-# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2023.
+# SPDX-FileCopyrightText: 2023 Adrián Chaves (Gallaecio)
 #
 msgid ""
 msgstr ""
@@ -17,7 +17,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 23.04.3\n"
+"X-Generator: Lokalize 23.08.2\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.111.0/po/it/libplasma5.po 
new/plasma-framework-5.112.0/po/it/libplasma5.po
--- old/plasma-framework-5.111.0/po/it/libplasma5.po    2023-10-07 
12:23:58.000000000 +0200
+++ new/plasma-framework-5.112.0/po/it/libplasma5.po    2023-11-04 
11:06:10.000000000 +0100
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Federico Zenith <federico.zen...@member.fsf.org>, 2008.
 # Federico Zenith <federico.zen...@member.fsf.org>, 2008, 2009, 2010, 2011, 
2012.
-# Vincenzo Reale <smart212...@gmail.com>, 2014, 2015, 2018, 2019, 2020, 2021, 
2022, 2023.
+# SPDX-FileCopyrightText: 2014, 2015, 2018, 2019, 2020, 2021, 2022, 2023 
Vincenzo Reale <smart212...@gmail.com>
 #
 msgid ""
 msgstr ""
@@ -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 23.04.2\n"
+"X-Generator: Lokalize 23.08.2\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.111.0/po/zh_CN/libplasma5.po 
new/plasma-framework-5.112.0/po/zh_CN/libplasma5.po
--- old/plasma-framework-5.111.0/po/zh_CN/libplasma5.po 2023-10-07 
12:23:58.000000000 +0200
+++ new/plasma-framework-5.112.0/po/zh_CN/libplasma5.po 2023-11-04 
11:06:10.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-06 00:44+0000\n"
-"PO-Revision-Date: 2023-09-16 10:09\n"
+"PO-Revision-Date: 2023-10-21 13:54\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.111.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
 
new/plasma-framework-5.112.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
--- 
old/plasma-framework-5.111.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
    2023-10-07 12:23:58.000000000 +0200
+++ 
new/plasma-framework-5.112.0/src/scriptengines/qml/data/plasma-wallpaper.desktop
    2023-11-04 11:06:10.000000000 +0100
@@ -21,7 +21,7 @@
 Comment[fi]=Plasma-taustakuva
 Comment[fr]=Fond d'écran Plasma
 Comment[gd]=Pàipear-balla Plasma
-Comment[gl]=Fondo de escritorio de Plasma.
+Comment[gl]=Fondo de Plasma.
 Comment[hu]=Plasma háttérkép
 Comment[ia]=Tapete de papiro de Plasma
 Comment[id]=Wallpaper Plasma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.111.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
 
new/plasma-framework-5.112.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
--- 
old/plasma-framework-5.111.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
       2023-10-07 12:23:58.000000000 +0200
+++ 
new/plasma-framework-5.112.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
       2023-11-04 11:06:10.000000000 +0100
@@ -63,7 +63,7 @@
 Comment[eu]=Plasma horma-paper txantiloi xume bat: Plasma horma-paper 
txantiloi bat testu bat bistaratzen duena
 Comment[fi]=Yksinkertainen Plasma-taustakuvamalli, joka näyttää tekstin
 Comment[fr]=Modèle de fond d'écran Plasma simple : un modèle de fond 
d'écran Plasma qui affiche du texte
-Comment[gl]=Modelo de fondo de escritorio de Plasma sinxelo: un modelo de 
fondo de escritorio de Plasma que mostra un texto.
+Comment[gl]=Modelo de fondo de Plasma sinxelo: un modelo de fondo de Plasma 
que mostra un texto.
 Comment[hu]=Szöveget megjelenítő Plasma háttérkép-sablon
 Comment[ia]=Ptrono de Simple tapete de papiro de Plasma: un tapete de papiro d 
Plasma monstrante un texto
 Comment[id]=Templat Wallpaper Plasma: sebuah templat wallpaper Plasma yang 
menampilkan sebuah teks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.111.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
 
new/plasma-framework-5.112.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
--- 
old/plasma-framework-5.111.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
 2023-10-07 12:23:58.000000000 +0200
+++ 
new/plasma-framework-5.112.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
 2023-11-04 11:06:10.000000000 +0100
@@ -55,7 +55,7 @@
 Comment[eu]=Plasma horma-paper bat, QML hedapen plugin propio baten API 
pertsonalizatu bat erabiltzen duena
 Comment[fi]=Plasma-taustakuva, joka käyttää oman 
QML-laajennusliitännäisen tarjoamaa mukautettua APIa
 Comment[fr]=Un modèle de fond d'écran Plasma utilisant une API 
personnalisée fournie par son propre module externe d'extension QML
-Comment[gl]=Un fondo de escritorio de Plasma que usa unha API personalizada 
fornecida por un complemento de extensión de QML de seu.
+Comment[gl]=Un fondo de Plasma que usa unha API personalizada fornecida por un 
complemento de extensión de QML de seu.
 Comment[hu]=Saját, QML bővítmény által biztosított API-t használó 
Plasma háttérkép
 Comment[ia]=Un tapete de papiro de Plasma que usa API personalisate fornite 
per un proprie plgin de extension QML
 Comment[id]=Sebuah wallpaper Plasma yang menggunakan kustom API yang 
disediakan oleh plugin ekstensi QML sendiri

Reply via email to