Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinfocenter6 for openSUSE:Factory 
checked in at 2025-08-08 15:10:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinfocenter6 (Old)
 and      /work/SRC/openSUSE:Factory/.kinfocenter6.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinfocenter6"

Fri Aug  8 15:10:48 2025 rev:30 rq:1298295 version:6.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinfocenter6/kinfocenter6.changes        
2025-07-18 15:56:58.726582187 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter6.new.1085/kinfocenter6.changes      
2025-08-08 15:11:27.351116081 +0200
@@ -1,0 +2,9 @@
+Wed Aug  6 13:29:46 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 6.4.4:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.4
+- Changes since 6.4.3:
+  * Update version for new release 6.4.4
+
+-------------------------------------------------------------------

Old:
----
  kinfocenter-6.4.3.tar.xz
  kinfocenter-6.4.3.tar.xz.sig

New:
----
  kinfocenter-6.4.4.tar.xz
  kinfocenter-6.4.4.tar.xz.sig

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

Other differences:
------------------
++++++ kinfocenter6.spec ++++++
--- /var/tmp/diff_new_pack.GSEeoe/_old  2025-08-08 15:11:28.127148580 +0200
+++ /var/tmp/diff_new_pack.GSEeoe/_new  2025-08-08 15:11:28.127148580 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kinfocenter6
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF)
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 Name:           kinfocenter6
-Version:        6.4.3
+Version:        6.4.4
 Release:        0
 Summary:        Utility that provides information about a computer system
 License:        GPL-2.0-or-later

