openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
July 2022
- 1 participants
- 1863 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kscreenlocker for openSUSE:Factory checked in at 2022-07-01 13:44:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kscreenlocker (Old)
and /work/SRC/openSUSE:Factory/.kscreenlocker.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kscreenlocker"
Fri Jul 1 13:44:12 2022 rev:123 rq:985886 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes 2022-06-23 10:22:51.943648410 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new.1548/kscreenlocker.changes 2022-07-01 13:44:20.226842452 +0200
@@ -1,0 +2,11 @@
+Tue Jun 28 13:03:30 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- Changes since 5.25.1:
+ * greeter: fix undefined wallpaper by initializing wallpaper plugin before lock screen
+ * Initialise pam response in all converse conditions (kde#455608)
+
+-------------------------------------------------------------------
Old:
----
kscreenlocker-5.25.1.tar.xz
kscreenlocker-5.25.1.tar.xz.sig
New:
----
kscreenlocker-5.25.2.tar.xz
kscreenlocker-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kscreenlocker.spec ++++++
--- /var/tmp/diff_new_pack.Gt5JNq/_old 2022-07-01 13:44:20.822843348 +0200
+++ /var/tmp/diff_new_pack.Gt5JNq/_new 2022-07-01 13:44:20.822843348 +0200
@@ -20,7 +20,7 @@
%bcond_without released
Name: kscreenlocker
-Version: 5.25.1
+Version: 5.25.2
Release: 0
Summary: Library and components for secure lock screen architecture
License: GPL-2.0-or-later
++++++ kscreenlocker-5.25.1.tar.xz -> kscreenlocker-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreenlocker-5.25.1/CMakeLists.txt new/kscreenlocker-5.25.2/CMakeLists.txt
--- old/kscreenlocker-5.25.1/CMakeLists.txt 2022-06-21 12:47:57.000000000 +0200
+++ new/kscreenlocker-5.25.2/CMakeLists.txt 2022-06-28 12:45:52.000000000 +0200
@@ -2,11 +2,11 @@
project(kscreenlocker)
set(CMAKE_C_STANDARD 99)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
set(PROJECT_VERSION_MAJOR 5)
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.91")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 17)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreenlocker-5.25.1/greeter/greeterapp.cpp new/kscreenlocker-5.25.2/greeter/greeterapp.cpp
--- old/kscreenlocker-5.25.1/greeter/greeterapp.cpp 2022-06-21 12:47:36.000000000 +0200
+++ new/kscreenlocker-5.25.2/greeter/greeterapp.cpp 2022-06-28 12:45:30.000000000 +0200
@@ -363,6 +363,15 @@
context->setContextProperty(QStringLiteral("defaultToSwitchUser"), m_defaultToSwitchUser);
context->setContextProperty(QStringLiteral("config"), m_lnfIntegration->configuration());
+ loadWallpaperPlugin(view);
+ if (auto object = view->property("wallpaperGraphicsObject").value<KDeclarative::QmlObjectSharedEngine *>()) {
+ // initialize with our size to avoid as much resize events as possible
+ object->completeInitialization({
+ {QStringLiteral("width"), view->width()},
+ {QStringLiteral("height"), view->height()},
+ });
+ }
+
view->setSource(m_mainQmlPath);
// on error, load the fallback lockscreen to not lock the user out of the system
if (view->status() != QQmlComponent::Ready) {
@@ -399,15 +408,6 @@
// verify that the engine's controller didn't change
Q_ASSERT(dynamic_cast<NoAccessNetworkAccessManagerFactory *>(view->engine()->networkAccessManagerFactory()));
- loadWallpaperPlugin(view);
- if (auto object = view->property("wallpaperGraphicsObject").value<KDeclarative::QmlObjectSharedEngine *>()) {
- // initialize with our size to avoid as much resize events as possible
- object->completeInitialization({
- {QStringLiteral("width"), view->width()},
- {QStringLiteral("height"), view->height()},
- });
- }
-
if (KWindowSystem::isPlatformWayland()) {
if (auto layerShellWindow = LayerShellQt::Window::get(view)) {
layerShellWindow->setExclusiveZone(-1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreenlocker-5.25.1/greeter/pamauthenticator.cpp new/kscreenlocker-5.25.2/greeter/pamauthenticator.cpp
--- old/kscreenlocker-5.25.1/greeter/pamauthenticator.cpp 2022-06-21 12:47:36.000000000 +0200
+++ new/kscreenlocker-5.25.2/greeter/pamauthenticator.cpp 2022-06-28 12:45:30.000000000 +0200
@@ -61,6 +61,12 @@
{
PamWorker *c = static_cast<PamWorker *>(data);
+ *resp = (struct pam_response *)calloc(n, sizeof(struct pam_response));
+ if (!*resp) {
+ return PAM_BUF_ERR;
+ }
+ Q_ASSERT(resp);
+
for (int i = 0; i < n; i++) {
bool isSecret = false;
switch (msg[i]->msg_style) {
@@ -68,12 +74,6 @@
isSecret = true;
Q_FALLTHROUGH();
case PAM_PROMPT_ECHO_ON:
- Q_ASSERT(resp);
- *resp = (struct pam_response *)calloc(n, sizeof(struct pam_response));
- if (!*resp) {
- return PAM_BUF_ERR;
- }
-
const QString prompt = QString::fromLocal8Bit(msg[i]->msg);
if (isSecret) {
Q_EMIT c->promptForSecret(prompt);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreenlocker-5.25.1/po/zh_CN/kcm_screenlocker.po new/kscreenlocker-5.25.2/po/zh_CN/kcm_screenlocker.po
--- old/kscreenlocker-5.25.1/po/zh_CN/kcm_screenlocker.po 2022-06-21 12:47:56.000000000 +0200
+++ new/kscreenlocker-5.25.2/po/zh_CN/kcm_screenlocker.po 2022-06-28 12:45:51.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-04-01 00:54+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreenlocker-5.25.1/po/zh_CN/kscreenlocker.po new/kscreenlocker-5.25.2/po/zh_CN/kscreenlocker.po
--- old/kscreenlocker-5.25.1/po/zh_CN/kscreenlocker.po 2022-06-21 12:47:56.000000000 +0200
+++ new/kscreenlocker-5.25.2/po/zh_CN/kscreenlocker.po 2022-06-28 12:45:51.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-05-17 00:46+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreenlocker-5.25.1/po/zh_CN/kscreenlocker_greet.po new/kscreenlocker-5.25.2/po/zh_CN/kscreenlocker_greet.po
--- old/kscreenlocker-5.25.1/po/zh_CN/kscreenlocker_greet.po 2022-06-21 12:47:56.000000000 +0200
+++ new/kscreenlocker-5.25.2/po/zh_CN/kscreenlocker_greet.po 2022-06-28 12:45:51.000000000 +0200
@@ -8,7 +8,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-03-25 00:45+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kscreen5 for openSUSE:Factory checked in at 2022-07-01 13:44:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kscreen5 (Old)
and /work/SRC/openSUSE:Factory/.kscreen5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kscreen5"
Fri Jul 1 13:44:11 2022 rev:134 rq:985885 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes 2022-06-23 10:22:50.899647275 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new.1548/kscreen5.changes 2022-07-01 13:44:18.946840530 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:30 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
kscreen-5.25.1.tar.xz
kscreen-5.25.1.tar.xz.sig
New:
----
kscreen-5.25.2.tar.xz
kscreen-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kscreen5.spec ++++++
--- /var/tmp/diff_new_pack.SFHTqn/_old 2022-07-01 13:44:19.870841918 +0200
+++ /var/tmp/diff_new_pack.SFHTqn/_new 2022-07-01 13:44:19.874841924 +0200
@@ -20,7 +20,7 @@
%bcond_without released
Name: kscreen5
-Version: 5.25.1
+Version: 5.25.2
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
++++++ kscreen-5.25.1.tar.xz -> kscreen-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/CMakeLists.txt new/kscreen-5.25.2/CMakeLists.txt
--- old/kscreen-5.25.1/CMakeLists.txt 2022-06-21 12:47:34.000000000 +0200
+++ new/kscreen-5.25.2/CMakeLists.txt 2022-06-28 12:45:28.000000000 +0200
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.16)
project(KScreen)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
set(KSCREEN_VERSION ${PROJECT_VERSION})
add_definitions("-DKSCREEN_VERSION=\"${KSCREEN_VERSION}\"")
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.86")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 17)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/kcm/kcm_kscreen.desktop new/kscreen-5.25.2/kcm/kcm_kscreen.desktop
--- old/kscreen-5.25.1/kcm/kcm_kscreen.desktop 2022-06-21 12:47:13.000000000 +0200
+++ new/kscreen-5.25.2/kcm/kcm_kscreen.desktop 2022-06-28 12:45:07.000000000 +0200
@@ -104,7 +104,7 @@
X-KDE-Keywords=display,monitor,screen,scale,scaling,resolution,orientation,rotate,rotation,output,outputs,refresh,desktop size,hardware,devices,device,fractional,dpi,graphics,framerate,frame rate,fps,hertz,hz,arrange monitors,screen arrangement,aspect ratio,secondary screen,secondary monitor,secondary display,vrr,variable refresh rate,hdr,high dynamic range,freesync,g-sync,quality,hdmi,display port,displayport,dp,vga,dvi,type-c,thunderbolt display,external display,external monitor,external screen,pixels,16:9,21:9,4:3,720p,1080p,1440p,4k,5k,8k,12k,16k,display grid,tablet mode
X-KDE-Keywords[ar]=��������,������,����������,����������,������,��������,��������,����,����������,����������,������,������,������,������,����������
X-KDE-Keywords[ca]=pantalla,monitor,escala,escalat,resoluci��,orientaci��,gir,rotaci��,sortida,sortides,refrescament,actualitzaci��,mida d'escriptori,maquinari,dispositiu,fraccional,ppp,dpi,gr��fics,freq����ncia de fotogrames,fps,hertz,hz,arranjament de monitors,arranjament de pantalla,relaci�� d'aspecte,pantalla secund��ria,monitor secundari,vrr,freq����ncia d'actualitzaci�� variable,hdr,marge din��mic elevat,freesync,g-sync,qualitat,hdmi,display port,displayport,dp,vga,dvi,type-c,pantalla thunderbolt,pantalla externa,monitor extern,p��xels,16:9,21:9,4:3,720p,1080p,1440p,4k,5k,8k,12k,16k,mostra quadr��cula,mode tauleta
-X-KDE-Keywords[ca@valencia]=pantalla,monitor,escala,escalat,resoluci��,orientaci��,gir,rotaci��,eixida,sortides,refrescament,actualitzaci��,mida d'escriptori,maquinari,dispositiu,fraccional,ppp,dpi,gr��fics,freq����ncia de fotogrames,fps,hertz,hz,configuraci�� de monitors,configuraci�� de pantalla,relaci�� d'aspecte,pantalla secund��ria,monitor secundari,vrr,freq����ncia d'actualitzaci�� variable,hdr,marge din��mic elevat,freesync,g-sync,qualitat,hdmi,display port,displayport,dp,vga,dvi,type-c,pantalla thunderbolt,pantalla externa,monitor extern,p��xels,16:9,21:9,4:3,720p,1080p,1440p,4k,5k,8k,12k,16k,mostra quadr��cula,mode tauleta
+X-KDE-Keywords[ca@valencia]=pantalla,monitor,escala,escalat,resoluci��,orientaci��,gir,rotaci��,eixida,eixides,refrescament,actualitzaci��,mida d'escriptori,maquinari,dispositiu,fraccional,ppp,dpi,gr��fics,freq����ncia de fotogrames,fps,hertz,hz,configuraci�� de monitors,configuraci�� de pantalla,relaci�� d'aspecte,pantalla secund��ria,monitor secundari,vrr,freq����ncia d'actualitzaci�� variable,hdr,marge din��mic elevat,freesync,g-sync,qualitat,hdmi,display port,displayport,dp,vga,dvi,type-c,pantalla thunderbolt,pantalla externa,monitor extern,p��xels,16:9,21:9,4:3,720p,1080p,1440p,4k,5k,8k,12k,16k,mostra quadr��cula,mode tauleta
X-KDE-Keywords[el]=����������,����������,����������,��������������,��������������,��������������,������������������������������,��������������������,��������������������,��������������������,������������������������,����������������,�������������� �������������������� ����������������,����������,����������������,��������������,��������������������,dpi,��������������,frame rate,fps,hertz,hz,�������������������� ������������,�������������������� ������������,���������� ��������������������,������������������������ ����������,������������������������ ����������,������������������������ ����������,vrr,�������������������� ���������� ������������������,hdr,���������� ���������������� ����������,freesync,g-sync,����������������,hdmi,display port,displayport,dp,vga,dvi,type-c,thunderbolt display,������������������ ����������,������������������ ����������,������������������ ����������,����������������������������,16:9,21:9,4:3,720p,1080p,1440p,4k,5k,8k,12k,16k,display grid,tablet mode
X-KDE-Keywords[en_GB]=display,monitor,screen,scale,scaling,resolution,orientation,rotate,rotation,output,outputs,refresh,desktop size,hardware,devices,device,fractional,dpi,graphics,framerate,frame rate,fps,hertz,hz,arrange monitors,screen arrangement,aspect ratio,secondary screen,secondary monitor,secondary display,vrr,variable refresh rate,hdr,high dynamic range,freesync,g-sync,quality,hdmi,display port,displayport,dp,vga,dvi,type-c,thunderbolt display,external display,external monitor,external screen,pixels,16:9,21:9,4:3,720p,1080p,1440p,4k,5k,8k,12k,16k,display grid,tablet mode
X-KDE-Keywords[es]=pantalla,monitor,visor,escala,escalado,resoluci��n,orientaci��n,rotar,rotaci��n,salida,salidas,refresco,tama��o del escritorio,hardware,dispositivos,dispositivo,fraccionario,dpi,gr��ficos,frecuencia de fotogramas,fps,hertz,hercio,hz,organizar pantallas,organizaci��n de las pantallas,relaci��n de aspecto,pantalla secundaria,monitor secundario,vrb,vrr,velocidad de refresco variable,hdr,alto rango din��mico,freesync,g-sync,calidad,hdmi,display port,displayport,dp,vga,dvi,tipo-c,pantalla thunderbolt,pantalla externa,monitor externo,p��xeles,16:9,21:9,4:3,720p,1080p,1440p,4k,5k,8k,12k,16k,cuadr��cula de pantallas,modo tableta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/po/ca(a)valencia/kcm_kscreen.po new/kscreen-5.25.2/po/ca(a)valencia/kcm_kscreen.po
--- old/kscreen-5.25.1/po/ca(a)valencia/kcm_kscreen.po 2022-06-21 12:47:16.000000000 +0200
+++ new/kscreen-5.25.2/po/ca(a)valencia/kcm_kscreen.po 2022-06-28 12:45:10.000000000 +0200
@@ -48,13 +48,13 @@
"Are you sure you want to disable all outputs? This might render the device "
"unusable."
msgstr ""
-"Segur que voleu desactivar totes les sortides? A���� podria fer inusable el "
+"Segur que voleu desactivar totes les eixides? A���� podria fer inusable el "
"dispositiu."
#: package/contents/ui/main.qml:40
#, kde-format
msgid "Disable All Outputs"
-msgstr "Desactiva totes les sortides"
+msgstr "Desactiva totes les eixides"
#: package/contents/ui/main.qml:52
#, kde-format
@@ -64,7 +64,7 @@
#: package/contents/ui/main.qml:60
#, kde-format
msgid "Outputs could not be saved due to error."
-msgstr "No s'han pogut guardar les sortides per un error."
+msgstr "No s'han pogut guardar les eixides per un error."
#: package/contents/ui/main.qml:68
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/po/ca(a)valencia/kscreen.po new/kscreen-5.25.2/po/ca(a)valencia/kscreen.po
--- old/kscreen-5.25.1/po/ca(a)valencia/kscreen.po 2022-06-21 12:47:16.000000000 +0200
+++ new/kscreen-5.25.2/po/ca(a)valencia/kscreen.po 2022-06-28 12:45:10.000000000 +0200
@@ -34,7 +34,7 @@
#: osdaction.cpp:35
msgid "Unify outputs"
-msgstr "Sortides unificades"
+msgstr "Eixides unificades"
#: osdaction.cpp:37
msgid "Extend to left"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/po/ca(a)valencia/plasma_applet_org.kde.kscreen.po new/kscreen-5.25.2/po/ca(a)valencia/plasma_applet_org.kde.kscreen.po
--- old/kscreen-5.25.1/po/ca(a)valencia/plasma_applet_org.kde.kscreen.po 2022-06-21 12:47:16.000000000 +0200
+++ new/kscreen-5.25.2/po/ca(a)valencia/plasma_applet_org.kde.kscreen.po 2022-06-28 12:45:10.000000000 +0200
@@ -44,7 +44,7 @@
#, kde-format
msgid ""
"This will prevent your screen and computer from turning off automatically."
-msgstr "Evitar�� que la pantalla i l'ordinador s'apaguin autom��ticament."
+msgstr "Evitar�� que la pantalla i l'ordinador s'apaguen autom��ticament."
#: package/contents/ui/PresentationModeItem.qml:75
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/po/zh_CN/kcm_kscreen.po new/kscreen-5.25.2/po/zh_CN/kcm_kscreen.po
--- old/kscreen-5.25.1/po/zh_CN/kcm_kscreen.po 2022-06-21 12:47:33.000000000 +0200
+++ new/kscreen-5.25.2/po/zh_CN/kcm_kscreen.po 2022-06-28 12:45:27.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-05-07 00:46+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/po/zh_CN/kscreen.po new/kscreen-5.25.2/po/zh_CN/kscreen.po
--- old/kscreen-5.25.1/po/zh_CN/kscreen.po 2022-06-21 12:47:33.000000000 +0200
+++ new/kscreen-5.25.2/po/zh_CN/kscreen.po 2022-06-28 12:45:27.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-03-05 00:45+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.25.1/po/zh_CN/plasma_applet_org.kde.kscreen.po new/kscreen-5.25.2/po/zh_CN/plasma_applet_org.kde.kscreen.po
--- old/kscreen-5.25.1/po/zh_CN/plasma_applet_org.kde.kscreen.po 2022-06-21 12:47:33.000000000 +0200
+++ new/kscreen-5.25.2/po/zh_CN/plasma_applet_org.kde.kscreen.po 2022-06-28 12:45:27.000000000 +0200
@@ -8,7 +8,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-05-19 00:46+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kmenuedit5 for openSUSE:Factory checked in at 2022-07-01 13:44:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmenuedit5 (Old)
and /work/SRC/openSUSE:Factory/.kmenuedit5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmenuedit5"
Fri Jul 1 13:44:11 2022 rev:135 rq:985884 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes 2022-06-23 10:22:48.887645089 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new.1548/kmenuedit5.changes 2022-07-01 13:44:17.886838937 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:30 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
kmenuedit-5.25.1.tar.xz
kmenuedit-5.25.1.tar.xz.sig
New:
----
kmenuedit-5.25.2.tar.xz
kmenuedit-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kmenuedit5.spec ++++++
--- /var/tmp/diff_new_pack.bWkCws/_old 2022-07-01 13:44:18.450839784 +0200
+++ /var/tmp/diff_new_pack.bWkCws/_new 2022-07-01 13:44:18.458839796 +0200
@@ -18,7 +18,7 @@
%bcond_without released
Name: kmenuedit5
-Version: 5.25.1
+Version: 5.25.2
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
++++++ kmenuedit-5.25.1.tar.xz -> kmenuedit-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmenuedit-5.25.1/CMakeLists.txt new/kmenuedit-5.25.2/CMakeLists.txt
--- old/kmenuedit-5.25.1/CMakeLists.txt 2022-06-21 12:47:10.000000000 +0200
+++ new/kmenuedit-5.25.2/CMakeLists.txt 2022-06-28 12:39:42.000000000 +0200
@@ -1,10 +1,10 @@
project(kmenuedit)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
cmake_minimum_required(VERSION 3.16)
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.90")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 17)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmenuedit-5.25.1/org.kde.kmenuedit.appdata.xml new/kmenuedit-5.25.2/org.kde.kmenuedit.appdata.xml
--- old/kmenuedit-5.25.1/org.kde.kmenuedit.appdata.xml 2022-06-21 12:46:40.000000000 +0200
+++ new/kmenuedit-5.25.2/org.kde.kmenuedit.appdata.xml 2022-06-28 12:39:12.000000000 +0200
@@ -86,10 +86,10 @@
<binary>kmenuedit</binary>
</provides>
<releases>
+ <release version="5.25.2" date="2022-06-28"/>
<release version="5.25.1" date="2022-06-21"/>
<release version="5.25.0" date="2022-06-14"/>
<release version="5.24.5" date="2022-05-03"/>
- <release version="5.24.4" date="2022-03-29"/>
</releases>
<content_rating type="oars-1.1"/>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmenuedit-5.25.1/po/ca(a)valencia/kmenuedit.po new/kmenuedit-5.25.2/po/ca(a)valencia/kmenuedit.po
--- old/kmenuedit-5.25.1/po/ca(a)valencia/kmenuedit.po 2022-06-21 12:46:43.000000000 +0200
+++ new/kmenuedit-5.25.2/po/ca(a)valencia/kmenuedit.po 2022-06-28 12:39:16.000000000 +0200
@@ -224,7 +224,7 @@
#: kmenuedit.cpp:216
#, kde-format
msgid "Save Menu Changes?"
-msgstr "Guarde els canvis del men��?"
+msgstr "Voleu guardar els canvis del men��?"
#. i18n: ectx: Menu (file)
#: kmenueditui.rc:7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmenuedit-5.25.1/po/zh_CN/kmenuedit.po new/kmenuedit-5.25.2/po/zh_CN/kmenuedit.po
--- old/kmenuedit-5.25.1/po/zh_CN/kmenuedit.po 2022-06-21 12:47:02.000000000 +0200
+++ new/kmenuedit-5.25.2/po/zh_CN/kmenuedit.po 2022-06-28 12:39:34.000000000 +0200
@@ -8,7 +8,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-05-18 00:46+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kinfocenter5 for openSUSE:Factory checked in at 2022-07-01 13:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old)
and /work/SRC/openSUSE:Factory/.kinfocenter5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinfocenter5"
Fri Jul 1 13:44:10 2022 rev:144 rq:985883 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes 2022-06-23 10:22:47.071643116 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new.1548/kinfocenter5.changes 2022-07-01 13:44:16.394836696 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:30 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
kinfocenter-5.25.1.tar.xz
kinfocenter-5.25.1.tar.xz.sig
New:
----
kinfocenter-5.25.2.tar.xz
kinfocenter-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kinfocenter5.spec ++++++
--- /var/tmp/diff_new_pack.kxNpOr/_old 2022-07-01 13:44:17.342838120 +0200
+++ /var/tmp/diff_new_pack.kxNpOr/_new 2022-07-01 13:44:17.350838132 +0200
@@ -23,7 +23,7 @@
%bcond_without released
Name: kinfocenter5
-Version: 5.25.1
+Version: 5.25.2
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
++++++ kinfocenter-5.25.1.tar.xz -> kinfocenter-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/CMakeLists.txt new/kinfocenter-5.25.2/CMakeLists.txt
--- old/kinfocenter-5.25.1/CMakeLists.txt 2022-06-21 12:46:37.000000000 +0200
+++ new/kinfocenter-5.25.2/CMakeLists.txt 2022-06-28 12:39:09.000000000 +0200
@@ -1,5 +1,5 @@
project(kinfocenter)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
cmake_minimum_required(VERSION 3.16)
set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/Categories/networkinfocategory.desktop new/kinfocenter-5.25.2/Categories/networkinfocategory.desktop
--- old/kinfocenter-5.25.1/Categories/networkinfocategory.desktop 2022-06-21 12:45:52.000000000 +0200
+++ new/kinfocenter-5.25.2/Categories/networkinfocategory.desktop 2022-06-28 12:38:21.000000000 +0200
@@ -10,7 +10,7 @@
Name[ast]=Rede
Name[az]=����b��k��
Name[ca]=Xarxa
-Name[ca@valencia]=Ret
+Name[ca@valencia]=Xarxa
Name[cs]=S����
Name[da]=Netv��rk
Name[de]=Netzwerk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/Modules/nics/kcm_nic.json new/kinfocenter-5.25.2/Modules/nics/kcm_nic.json
--- old/kinfocenter-5.25.1/Modules/nics/kcm_nic.json 2022-06-21 12:45:52.000000000 +0200
+++ new/kinfocenter-5.25.2/Modules/nics/kcm_nic.json 2022-06-28 12:38:21.000000000 +0200
@@ -4,7 +4,7 @@
"Description": "Network interface information",
"Description[ar]": "�������������� ������������ ����������������",
"Description[az]": "����b��k�� interfeysl��ri m��lumat��",
- "Description[ca@valencia]": "Informaci�� de la interf��cie de ret",
+ "Description[ca@valencia]": "Informaci�� de la interf��cie de xarxa",
"Description[ca]": "Informaci�� de la interf��cie de xarxa",
"Description[de]": "Informationen zu Netzwerkschnittstellen",
"Description[en_GB]": "Network interface information",
@@ -46,7 +46,7 @@
"Name[bn_IN]": "��������������������������� ���������������������������",
"Name[br]": "Etrefaso�� Rouedad",
"Name[bs]": "Mre��na su��elja",
- "Name[ca@valencia]": "Interf��cies de ret",
+ "Name[ca@valencia]": "Interf��cies de xarxa",
"Name[ca]": "Interf��cies de xarxa",
"Name[cs]": "S����ov�� rozhran��",
"Name[csb]": "S��cow�� interfejs��",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/org.kde.kinfocenter.appdata.xml new/kinfocenter-5.25.2/org.kde.kinfocenter.appdata.xml
--- old/kinfocenter-5.25.1/org.kde.kinfocenter.appdata.xml 2022-06-21 12:45:52.000000000 +0200
+++ new/kinfocenter-5.25.2/org.kde.kinfocenter.appdata.xml 2022-06-28 12:38:21.000000000 +0200
@@ -190,9 +190,9 @@
</provides>
<project_group>KDE</project_group>
<releases>
+ <release version="5.25.2" date="2022-06-28"/>
<release version="5.25.1" date="2022-06-21"/>
<release version="5.25.0" date="2022-06-14"/>
<release version="5.24.5" date="2022-05-03"/>
- <release version="5.24.4" date="2022-03-29"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/ca(a)valencia/kcm_energyinfo.po new/kinfocenter-5.25.2/po/ca(a)valencia/kcm_energyinfo.po
--- old/kinfocenter-5.25.1/po/ca(a)valencia/kcm_energyinfo.po 2022-06-21 12:45:56.000000000 +0200
+++ new/kinfocenter-5.25.2/po/ca(a)valencia/kcm_energyinfo.po 2022-06-28 12:38:25.000000000 +0200
@@ -44,7 +44,7 @@
#: package/contents/ui/main.qml:22
#, kde-format
msgid "This module lets you see energy information and statistics."
-msgstr "Este m��dul permet vore informaci�� i estad��stiques quant a l'energia."
+msgstr "Este m��dul permet veure informaci�� i estad��stiques quant a l'energia."
#: package/contents/ui/main.qml:50
#, kde-format
@@ -286,7 +286,7 @@
#: package/contents/ui/main.qml:184
#, kde-format
msgid "Phone battery"
-msgstr "Bateria del tel��fon"
+msgstr "Bateria del tel��fon"
#: package/contents/ui/main.qml:185
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/ca(a)valencia/kcm_nic.po new/kinfocenter-5.25.2/po/ca(a)valencia/kcm_nic.po
--- old/kinfocenter-5.25.1/po/ca(a)valencia/kcm_nic.po 2022-06-21 12:45:56.000000000 +0200
+++ new/kinfocenter-5.25.2/po/ca(a)valencia/kcm_nic.po 2022-06-28 12:38:25.000000000 +0200
@@ -63,7 +63,7 @@
#, kde-format
msgctxt "@title:window"
msgid "Network Interfaces"
-msgstr "Interf��cies de ret"
+msgstr "Interf��cies de xarxa"
#: nic.cpp:26
#, kde-format
@@ -98,7 +98,7 @@
#: package/contents/ui/main.qml:15
#, kde-format
msgid "Network Interfaces"
-msgstr "Interf��cies de ret"
+msgstr "Interf��cies de xarxa"
#: package/contents/ui/main.qml:30
#, kde-format
@@ -116,7 +116,7 @@
#, kde-format
msgctxt "@label"
msgid "Network Mask:"
-msgstr "M��scara de ret:"
+msgstr "M��scara de xarxa:"
#: package/contents/ui/main.qml:42
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/ca(a)valencia/kcmdevinfo.po new/kinfocenter-5.25.2/po/ca(a)valencia/kcmdevinfo.po
--- old/kinfocenter-5.25.1/po/ca(a)valencia/kcmdevinfo.po 2022-06-21 12:45:56.000000000 +0200
+++ new/kinfocenter-5.25.2/po/ca(a)valencia/kcmdevinfo.po 2022-06-28 12:38:25.000000000 +0200
@@ -483,7 +483,7 @@
#: soldevicetypes.cpp:451
#, kde-format
msgid "Phone"
-msgstr "Tel��fon"
+msgstr "Tel��fon"
#: soldevicetypes.cpp:454
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/ca(a)valencia/kcmusb.po new/kinfocenter-5.25.2/po/ca(a)valencia/kcmusb.po
--- old/kinfocenter-5.25.1/po/ca(a)valencia/kcmusb.po 2022-06-21 12:45:56.000000000 +0200
+++ new/kinfocenter-5.25.2/po/ca(a)valencia/kcmusb.po 2022-06-28 12:38:25.000000000 +0200
@@ -157,7 +157,7 @@
#, kde-format
msgctxt "USB device subclass"
msgid "ATM Networking"
-msgstr "Ret ATM"
+msgstr "Xarxa ATM"
#: classes.i18n:23
#, kde-format
@@ -217,7 +217,7 @@
#, kde-format
msgctxt "USB device subclass"
msgid "Ethernet Networking"
-msgstr "Ret Ethernet"
+msgstr "Xarxa Ethernet"
#: classes.i18n:33
#, kde-format
@@ -325,7 +325,7 @@
#, kde-format
msgctxt "USB device subclass"
msgid "Telephone"
-msgstr "Tel��fon"
+msgstr "Tel��fon"
#: classes.i18n:51
#, kde-format
@@ -391,7 +391,7 @@
#: kcmusb.cpp:28
#, kde-format
msgid "This module allows you to see the devices attached to your USB bus(es)."
-msgstr "Este m��dul permet vore els dispositius connectats al(s) bus(os) USB."
+msgstr "Este m��dul permet veure els dispositius connectats al(s) bus(os) USB."
#: kcmusb.cpp:42
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_about-distro.po new/kinfocenter-5.25.2/po/zh_CN/kcm_about-distro.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_about-distro.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_about-distro.po 2022-06-28 12:38:58.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-05-04 00:47+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_cpu.po new/kinfocenter-5.25.2/po/zh_CN/kcm_cpu.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_cpu.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_cpu.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_egl.po new/kinfocenter-5.25.2/po/zh_CN/kcm_egl.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_egl.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_egl.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_energyinfo.po new/kinfocenter-5.25.2/po/zh_CN/kcm_energyinfo.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_energyinfo.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_energyinfo.po 2022-06-28 12:38:58.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-03-05 00:45+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_firmware_security.po new/kinfocenter-5.25.2/po/zh_CN/kcm_firmware_security.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_firmware_security.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_firmware_security.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-03-05 00:45+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_glx.po new/kinfocenter-5.25.2/po/zh_CN/kcm_glx.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_glx.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_glx.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_interrupts.po new/kinfocenter-5.25.2/po/zh_CN/kcm_interrupts.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_interrupts.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_interrupts.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_nic.po new/kinfocenter-5.25.2/po/zh_CN/kcm_nic.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_nic.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_nic.po 2022-06-28 12:38:58.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-10-12 00:18+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_pci.po new/kinfocenter-5.25.2/po/zh_CN/kcm_pci.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_pci.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_pci.po 2022-06-28 12:38:58.000000000 +0200
@@ -10,7 +10,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_vulkan.po new/kinfocenter-5.25.2/po/zh_CN/kcm_vulkan.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_vulkan.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_vulkan.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_wayland.po new/kinfocenter-5.25.2/po/zh_CN/kcm_wayland.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_wayland.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_wayland.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcm_xserver.po new/kinfocenter-5.25.2/po/zh_CN/kcm_xserver.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcm_xserver.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcm_xserver.po 2022-06-28 12:38:58.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcmdevinfo.po new/kinfocenter-5.25.2/po/zh_CN/kcmdevinfo.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcmdevinfo.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcmdevinfo.po 2022-06-28 12:38:58.000000000 +0200
@@ -11,7 +11,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-09-03 00:18+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcmsamba.po new/kinfocenter-5.25.2/po/zh_CN/kcmsamba.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcmsamba.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcmsamba.po 2022-06-28 12:38:58.000000000 +0200
@@ -8,7 +8,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-17 00:29+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kcmusb.po new/kinfocenter-5.25.2/po/zh_CN/kcmusb.po
--- old/kinfocenter-5.25.1/po/zh_CN/kcmusb.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kcmusb.po 2022-06-28 12:38:58.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-09-03 00:18+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.25.1/po/zh_CN/kinfocenter.po new/kinfocenter-5.25.2/po/zh_CN/kinfocenter.po
--- old/kinfocenter-5.25.1/po/zh_CN/kinfocenter.po 2022-06-21 12:46:26.000000000 +0200
+++ new/kinfocenter-5.25.2/po/zh_CN/kinfocenter.po 2022-06-28 12:38:58.000000000 +0200
@@ -11,7 +11,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2020-01-29 03:19+0100\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package khotkeys5 for openSUSE:Factory checked in at 2022-07-01 13:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old)
and /work/SRC/openSUSE:Factory/.khotkeys5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khotkeys5"
Fri Jul 1 13:44:09 2022 rev:138 rq:985882 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes 2022-06-23 10:22:44.875640730 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new.1548/khotkeys5.changes 2022-07-01 13:44:14.658834088 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:30 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
khotkeys-5.25.1.tar.xz
khotkeys-5.25.1.tar.xz.sig
New:
----
khotkeys-5.25.2.tar.xz
khotkeys-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ khotkeys5.spec ++++++
--- /var/tmp/diff_new_pack.HvGdel/_old 2022-07-01 13:44:15.326835092 +0200
+++ /var/tmp/diff_new_pack.HvGdel/_new 2022-07-01 13:44:15.330835097 +0200
@@ -18,7 +18,7 @@
%bcond_without released
Name: khotkeys5
-Version: 5.25.1
+Version: 5.25.2
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
++++++ khotkeys-5.25.1.tar.xz -> khotkeys-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khotkeys-5.25.1/CMakeLists.txt new/khotkeys-5.25.2/CMakeLists.txt
--- old/khotkeys-5.25.1/CMakeLists.txt 2022-06-21 12:45:48.000000000 +0200
+++ new/khotkeys-5.25.2/CMakeLists.txt 2022-06-28 12:38:18.000000000 +0200
@@ -1,10 +1,10 @@
project(khotkeys)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 3.16)
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.86")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khotkeys-5.25.1/data/kde32b1.khotkeys new/khotkeys-5.25.2/data/kde32b1.khotkeys
--- old/khotkeys-5.25.1/data/kde32b1.khotkeys 2022-06-21 12:45:17.000000000 +0200
+++ new/khotkeys-5.25.2/data/kde32b1.khotkeys 2022-06-28 12:37:44.000000000 +0200
@@ -1594,7 +1594,7 @@
Comment[bg]=������������������ ������������������ ���� ���������������� "���������������� "��������������".\n\n�������������� ���� ��������, �������� ���������������� ���������������� ������������������ ���� ������������������������. �������� ���������������������� ���� Ctrl+Alt+B ���� �������������� B ���� XMMS (B �� XMMS ���������������� ���� �������������������� ����������). ������ ������������������ "������������������ ���� �������������������� ����������������" �� �� �������������� ������������������ "XMMS_Player", �������������������� ������������ ���� �������� ������������������ ���� �������� ����������������. �������� ������������ ���� ������������������������ XMMS �������� ������������ �� ���� �������� �������������� ��������.\n\n(���������������������� "xprop", ���������������� ���������� ������������������ ���� XMMS �� �������������� WM_CLASS ���� ���� ������������ "XMMS_Player").
Comment[bs]=Prvo pro��itajte komentar uz radnju ���Unos ���Hello������.\n\nKao i u radnji ���Unos ���Hello������, i ova simulira unos sa tastature: po��to se pritisne Ctrl+Alt+B, taster B se ��alje IksMMS���u (gdje slu��i za prijelaz na sljede��u numeru). Popunjena je ku��ica ���Po��alji odre��enom prozoru���, i zadat je prozor klase ���XMMS_Player���; ovako ��e unos uvijek biti poslat prozoru IksMMS���a. Ovako pode��eno, mo��ete kontrolisati IksMMS ��ak i kada se nalazi na nekoj drugoj virtuelnoj povr��i.\n\n(Izvr��ite naredbu xprop pa kliknite na prozor IksMMS���a, i pod WM_CLASS vide��ete klasu XMMS_Player).
Comment[ca]=Primer llegiu el comentari de l'acci�� ��Teclegeu "Hola"��.\n\nCom a l'acci�� ��Teclegeu "Hola"��, aquesta simula una entrada de teclat, en concret, despr��s de pr��mer Ctrl+Alt+B, s'envia B a l'XMMS (B en l'XMMS salta a la can���� seg��ent). La casella de selecci�� ��Envia a una finestra espec��fica�� est�� marcada i s'indica una finestra en qu�� la seva classe cont�� ��XMMS_Player��; aix�� far�� que l'entrada sempre s'envi�� a aquesta finestra. D'aquesta manera podeu controlar l'XMMS incl��s si esteu en un escriptori virtual diferent.\n\n(Executeu ��xprop�� i cliqueu a la finestra de l'XMMS i cerqueu WM_CLASS per a veure ��XMMS_Player��).
-Comment[ca@valencia]=Primer llegiu el comentari de l'acci�� ��Teclegeu "Hola"��.\n\nCom a l'acci�� ��Teclegeu "Hola"��, esta simula una entrada de teclat, en concret, despr��s de pr��mer Ctrl+Alt+B, s'envia B a XMMS (B en XMMS salta a la can���� seg��ent). La casella de selecci�� ��Envia a una finestra espec��fica�� est�� marcada i s'indica una finestra en qu�� la seua classe cont�� ��XMMS_Player��; a���� far�� que l'entrada sempre s'envie a esta finestra. D'esta manera podeu controlar XMMS incl��s si esteu en un escriptori virtual diferent.\n\n(Executeu ��xprop�� i cliqueu a la finestra d'XMMS i busqueu WM_CLASS per a vore ��XMMS_Player��).
+Comment[ca@valencia]=Primer llegiu el comentari de l'acci�� ��Teclegeu "Hola"��.\n\nCom a l'acci�� ��Teclegeu "Hola"��, esta simula una entrada de teclat, en concret, despr��s de pr��mer Ctrl+Alt+B, s'envia B a XMMS (B en XMMS salta a la can���� seg��ent). La casella de selecci�� ��Envia a una finestra espec��fica�� est�� marcada i s'indica una finestra en qu�� la seua classe cont�� ��XMMS_Player��; a���� far�� que l'entrada sempre s'envie a esta finestra. D'esta manera podeu controlar XMMS incl��s si esteu en un escriptori virtual diferent.\n\n(Executeu ��xprop�� i cliqueu a la finestra d'XMMS i busqueu WM_CLASS per a veure ��XMMS_Player��).
Comment[cs]=Nejprve si p��e��t��te instrukce u ��innosti "Napi��te 'Hello'".\n\n Stejn�� jako "Napi��te 'Hello'" simuluje i tato ��innost vstup z kl��vesnice, konkr��tn�� po stisku Ctrl+Alt+B po��le 'b' programu Audacious (co�� znamen�� posun na n��sleduj��c�� skladbu). Je vybr��na volba, kter�� ud��lost ode��le konkr��tn��mu oknu a okno je ur��eno t����dou obsahuj��c�� 'Audacious'; to zajist��, ��e bude vstup posl��n pr��v�� tomuto oknu. Takto m����ete ovl��dat Audacious (nebo jin�� program), i kdy�� je na jin�� plo��e.\n\n T����du zjist��te tak, ��e z termin��lu spust��te program 'xprop' a kliknete na okno Audacious. Ve v��sledn��m textu pak hledejte ��et��zec WM_CLASS a jeho hodnoty.
Comment[da]=L��s kommentaren om handlingen "Indtast 'Hello'" f��rst.\n\nLigesom "Indtast 'Hello'"-handlingen, simulerer denne et tastaturinput, specifikt efter tryk p�� Ctrl+ Alt+B sendes B til XMMS (i XMMS springer B til n��ste sang). Afkrydsningsfeltet 'Send til specifikt vindue' er afkrydset og et vindue hvor klassen indeholder 'XMMS_Player' er specificeret, det vil g��re at inputtet altid sendes til dette vindue. P�� den m��de kan du kontrollere XMMS selvom den f.eks. er p�� et andet virtuelt skrivebord.\n\n(K��r 'xprop' og klik p�� XMMS-vinduet og s��g efter WM_CLASS for at se 'XMMS_Player').
Comment[de]=Bitte lesen Sie zun��chst die Kommentare zu der Aktion ���Hello ausgeben���.\n\nGenau wie in ���Hello ausgeben��� wird auch hier eine Tastatureingabe simuliert. Wenn Sie Strg+Alt+B dr��cken, wird B an das XMMS-Fenster ��bergeben (B bewirkt in XMMS einen Wechsel zum n��chsten St��ck). Das Ankreuzfeld ���Eingabe ��bergeben an ... spezielles Fenster��� ist markiert und als Fensterklasse ist ���XMMS_Player��� eingestellt. Dadurch wird die Eingabe immer nur an dieses Fenster ��bergeben. Auf diese Weise k��nnen Sie XMMS bedienen, selbst dann, wenn es sich auf einer anderen Arbeitsfl��che befindet.\n\nDie Fensterklasse finden Sie ��brigens mit ���xprop��� und einem Klick auf das XMMS-Fenster heraus, oder indem Sie auf die Schaltfl��che ���Automatisch feststellen��� dr��cken und danach das XMMS-Fenster anklicken.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khotkeys-5.25.1/po/zh_CN/khotkeys.po new/khotkeys-5.25.2/po/zh_CN/khotkeys.po
--- old/khotkeys-5.25.1/po/zh_CN/khotkeys.po 2022-06-21 12:45:41.000000000 +0200
+++ new/khotkeys-5.25.2/po/zh_CN/khotkeys.po 2022-06-28 12:38:10.000000000 +0200
@@ -11,7 +11,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-12-21 00:44+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kgamma5 for openSUSE:Factory checked in at 2022-07-01 13:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old)
and /work/SRC/openSUSE:Factory/.kgamma5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgamma5"
Fri Jul 1 13:44:08 2022 rev:117 rq:985881 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes 2022-06-23 10:22:43.475639208 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new.1548/kgamma5.changes 2022-07-01 13:44:13.518832376 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:30 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
kgamma5-5.25.1.tar.xz
kgamma5-5.25.1.tar.xz.sig
New:
----
kgamma5-5.25.2.tar.xz
kgamma5-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kgamma5.spec ++++++
--- /var/tmp/diff_new_pack.alm2dd/_old 2022-07-01 13:44:14.102833253 +0200
+++ /var/tmp/diff_new_pack.alm2dd/_new 2022-07-01 13:44:14.106833258 +0200
@@ -18,7 +18,7 @@
%bcond_without released
Name: kgamma5
-Version: 5.25.1
+Version: 5.25.2
Release: 0
Summary: Display gamma configuration
License: GPL-2.0-or-later
++++++ kgamma5-5.25.1.tar.xz -> kgamma5-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.25.1/CMakeLists.txt new/kgamma5-5.25.2/CMakeLists.txt
--- old/kgamma5-5.25.1/CMakeLists.txt 2022-06-21 12:45:15.000000000 +0200
+++ new/kgamma5-5.25.2/CMakeLists.txt 2022-06-28 12:37:42.000000000 +0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
project(kgamma)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.90")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.25.1/po/zh_CN/kcmkgamma.po new/kgamma5-5.25.2/po/zh_CN/kcmkgamma.po
--- old/kgamma5-5.25.1/po/zh_CN/kcmkgamma.po 2022-06-21 12:45:08.000000000 +0200
+++ new/kgamma5-5.25.2/po/zh_CN/kcmkgamma.po 2022-06-28 12:37:35.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-01-21 02:49+0100\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory checked in at 2022-07-01 13:44:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old)
and /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-gtk-config5"
Fri Jul 1 13:44:07 2022 rev:136 rq:985880 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes 2022-06-23 10:22:41.283636826 +0200
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.1548/kde-gtk-config5.changes 2022-07-01 13:44:12.630831041 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:30 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
kde-gtk-config-5.25.1.tar.xz
kde-gtk-config-5.25.1.tar.xz.sig
New:
----
kde-gtk-config-5.25.2.tar.xz
kde-gtk-config-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kde-gtk-config5.spec ++++++
--- /var/tmp/diff_new_pack.ba6YzA/_old 2022-07-01 13:44:13.162831840 +0200
+++ /var/tmp/diff_new_pack.ba6YzA/_new 2022-07-01 13:44:13.166831847 +0200
@@ -18,7 +18,7 @@
%bcond_without released
Name: kde-gtk-config5
-Version: 5.25.1
+Version: 5.25.2
Release: 0
Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE
License: GPL-3.0-or-later AND LGPL-3.0-or-later
++++++ kde-gtk-config-5.25.1.tar.xz -> kde-gtk-config-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.25.1/CMakeLists.txt new/kde-gtk-config-5.25.2/CMakeLists.txt
--- old/kde-gtk-config-5.25.1/CMakeLists.txt 2022-06-21 12:43:12.000000000 +0200
+++ new/kde-gtk-config-5.25.2/CMakeLists.txt 2022-06-28 12:35:35.000000000 +0200
@@ -1,9 +1,9 @@
project(kde-gtk-config)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
cmake_minimum_required(VERSION 3.16)
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.90")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 17)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory checked in at 2022-07-01 13:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-cli-tools5 (Old)
and /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-cli-tools5"
Fri Jul 1 13:44:06 2022 rev:141 rq:985879 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes 2022-06-23 10:22:38.983634327 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1548/kde-cli-tools5.changes 2022-07-01 13:44:11.478829311 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:29 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
kde-cli-tools-5.25.1.tar.xz
kde-cli-tools-5.25.1.tar.xz.sig
New:
----
kde-cli-tools-5.25.2.tar.xz
kde-cli-tools-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kde-cli-tools5.spec ++++++
--- /var/tmp/diff_new_pack.NB4uHO/_old 2022-07-01 13:44:12.026830134 +0200
+++ /var/tmp/diff_new_pack.NB4uHO/_new 2022-07-01 13:44:12.030830140 +0200
@@ -19,7 +19,7 @@
%define kf5_version 5.86.0
%bcond_without released
Name: kde-cli-tools5
-Version: 5.25.1
+Version: 5.25.2
Release: 0
Summary: Additional CLI tools for KDE applications
License: GPL-2.0-or-later
++++++ kde-cli-tools-5.25.1.tar.xz -> kde-cli-tools-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/CMakeLists.txt new/kde-cli-tools-5.25.2/CMakeLists.txt
--- old/kde-cli-tools-5.25.1/CMakeLists.txt 2022-06-21 12:43:09.000000000 +0200
+++ new/kde-cli-tools-5.25.2/CMakeLists.txt 2022-06-28 12:35:32.000000000 +0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.90")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
set(CMAKE_CXX_STANDARD 17)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/ca(a)valencia/kcm5_filetypes.po new/kde-cli-tools-5.25.2/po/ca(a)valencia/kcm5_filetypes.po
--- old/kde-cli-tools-5.25.1/po/ca(a)valencia/kcm5_filetypes.po 2022-06-21 12:42:31.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/ca(a)valencia/kcm5_filetypes.po 2022-06-28 12:34:48.000000000 +0200
@@ -256,11 +256,11 @@
"collapse it. Select a file type (e.g. text/html for HTML files) to view/edit "
"the information for that file type using the controls on the right."
msgstr ""
-"Ac�� podeu vore una llista jer��rquica dels tipus de fitxers coneguts al "
+"Ac�� podeu veure una llista jer��rquica dels tipus de fitxers coneguts al "
"vostre sistema. Cliqueu al signe ��+�� per a expandir una categoria, o al "
"signe ��-�� per a plegar-la. Seleccioneu un tipus de fitxer (p. ex. text/html "
-"per a fitxers HTML) per a vore o editar la informaci�� d'este tipus de fitxer "
-"utilitzant els controls de la dreta."
+"per a fitxers HTML) per a veure o editar la informaci�� d'este tipus de "
+"fitxer utilitzant els controls de la dreta."
#: filetypesview.cpp:107
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/ca(a)valencia/kcmshell5.po new/kde-cli-tools-5.25.2/po/ca(a)valencia/kcmshell5.po
--- old/kde-cli-tools-5.25.1/po/ca(a)valencia/kcmshell5.po 2022-06-21 12:42:31.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/ca(a)valencia/kcmshell5.po 2022-06-28 12:34:48.000000000 +0200
@@ -141,5 +141,5 @@
"Could not find module '%1'. See kcmshell5 --list for the full list of "
"modules."
msgstr ""
-"No s'ha pogut trobar el m��dul ��%1��. Vejau ��kcmshell5 --list�� per a una "
+"No s'ha pogut trobar el m��dul ��%1��. Vegeu ��kcmshell5 --list�� per a una "
"llista completa dels m��duls."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/ca(a)valencia/kdesu5.po new/kde-cli-tools-5.25.2/po/ca(a)valencia/kdesu5.po
--- old/kde-cli-tools-5.25.1/po/ca(a)valencia/kdesu5.po 2022-06-21 12:42:31.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/ca(a)valencia/kdesu5.po 2022-06-28 12:34:48.000000000 +0200
@@ -82,7 +82,7 @@
#, kde-format
msgid "Run command under target uid if <file> is not writable"
msgstr ""
-"Executa l'ordre davall l'UID de destinaci�� si el <fitxer> no ��s d'escritura"
+"Executa l'ordre davall l'UID de destinaci�� si el <fitxer> no ��s d'escriptura"
#: kdesu.cpp:123
#, kde-format
@@ -92,7 +92,7 @@
#: kdesu.cpp:124
#, kde-format
msgid "Do not keep password"
-msgstr "No guardis la contrasenya"
+msgstr "No guardes la contrasenya"
#: kdesu.cpp:125
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/ca(a)valencia/kioclient.po new/kde-cli-tools-5.25.2/po/ca(a)valencia/kioclient.po
--- old/kde-cli-tools-5.25.1/po/ca(a)valencia/kioclient.po 2022-06-21 12:42:31.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/ca(a)valencia/kioclient.po 2022-06-28 12:34:48.000000000 +0200
@@ -249,7 +249,7 @@
#: kioclient.cpp:173
#, kde-format
msgid "Command-line tool for network-transparent operations"
-msgstr "Eina de la l��nia d'ordres per a operacions transparents a la ret"
+msgstr "Eina de la l��nia d'ordres per a operacions transparents a la xarxa"
#: kioclient.cpp:180
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/kbroadcastnotification.po new/kde-cli-tools-5.25.2/po/zh_CN/kbroadcastnotification.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/kbroadcastnotification.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/kbroadcastnotification.po 2022-06-28 12:35:21.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-03-18 02:47+0100\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/kcm5_filetypes.po new/kde-cli-tools-5.25.2/po/zh_CN/kcm5_filetypes.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/kcm5_filetypes.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/kcm5_filetypes.po 2022-06-28 12:35:21.000000000 +0200
@@ -10,7 +10,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-04-25 00:47+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/kcmshell5.po new/kde-cli-tools-5.25.2/po/zh_CN/kcmshell5.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/kcmshell5.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/kcmshell5.po 2022-06-28 12:35:21.000000000 +0200
@@ -13,7 +13,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-04-27 00:47+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/kdesu5.po new/kde-cli-tools-5.25.2/po/zh_CN/kdesu5.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/kdesu5.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/kdesu5.po 2022-06-28 12:35:21.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-08-06 00:18+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/kioclient.po new/kde-cli-tools-5.25.2/po/zh_CN/kioclient.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/kioclient.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/kioclient.po 2022-06-28 12:35:21.000000000 +0200
@@ -10,7 +10,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-04-06 00:46+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/kmimetypefinder5.po new/kde-cli-tools-5.25.2/po/zh_CN/kmimetypefinder5.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/kmimetypefinder5.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/kmimetypefinder5.po 2022-06-28 12:35:21.000000000 +0200
@@ -6,7 +6,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-03-18 02:47+0100\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/kstart5.po new/kde-cli-tools-5.25.2/po/zh_CN/kstart5.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/kstart5.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/kstart5.po 2022-06-28 12:35:21.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-08-06 00:18+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/ktraderclient5.po new/kde-cli-tools-5.25.2/po/zh_CN/ktraderclient5.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/ktraderclient5.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/ktraderclient5.po 2022-06-28 12:35:21.000000000 +0200
@@ -6,7 +6,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-03-18 02:47+0100\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-5.25.1/po/zh_CN/plasma-open-settings.po new/kde-cli-tools-5.25.2/po/zh_CN/plasma-open-settings.po
--- old/kde-cli-tools-5.25.1/po/zh_CN/plasma-open-settings.po 2022-06-21 12:42:58.000000000 +0200
+++ new/kde-cli-tools-5.25.2/po/zh_CN/plasma-open-settings.po 2022-06-28 12:35:21.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-03-29 00:53+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kcm_sddm for openSUSE:Factory checked in at 2022-07-01 13:44:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcm_sddm (Old)
and /work/SRC/openSUSE:Factory/.kcm_sddm.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcm_sddm"
Fri Jul 1 13:44:05 2022 rev:127 rq:985878 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes 2022-06-23 10:22:37.631632858 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new.1548/kcm_sddm.changes 2022-07-01 13:44:10.042827154 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:29 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
sddm-kcm-5.25.1.tar.xz
sddm-kcm-5.25.1.tar.xz.sig
New:
----
sddm-kcm-5.25.2.tar.xz
sddm-kcm-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcm_sddm.spec ++++++
--- /var/tmp/diff_new_pack.5A06aY/_old 2022-07-01 13:44:10.922828475 +0200
+++ /var/tmp/diff_new_pack.5A06aY/_new 2022-07-01 13:44:10.926828482 +0200
@@ -21,7 +21,7 @@
%bcond_without released
Name: kcm_sddm
-Version: 5.25.1
+Version: 5.25.2
Release: 0
Summary: A sddm control module for KDE
License: GPL-2.0-only
++++++ sddm-kcm-5.25.1.tar.xz -> sddm-kcm-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sddm-kcm-5.25.1/CMakeLists.txt new/sddm-kcm-5.25.2/CMakeLists.txt
--- old/sddm-kcm-5.25.1/CMakeLists.txt 2022-06-21 13:05:34.000000000 +0200
+++ new/sddm-kcm-5.25.2/CMakeLists.txt 2022-06-28 13:03:34.000000000 +0200
@@ -1,9 +1,9 @@
project(sddm-kcm)
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "5.25.1")
+set(PROJECT_VERSION "5.25.2")
-set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.90")
+set(QT_MIN_VERSION "5.15.2")
+set(KF5_MIN_VERSION "5.94")
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sddm-kcm-5.25.1/po/zh_CN/kcm_sddm.po new/sddm-kcm-5.25.2/po/zh_CN/kcm_sddm.po
--- old/sddm-kcm-5.25.1/po/zh_CN/kcm_sddm.po 2022-06-21 13:05:34.000000000 +0200
+++ new/sddm-kcm-5.25.2/po/zh_CN/kcm_sddm.po 2022-06-28 13:03:34.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-06-14 02:22+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kactivitymanagerd for openSUSE:Factory checked in at 2022-07-01 13:44:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd (Old)
and /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kactivitymanagerd"
Fri Jul 1 13:44:04 2022 rev:119 rq:985877 version:5.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes 2022-06-23 10:22:36.763631915 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new.1548/kactivitymanagerd.changes 2022-07-01 13:44:09.038825646 +0200
@@ -1,0 +2,9 @@
+Tue Jun 28 13:03:29 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.25.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.2
+- No code changes since 5.25.1
+
+-------------------------------------------------------------------
Old:
----
kactivitymanagerd-5.25.1.tar.xz
kactivitymanagerd-5.25.1.tar.xz.sig
New:
----
kactivitymanagerd-5.25.2.tar.xz
kactivitymanagerd-5.25.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kactivitymanagerd.spec ++++++
--- /var/tmp/diff_new_pack.kPADsM/_old 2022-07-01 13:44:09.662826582 +0200
+++ /var/tmp/diff_new_pack.kPADsM/_new 2022-07-01 13:44:09.666826588 +0200
@@ -20,7 +20,7 @@
%bcond_without released
Name: kactivitymanagerd
-Version: 5.25.1
+Version: 5.25.2
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0-or-later
++++++ kactivitymanagerd-5.25.1.tar.xz -> kactivitymanagerd-5.25.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/CMakeLists.txt new/kactivitymanagerd-5.25.2/CMakeLists.txt
--- old/kactivitymanagerd-5.25.1/CMakeLists.txt 2022-06-21 12:42:03.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/CMakeLists.txt 2022-06-28 12:34:19.000000000 +0200
@@ -4,8 +4,8 @@
project (KActivityManagerd)
-set (QT_MIN_VERSION "5.15.0")
-set (KF5_MIN_VERSION "5.90")
+set (QT_MIN_VERSION "5.15.2")
+set (KF5_MIN_VERSION "5.94")
set (KDE_COMPILERSETTINGS_LEVEL "5.82")
set (Boost_MINIMUM_VERSION "1.58")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/po/zh_CN/kactivities5.po new/kactivitymanagerd-5.25.2/po/zh_CN/kactivities5.po
--- old/kactivitymanagerd-5.25.1/po/zh_CN/kactivities5.po 2022-06-21 12:42:24.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/po/zh_CN/kactivities5.po 2022-06-28 12:34:40.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-01-13 00:44+0000\n"
-"PO-Revision-Date: 2022-06-19 07:03\n"
+"PO-Revision-Date: 2022-06-25 04:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json new/kactivitymanagerd-5.25.2/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
--- old/kactivitymanagerd-5.25.1/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json 2022-06-21 12:42:03.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json 2022-06-28 12:34:19.000000000 +0200
@@ -52,7 +52,7 @@
"Description": "Collects events from applications that support recent documents specification",
"Description[ar]": "�������� �������������� ���� ������������������ �������� �������� ������������ ������������������ ��������������",
"Description[az]": "Son istifad�� olunan s��n��dl��rin x��susiyy��tl��rini d��st��kl��y��n t��tbiql��rd��n hadis��l��ri toplay��r",
- "Description[ca@valencia]": "Recull els esdeveniments de les aplicacions que admeten l'especificaci�� dels documents recents",
+ "Description[ca@valencia]": "Arreplega els esdeveniments de les aplicacions que admeten l'especificaci�� dels documents recents",
"Description[ca]": "Recull els esdeveniments de les aplicacions que admeten l'especificaci�� dels documents recents",
"Description[cs]": "Sb��r�� z aplikac�� ud��losti jen�� podporuj�� ur��en�� ned��vn��ch dokument��",
"Description[da]": "Indsamler h��ndelser fra programmer som underst��tter specifikationen for nylige dokumenter",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json new/kactivitymanagerd-5.25.2/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json
--- old/kactivitymanagerd-5.25.1/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json 2022-06-21 12:42:03.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/src/service/plugins/globalshortcuts/kactivitymanagerd-plugin-globalshortcuts.json 2022-06-28 12:34:19.000000000 +0200
@@ -76,7 +76,7 @@
"Description[nn]": "Legg til globale tastatursnarvegar for aktivitetsbyting",
"Description[pl]": "Dodaje globalne skr��ty klawiaturowe do prze����czania dzia��a��",
"Description[pt]": "Adiciona atalhos globais de teclado para a mudan��a de actividades",
- "Description[pt_BR]": "Adiciona atalhos de teclado globais para alternar atividades",
+ "Description[pt_BR]": "Adiciona atalhos de teclado globais para trocar atividades",
"Description[ro]": "Adaug�� scurt��turi globale de taste pentru comutarea activit����ilor",
"Description[ru]": "�������������������� �������������������� �������������������� ������������ ������ ������������������������ ������������",
"Description[sk]": "Prid�� glob��lne kl��vesov�� skratky na prep��nanie aktiv��t",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json new/kactivitymanagerd-5.25.2/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json
--- old/kactivitymanagerd-5.25.1/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json 2022-06-21 12:42:03.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/src/service/plugins/gtk-eventspy/kactivitymanagerd-plugin-gtk-eventspy.json 2022-06-28 12:34:19.000000000 +0200
@@ -48,7 +48,7 @@
"Description": "Collects events from applications that use GtkFileChooser and GtkRecentManager as specified by https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[ar]": "�������� �������������� ���� ������������������ �������� ������������ GtkFileChooser �� GtkRecentManager ������ ���� �������� ������������ https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/ ",
"Description[az]": "GtkFileChooser v�� GtkRecentManager istifad�� ed��n t��tbiql��rd��n hadis��l��ri https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/ t��r��find��n x��susiyy��tl��rin�� g��r�� toplay��r",
- "Description[ca@valencia]": "Recull els esdeveniments de les aplicacions que utilitzen ��GtkFileChooser�� i ��GtkRecentManager�� segons l'especificat pel https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
+ "Description[ca@valencia]": "Arreplega els esdeveniments de les aplicacions que utilitzen ��GtkFileChooser�� i ��GtkRecentManager�� segons l'especificat pel https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[ca]": "Recull els esdeveniments de les aplicacions que usen ��GtkFileChooser�� i ��GtkRecentManager�� segons l'especificat pel https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[cs]": "Sb��r�� ud��losti z aplikac�� vyu����vaj��c��ch GtkFileChooser a GtkRecentManager jak je pops��no v https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
"Description[da]": "Indsamler h��ndelser fra programmer der bruger GtkFileChooser og GtkRecentManager som specificeret p�� https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json new/kactivitymanagerd-5.25.2/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json
--- old/kactivitymanagerd-5.25.1/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json 2022-06-21 12:42:03.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/src/service/plugins/krunner/kactivitymanagerd-plugin-activityrunner.json 2022-06-28 12:34:19.000000000 +0200
@@ -65,7 +65,7 @@
"Description[nn]": "KRunner-tillegg for �� visa oversikt over og byta mellom aktivitetar",
"Description[pl]": "Wtyczka KRunnera do wypisywania i prze����czania aktywno��ci",
"Description[pt]": "'Plugin' do KRunner para listar e mudar de actividades",
- "Description[pt_BR]": "Plugin do KRunner para listar e alternar atividades",
+ "Description[pt_BR]": "Plugin do KRunner para listar e trocar atividades",
"Description[ro]": "Extensie KRunner pentru enumerarea ��i comutarea activit����ilor",
"Description[ru]": "������������ ������������ ������������ ������ ������������������������ �� ������������������������ ������������",
"Description[sk]": "Plugin KRunnera na zobrazenie a prep��nanie aktiv��t",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json new/kactivitymanagerd-5.25.2/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
--- old/kactivitymanagerd-5.25.1/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json 2022-06-21 12:42:03.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json 2022-06-28 12:34:19.000000000 +0200
@@ -76,7 +76,7 @@
"Description[nn]": "Ved byte, start eller stopp av aktivitetar, k��yr valde program",
"Description[pl]": "Przy prze����czaniu dzia��a��. lub przy ich rozpoczynaniu i ko��czeniu, uruchamiaj podane aplikacje",
"Description[pt]": "Ao mudar de actividades, ou quando as iniciar e parar, executa as aplica����es indicadas",
- "Description[pt_BR]": "Ao mudar, iniciar e parar atividades, executa os aplicativos indicados",
+ "Description[pt_BR]": "Ao trocar, iniciar e parar atividades, executa os aplicativos indicados",
"Description[ro]": "La comutarea activit����ilor sau la pornirea ��i oprirea acestora, execut�� aplica��iile specificate",
"Description[ru]": "������������ ������������������ �������������������� ������ ���������������� �� ��������������, ������ ���� �������������� ������ ������������������",
"Description[sk]": "Pri prep��nan�� aktiv��t alebo pri ich sp������an�� a zastavovan�� spusti�� ur��en�� aplik��cie",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivitymanagerd-5.25.1/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json new/kactivitymanagerd-5.25.2/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json
--- old/kactivitymanagerd-5.25.1/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json 2022-06-21 12:42:03.000000000 +0200
+++ new/kactivitymanagerd-5.25.2/src/service/plugins/virtualdesktopswitch/kactivitymanagerd-plugin-virtualdesktopswitch.json 2022-06-28 12:34:19.000000000 +0200
@@ -76,7 +76,7 @@
"Description[nn]": "Ved byte av aktivitet vert det siste brukte virtuelle skrivebordet opna",
"Description[pl]": "Po prze����czeniu do dzia��ania, otwiera wirtualny pulpit ostatnio u��ywany do tego dzia��ania",
"Description[pt]": "Ao mudar para uma actividade, abre o ��ltimo ecr�� virtual usado por essa actividade",
- "Description[pt_BR]": "Ao alternar para uma atividade, abre a ��ltima ��rea de trabalho virtual usada com esta atividade",
+ "Description[pt_BR]": "Ao trocar para uma atividade, abre a ��ltima ��rea de trabalho virtual usada com esta atividade",
"Description[ro]": "La comutarea la o activitate, deschide biroul virtual folosit ultima dat�� cu acea activitate",
"Description[ru]": "������ ������������������������ ���� �������������� ������������������ ���������������������� �������������� ��������, ������������ ���������������� �� ������ �� ������������������ ������",
"Description[sk]": "Pri prepnut�� na aktivitu, otvor�� virtu��lnu plochu naposledy pou��it�� s danou aktivitou.",
@@ -123,7 +123,7 @@
"Name[nn]": "Byte mellom virtuelle skrivebord",
"Name[pl]": "Prze����cznik wirtualnych pulpit��w",
"Name[pt]": "Mudan��a de ecr�� virtual",
- "Name[pt_BR]": "Alternador de ��reas de trabalho virtuais",
+ "Name[pt_BR]": "Seletor de ��reas de trabalho virtuais",
"Name[ro]": "Comutator de birouri virtuale",
"Name[ru]": "�������������������������� ���������������������� �������������� ������������",
"Name[sk]": "Prep��na�� virtu��lnych pl��ch",
1
0