Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2025-05-09 18:44:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkleo (Old)
 and      /work/SRC/openSUSE:Factory/.libkleo.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkleo"

Fri May  9 18:44:37 2025 rev:112 rq:1275857 version:25.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2025-04-20 
20:01:43.269305712 +0200
+++ /work/SRC/openSUSE:Factory/.libkleo.new.30101/libkleo.changes       
2025-05-09 18:45:19.813977336 +0200
@@ -1,0 +2,9 @@
+Wed May  7 21:00:41 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.1/
+- No code change since 25.04.0
+
+-------------------------------------------------------------------

Old:
----
  libkleo-25.04.0.tar.xz
  libkleo-25.04.0.tar.xz.sig

New:
----
  libkleo-25.04.1.tar.xz
  libkleo-25.04.1.tar.xz.sig

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

Other differences:
------------------
++++++ libkleo.spec ++++++
--- /var/tmp/diff_new_pack.wfndfx/_old  2025-05-09 18:45:20.289997240 +0200
+++ /var/tmp/diff_new_pack.wfndfx/_new  2025-05-09 18:45:20.293997408 +0200
@@ -22,7 +22,7 @@
 
 %bcond_without released
 Name:           libkleo
-Version:        25.04.0
+Version:        25.04.1
 Release:        0
 Summary:        Base package of Kleopatra, a key manager by KDE
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ libkleo-25.04.0.tar.xz -> libkleo-25.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/CMakeLists.txt 
new/libkleo-25.04.1/CMakeLists.txt
--- old/libkleo-25.04.0/CMakeLists.txt  2025-04-03 05:13:51.000000000 +0200
+++ new/libkleo-25.04.1/CMakeLists.txt  2025-05-06 05:16:40.000000000 +0200
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: CC0-1.0
 # SPDX-FileCopyrightText: none
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.4.0")
+set(PIM_VERSION "6.4.1")
 
 project(libkleo VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/po/de/libkleopatra6.po 
new/libkleo-25.04.1/po/de/libkleopatra6.po
--- old/libkleo-25.04.0/po/de/libkleopatra6.po  2025-04-03 05:13:51.000000000 
+0200
+++ new/libkleo-25.04.1/po/de/libkleopatra6.po  2025-05-06 05:16:40.000000000 
+0200
@@ -7,13 +7,13 @@
 # Andre Heinecke <[email protected]>, 2017, 2018.
 # aheinecke <[email protected]>, 2018, 2019, 2021, 2022.
 # Frank Steinmetzger <[email protected]>, 2022.
-# Eva Bolten <[email protected]>, 2022, 2023, 2024.
+# Eva Bolten <[email protected]>, 2022, 2023, 2024, 2025.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkleopatra6\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-02-24 09:38+0000\n"
-"PO-Revision-Date: 2024-11-19 10:13+0100\n"
+"PO-Revision-Date: 2025-03-07 16:04+0100\n"
 "Last-Translator: Eva Bolten <[email protected]>\n"
 "Language-Team: [email protected]\n"
 "Language: de\n"
@@ -2950,7 +2950,7 @@
 #: utils/formatting.cpp:1107
 #, kde-format
 msgid "This certificate was imported from the following sources:"
-msgstr "Dieses Zertifikat wurde von den folgenden Quellen importiert:"
+msgstr "Dieses Zertifikat wurde aus den folgenden Quellen importiert:"
 
 #: utils/formatting.cpp:1118
 #, kde-format
@@ -2976,23 +2976,22 @@
 #: utils/formatting.cpp:1132
 #, kde-format
 msgid "New user-ids were added to this certificate by the import."
-msgstr ""
-"Neue Benutzerkennungen wurden beim Import dieses Zertifikats hinzugefügt."
+msgstr "Neue Benutzerkennungen wurden hinzugefügt."
 
 #: utils/formatting.cpp:1135
 #, kde-format
 msgid "New signatures were added to this certificate by the import."
-msgstr "Neue Signaturen wurden"
+msgstr "Neue Signaturen wurden hinzugefügt."
 
 #: utils/formatting.cpp:1138
 #, kde-format
 msgid "New subkeys were added to this certificate by the import."
-msgstr "Neue Unterschlüssel wurden diesem Zertifikat hinzugefügt."
+msgstr "Neue Unterschlüssel wurden hinzugefügt."
 
 #: utils/formatting.cpp:1141
 #, kde-format
 msgid "The import contained no new data for this certificate. It is unchanged."
-msgstr "Der Import enthielt keine neuen Daten "
+msgstr "Der Import enthielt keine neuen Daten."
 
 #: utils/formatting.cpp:1157
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/po/nn/libkleopatra6.po 
new/libkleo-25.04.1/po/nn/libkleopatra6.po
--- old/libkleo-25.04.0/po/nn/libkleopatra6.po  2025-04-03 05:13:51.000000000 
+0200
+++ new/libkleo-25.04.1/po/nn/libkleopatra6.po  2025-05-06 05:16:40.000000000 
+0200
@@ -2,21 +2,20 @@
 #
 # Tor Hveem <[email protected]>, 2004.
 # Gaute Hvoslef Kvalnes <[email protected]>, 2004, 2005.
-# Karl Ove Hufthammer <[email protected]>, 2008, 2013, 2023.
 # Eirik U. Birkeland <[email protected]>, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkleopatra\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-02-24 09:38+0000\n"
-"PO-Revision-Date: 2023-08-10 20:06+0200\n"
+"PO-Revision-Date: 2025-05-03 11:35+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.04.3\n"
+"X-Generator: Lokalize 25.07.70\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -990,7 +989,7 @@
 msgstr ""
 
 #: ui/auditlogviewer.cpp:46
-#, fuzzy, kde-format
+#, kde-format
 msgctxt "@action:button"
 msgid "&Copy to Clipboard"
 msgstr "&Kopier til utklippstavla"

Reply via email to