++++++ kinfocenter-6.4.3.tar.xz -> kinfocenter-6.4.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/CMakeLists.txt 
new/kinfocenter-6.4.4/CMakeLists.txt
--- old/kinfocenter-6.4.3/CMakeLists.txt        2025-07-15 11:51:22.000000000 
+0200
+++ new/kinfocenter-6.4.4/CMakeLists.txt        2025-08-05 12:49:56.000000000 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(kinfocenter)
-set(PROJECT_VERSION "6.4.3")
+set(PROJECT_VERSION "6.4.4")
 
 set(QT_MIN_VERSION "6.8.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/ar/kcm_about-distro.po 
new/kinfocenter-6.4.4/po/ar/kcm_about-distro.po
--- old/kinfocenter-6.4.3/po/ar/kcm_about-distro.po     2025-07-15 
11:51:22.000000000 +0200
+++ new/kinfocenter-6.4.4/po/ar/kcm_about-distro.po     2025-08-05 
12:49:56.000000000 +0200
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 "X-Generator: Lokalize 23.08.5\n"
 
 #: CPUEntry.cpp:17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/ar/kcm_energyinfo.po 
new/kinfocenter-6.4.4/po/ar/kcm_energyinfo.po
--- old/kinfocenter-6.4.3/po/ar/kcm_energyinfo.po       2025-07-15 
11:51:22.000000000 +0200
+++ new/kinfocenter-6.4.4/po/ar/kcm_energyinfo.po       2025-08-05 
12:49:56.000000000 +0200
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 "X-Generator: Lokalize 23.08.5\n"
 
 #: ui/main.qml:29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/ar/kcm_samba.po 
new/kinfocenter-6.4.4/po/ar/kcm_samba.po
--- old/kinfocenter-6.4.3/po/ar/kcm_samba.po    2025-07-15 11:51:22.000000000 
+0200
+++ new/kinfocenter-6.4.4/po/ar/kcm_samba.po    2025-08-05 12:49:56.000000000 
+0200
@@ -6,7 +6,7 @@
 # محمد سعد  Mohamed SAAD <mete...@free.fr>, 2006.
 # AbdulAziz AlSharif <a.a-...@hotmail.com>, 2007.
 # Youssef Chahibi <chah...@gmail.com>, 2007.
-# zayed <zayed.alsa...@gmail.com>, 2008, 2021.
+# SPDX-FileCopyrightText: 2008, 2021, 2025 zayed <zayed.alsa...@gmail.com>
 # Abdalrahim Fakhouri <abdilra7...@yahoo.com>, 2012.
 msgid ""
 msgstr ""
@@ -21,7 +21,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
+"X-Generator: Lokalize 23.08.5\n"
 
 #: ui/main.qml:18
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/ar/kcmusb.po 
new/kinfocenter-6.4.4/po/ar/kcmusb.po
--- old/kinfocenter-6.4.3/po/ar/kcmusb.po       2025-07-15 11:51:22.000000000 
+0200
+++ new/kinfocenter-6.4.4/po/ar/kcmusb.po       2025-08-05 12:49:56.000000000 
+0200
@@ -20,7 +20,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 
 #: classes.i18n:2 usbdevices.cpp:66
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/ar/kinfocenter.po 
new/kinfocenter-6.4.4/po/ar/kinfocenter.po
--- old/kinfocenter-6.4.3/po/ar/kinfocenter.po  2025-07-15 11:51:22.000000000 
+0200
+++ new/kinfocenter-6.4.4/po/ar/kinfocenter.po  2025-08-05 12:49:56.000000000 
+0200
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 "X-Generator: Lokalize 23.08.5\n"
 
 #: CommandOutputContext.cpp:127 CommandOutputContext.cpp:149
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/da/kinfocenter.po 
new/kinfocenter-6.4.4/po/da/kinfocenter.po
--- old/kinfocenter-6.4.3/po/da/kinfocenter.po  2025-07-15 11:51:22.000000000 
+0200
+++ new/kinfocenter-6.4.4/po/da/kinfocenter.po  2025-08-05 12:49:56.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the kinfocenter package.
 #
-# SPDX-FileCopyrightText: 2024 rasmus rosendahl-kaa <ras...@rosendahl-kaa.name>
+# SPDX-FileCopyrightText: 2024, 2025 rasmus rosendahl-kaa 
<ras...@rosendahl-kaa.name>
 msgid ""
 msgstr ""
 "Project-Id-Version: kinfocenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-04-29 00:42+0000\n"
-"PO-Revision-Date: 2024-10-30 12:11+0100\n"
+"PO-Revision-Date: 2025-07-11 11:22+0200\n"
 "Last-Translator: rasmus rosendahl-kaa <ras...@rosendahl-kaa.name>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
 "Language: da\n"
@@ -15,13 +15,13 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 24.08.2\n"
+"X-Generator: Lokalize 25.04.3\n"
 
 #: CommandOutputContext.cpp:127 CommandOutputContext.cpp:149
 #, kde-kuit-format
 msgctxt "@info"
 msgid "Could not load page content"
-msgstr ""
+msgstr "Kunne ikke indlæse sideindholdet"
 
 #: CommandOutputContext.cpp:129
 #, kde-kuit-format
@@ -31,17 +31,20 @@
 "this page, but could not be found. You may be able to install it using your "
 "package manager; either way, please report this packaging issue to %2."
 msgstr ""
+"Tekniske detaljer: <command>%1</command>-værktøjet er krævet for at vise "
+"denne side, men kunne ikke blive fundet. Du kan muligvis installere det via "
+"din pakkehåndtør; uanset hvad, så rapporter venligst dette pakningsproblem "
+"til %2."
 
 #: CommandOutputContext.cpp:150
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info"
-#| msgid "The <command>%1</command> tool crashed while generating page content"
+#, kde-kuit-format
 msgctxt "@Info"
 msgid ""
 "Technical details: the <command>%1</command> tool crashed while generating "
 "page content."
 msgstr ""
-"<command>%1</command>-værktøjet brød sammen mens sideindholdet blev genereret"
+"Tekniske detaljer: <command>%1</command>-værktøjet brød sammen mens "
+"sideindholdet blev genereret"
 
 #: qml/CommandOutputKCM.qml:105
 #, kde-format
@@ -56,10 +59,9 @@
 msgstr "Ingen data tilgængelig"
 
 #: qml/CommandOutputKCM.qml:123
-#, fuzzy, kde-format
-#| msgid "Report this issue"
+#, kde-format
 msgid "Report to %1"
-msgstr "Rapportér denne fejl"
+msgstr "Rapportér til %1"
 
 #: qml/CommandOutputKCM.qml:189
 #, kde-format
@@ -77,19 +79,19 @@
 #, kde-format
 msgctxt "@action:button close filter header"
 msgid "Close"
-msgstr ""
+msgstr "Luk"
 
 #: qml/CommandOutputKCM.qml:228
 #, kde-format
 msgctxt "@action:button pauses automatic refreshing"
 msgid "Pause Refreshing"
-msgstr ""
+msgstr "Opdater ikke"
 
 #: qml/CommandOutputKCM.qml:236
 #, kde-format
 msgctxt "@action:button resumes automatic refreshing"
 msgid "Resume Refreshing"
-msgstr ""
+msgstr "Opdater"
 
 #: qml/CommandOutputKCM.qml:243
 #, kde-format
@@ -98,9 +100,7 @@
 msgstr "Kopiér til udklipsholder"
 
 #: qml/CommandOutputKCM.qml:251
-#, fuzzy, kde-format
-#| msgctxt "accessible name for filter input"
-#| msgid "Filter"
+#, kde-format
 msgctxt "@action:button opens filter bar"
 msgid "Filter"
 msgstr "Filtrér"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/it/kcm_samba.po 
new/kinfocenter-6.4.4/po/it/kcm_samba.po
--- old/kinfocenter-6.4.3/po/it/kcm_samba.po    2025-07-15 11:51:22.000000000 
+0200
+++ new/kinfocenter-6.4.4/po/it/kcm_samba.po    2025-08-05 12:49:56.000000000 
+0200
@@ -1,8 +1,8 @@
 # translation of kcmsamba.po to Italian
+# SPDX-FileCopyrightText: 2020, 2025 Vincenzo Reale <smart212...@gmail.com>
 # Andrea Rizzi <ri...@sns.it>, 2007.
 # Luciano Montanaro <mikel...@cirulla.net>, 2008.
 # Nicola Ruggero <nic...@nxnt.org>, 2011.
-# Vincenzo Reale <smart212...@gmail.com>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmsamba\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 25.11.70\n"
 
 #: ui/main.qml:18
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-6.4.3/po/ko/kcm_energyinfo.po 
new/kinfocenter-6.4.4/po/ko/kcm_energyinfo.po
--- old/kinfocenter-6.4.3/po/ko/kcm_energyinfo.po       2025-07-15 
11:51:22.000000000 +0200
+++ new/kinfocenter-6.4.4/po/ko/kcm_energyinfo.po       2025-08-05 
12:49:56.000000000 +0200
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 24.12.3\n"
 
 #: ui/main.qml:29
 #, kde-format

Reply via email to