Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkleo for openSUSE:Leap:16.0 
checked in at 2025-08-07 19:22:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/libkleo (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.libkleo.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkleo"

Thu Aug  7 19:22:51 2025 rev:4 rq:1292954 version:25.04.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/libkleo/libkleo.changes        2025-04-23 
10:14:14.450311307 +0200
+++ /work/SRC/openSUSE:Leap:16.0/.libkleo.new.1085/libkleo.changes      
2025-08-07 19:29:15.416901142 +0200
@@ -1,0 +2,33 @@
+Tue Jul  1 15:27:29 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.3/
+- No code change since 25.04.2
+
+-------------------------------------------------------------------
+Mon Jun 16 09:19:11 UTC 2025 - Andreas Stieger <[email protected]>
+
+- update gpgmepp dependencies to help with the gpgme 2.0.0
+  split-off of the C++ bindings (boo#1244605)
+
+-------------------------------------------------------------------
+Tue Jun  3 21:12:53 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.2/
+- No code change since 25.04.1
+
+-------------------------------------------------------------------
+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.3.tar.xz
  libkleo-25.04.3.tar.xz.sig

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

Other differences:
------------------
++++++ libkleo.spec ++++++
--- /var/tmp/diff_new_pack.460bXY/_old  2025-08-07 19:29:15.816917787 +0200
+++ /var/tmp/diff_new_pack.460bXY/_new  2025-08-07 19:29:15.820917954 +0200
@@ -2,6 +2,7 @@
 # spec file for package libkleo
 #
 # Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +17,12 @@
 #
 
 
-
 %define kf6_version 6.6.0
 %define qt6_version 6.6.0
 
 %bcond_without released
 Name:           libkleo
-Version:        25.04.0
+Version:        25.04.3
 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
@@ -35,10 +35,10 @@
 BuildRequires:  doxygen
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  libboost_headers-devel
-BuildRequires:  libgpgmepp-devel >= 1.16.0
+BuildRequires:  cmake(Gpgmepp) >= 1.16.0
 BuildRequires:  cmake(KF6Codecs) >= %{kf6_version}
-BuildRequires:  cmake(KF6Completion) >= %{kf6_version}
 BuildRequires:  cmake(KF6ColorScheme) >= %{kf6_version}
+BuildRequires:  cmake(KF6Completion) >= %{kf6_version}
 BuildRequires:  cmake(KF6Config) >= %{kf6_version}
 BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
 BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
@@ -63,7 +63,7 @@
 %package devel
 Summary:        Development package for libkleo
 Requires:       libKPim6libkleo6 = %{version}
-Requires:       libgpgmepp-devel >= 1.16.0
+Requires:       cmake(Gpgmepp) >= 1.16.0
 Requires:       cmake(QGpgmeQt6) >= 1.16.0
 
 %description devel


++++++ libkleo-25.04.0.tar.xz -> libkleo-25.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/CMakeLists.txt 
new/libkleo-25.04.3/CMakeLists.txt
--- old/libkleo-25.04.0/CMakeLists.txt  2025-04-03 05:13:51.000000000 +0200
+++ new/libkleo-25.04.3/CMakeLists.txt  2025-06-22 05:28:42.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.3")
 
 project(libkleo VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/po/bg/libkleopatra6.po 
new/libkleo-25.04.3/po/bg/libkleopatra6.po
--- old/libkleo-25.04.0/po/bg/libkleopatra6.po  2025-04-03 05:13:51.000000000 
+0200
+++ new/libkleo-25.04.3/po/bg/libkleopatra6.po  2025-06-22 05:28:42.000000000 
+0200
@@ -3466,10 +3466,3 @@
 #, kde-format
 msgid "Premature end of hex-encoded char in input stream"
 msgstr "Преждевременен край на шестнадесетично кодиран char във входния поток"
-
-#~ msgctxt "@info"
-#~ msgid "Unknown algorithm"
-#~ msgstr "Неизвестен алгоритъм"
-
-#~ msgid "All certificates"
-#~ msgstr "Всички сертификати"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/po/ca@valencia/libkleopatra6.po 
new/libkleo-25.04.3/po/ca@valencia/libkleopatra6.po
--- old/libkleo-25.04.0/po/ca@valencia/libkleopatra6.po 2025-04-03 
05:13:51.000000000 +0200
+++ new/libkleo-25.04.3/po/ca@valencia/libkleopatra6.po 2025-06-22 
05:28:42.000000000 +0200
@@ -1372,8 +1372,8 @@
 "Click this button to add a directory service to the list of services. The "
 "change will only take effect once you acknowledge the configuration dialog."
 msgstr ""
-"Cliqueu en este botó per a afegir un servei de directori a la llista de "
-"serveis. El canvi només tindrà efecte quan confirmeu el diàleg de "
+"Cliqueu damunt d'este botó per a afegir un servei de directori a la llista "
+"de serveis. El canvi només tindrà efecte quan confirmeu el diàleg de "
 "configuració."
 
 #: ui/directoryserviceswidget.cpp:220
@@ -1396,9 +1396,9 @@
 "service. The changes will only take effect once you acknowledge the "
 "configuration dialog."
 msgstr ""
-"Cliqueu este botó per a editar la configuració del servei de directori "
-"actualment seleccionat. El canvi només tindrà efecte quan confirmeu el "
-"diàleg de configuració."
+"Cliqueu damunt d'este botó per a editar la configuració del servei de "
+"directori actualment seleccionat. El canvi només tindrà efecte quan "
+"confirmeu el diàleg de configuració."
 
 #: ui/directoryserviceswidget.cpp:228
 #, kde-format
@@ -1419,7 +1419,7 @@
 "Click this button to remove the currently selected directory service. The "
 "change will only take effect once you acknowledge the configuration dialog."
 msgstr ""
-"Cliqueu este botó per a eliminar el servei de directori actualment "
+"Cliqueu damunt d'este botó per a eliminar el servei de directori actualment "
 "seleccionat. El canvi només tindrà efecte quan confirmeu el diàleg de "
 "configuració."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/po/de/libkleopatra6.po 
new/libkleo-25.04.3/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.3/po/de/libkleopatra6.po  2025-06-22 05:28:42.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-05-08 11:17+0200\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
@@ -3374,25 +3373,25 @@
 "Signature created on %1 using an unknown certificate with fingerprint %2"
 msgstr ""
 "Die Signatur wurde am %1 mit einem unbekanntem Zertifikat erstellt. Dessen "
-"Fingerabdruck ist %2"
+"Fingerabdruck ist %2."
 
 #: utils/formatting.cpp:1601
 #, kde-format
 msgid "Signature created using an unknown certificate with fingerprint %1"
 msgstr ""
 "Die Signatur wurde mit einem unbekanntem Zertifikat erstellt. Dessen "
-"Fingerabdruck ist %1"
+"Fingerabdruck ist %1."
 
 #: utils/formatting.cpp:1605
 #, kde-format
 msgctxt "1 is a date"
 msgid "Signature created on %1 with certificate: %2"
-msgstr "Die Signatur wurde am %1 erstellt mit dem Zertifikat %2"
+msgstr "Die Signatur wurde am %1 mit dem Zertifikat %2 erstellt."
 
 #: utils/formatting.cpp:1607
 #, kde-format
 msgid "Signature created with certificate: %1"
-msgstr "Die Signatur wurde erstellt mit dem Zertifikat %1"
+msgstr "Die Signatur wurde mit dem Zertifikat %1 erstellt."
 
 #: utils/formatting.cpp:1613
 #, kde-format
@@ -3400,7 +3399,7 @@
 "%1 is a placeholder for the name of a compliance mode. E.g. NATO RESTRICTED "
 "compliant or VS-NfD compliant"
 msgid "The signature is %1"
-msgstr "Die Signatur ist %1"
+msgstr "Die Signatur ist %1."
 
 #: utils/formatting.cpp:1616
 #, kde-format
@@ -3413,7 +3412,7 @@
 #: utils/formatting.cpp:1626
 #, kde-format
 msgid "Error: Signature not verified"
-msgstr "Fehler: Signatur nicht überprüft"
+msgstr "Fehler: Die Signatur wurde nicht überprüft."
 
 #: utils/formatting.cpp:1628
 #, 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.3/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.3/po/nn/libkleopatra6.po  2025-06-22 05:28:42.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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-25.04.0/po/pl/libkleopatra6.po 
new/libkleo-25.04.3/po/pl/libkleopatra6.po
--- old/libkleo-25.04.0/po/pl/libkleopatra6.po  2025-04-03 05:13:51.000000000 
+0200
+++ new/libkleo-25.04.3/po/pl/libkleopatra6.po  2025-06-22 05:28:42.000000000 
+0200
@@ -1,5 +1,5 @@
 # translation of libkleopatra.po to
-# Version: $Revision: 1703700 $
+# Version: $Revision: 1709616 $
 # Copyright (C) 2002,2003, 2004, 2005, 2007, 2008 Free Software Foundation, 
Inc.
 # Krzysztof Lichota <[email protected]>, 2002, 2004, 2005.
 # Mikolaj Machowski <[email protected]>, 2004.
@@ -21,7 +21,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 24.12.0\n"
 
 #: kleo/checksumdefinition.cpp:84
 #, kde-format

Reply via email to