Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2026-01-12 10:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpmcore (Old)
 and      /work/SRC/openSUSE:Factory/.kpmcore.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpmcore"

Mon Jan 12 10:15:01 2026 rev:55 rq:1326176 version:25.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2025-12-15 
11:50:51.196407401 +0100
+++ /work/SRC/openSUSE:Factory/.kpmcore.new.1928/kpmcore.changes        
2026-01-12 10:21:24.905723502 +0100
@@ -1,0 +2,9 @@
+Wed Jan  7 12:25:12 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 25.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.12.1/
+- No code change since 25.12.0
+
+-------------------------------------------------------------------

Old:
----
  kpmcore-25.12.0.tar.xz
  kpmcore-25.12.0.tar.xz.sig

New:
----
  kpmcore-25.12.1.tar.xz
  kpmcore-25.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ kpmcore.spec ++++++
--- /var/tmp/diff_new_pack.7YwIx2/_old  2026-01-12 10:21:25.737757641 +0100
+++ /var/tmp/diff_new_pack.7YwIx2/_new  2026-01-12 10:21:25.737757641 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kpmcore
-Version:        25.12.0
+Version:        25.12.1
 Release:        0
 Summary:        KDE Partition Manager core library
 License:        GPL-3.0-or-later


++++++ kpmcore-25.12.0.tar.xz -> kpmcore-25.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpmcore-25.12.0/CMakeLists.txt 
new/kpmcore-25.12.1/CMakeLists.txt
--- old/kpmcore-25.12.0/CMakeLists.txt  2025-12-03 23:04:02.000000000 +0100
+++ new/kpmcore-25.12.1/CMakeLists.txt  2026-01-03 11:14:41.000000000 +0100
@@ -10,7 +10,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "25")
 set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(kpmcore VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpmcore-25.12.0/po/cs/kpmcore.po 
new/kpmcore-25.12.1/po/cs/kpmcore.po
--- old/kpmcore-25.12.0/po/cs/kpmcore.po        2025-12-03 23:04:02.000000000 
+0100
+++ new/kpmcore-25.12.1/po/cs/kpmcore.po        2026-01-03 11:14:41.000000000 
+0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2015, 2016, 2017, 2018, 2019, 2020.
+# SPDX-FileCopyrightText: 2015, 2016, 2017, 2018, 2019, 2020, 2025 Vít Pelčák 
<[email protected]>
 # SPDX-FileCopyrightText: 2021, 2022, 2023, 2024 Vit Pelcak <[email protected]>
 #
 msgid ""
@@ -8,15 +8,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 14:42+0000\n"
-"PO-Revision-Date: 2024-04-26 10:25+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"PO-Revision-Date: 2025-12-02 11:27+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 24.02.2\n"
+"X-Generator: Lokalize 25.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1571,7 +1571,7 @@
 #, kde-kuit-format
 msgctxt "@item filesystem name"
 msgid "freebsdswap"
-msgstr ""
+msgstr "freebsdswap"
 
 #: fs/filesystem.cpp:514
 #, kde-kuit-format
@@ -3004,7 +3004,7 @@
 #, kde-kuit-format
 msgctxt "@info:status"
 msgid "Set GPT partition label <filename>%1</filename> to \"%2\""
-msgstr ""
+msgstr "Nastavit popisek oddílu GPT <filename>%1</filename> na \"%2\""
 
 #: plugins/geom/geompartitiontable.cpp:91
 #: plugins/sfdisk/sfdiskpartitiontable.cpp:65
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpmcore-25.12.0/src/plugins/geom/pmgeombackendplugin.json 
new/kpmcore-25.12.1/src/plugins/geom/pmgeombackendplugin.json
--- old/kpmcore-25.12.0/src/plugins/geom/pmgeombackendplugin.json       
2025-12-03 23:04:02.000000000 +0100
+++ new/kpmcore-25.12.1/src/plugins/geom/pmgeombackendplugin.json       
2026-01-03 11:14:41.000000000 +0100
@@ -7,6 +7,7 @@
         "Name[ar]": "خلفية geom لمدير أقسام كِيدِي",
         "Name[ca@valencia]": "Dorsal de geometria del gestor de particions de 
KDE",
         "Name[ca]": "Dorsal de geometria del gestor de particions del KDE",
+        "Name[cs]": "Podpůrná vrstva geom pro správce diskových oddílů KDE",
         "Name[eo]": "geom-Backend de KDE-Subdiskmastrumilo",
         "Name[es]": "Motor geom para el gestor de particiones de KDE",
         "Name[eu]": "KDE partizio kudeatzailearen geom bizkarraldekoa",

Reply via email to