Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkleo for openSUSE:Factory checked in at 2022-01-11 21:15:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkleo (Old) and /work/SRC/openSUSE:Factory/.libkleo.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkleo" Tue Jan 11 21:15:38 2022 rev:72 rq:944429 version:21.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes 2021-12-13 20:41:42.612465336 +0100 +++ /work/SRC/openSUSE:Factory/.libkleo.new.1892/libkleo.changes 2022-01-11 21:16:49.816855883 +0100 @@ -1,0 +2,9 @@ +Tue Jan 4 10:26:33 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.1/ +- No code change since 21.12.0 + +------------------------------------------------------------------- Old: ---- libkleo-21.12.0.tar.xz libkleo-21.12.0.tar.xz.sig New: ---- libkleo-21.12.1.tar.xz libkleo-21.12.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkleo.spec ++++++ --- /var/tmp/diff_new_pack.oRWfc0/_old 2022-01-11 21:16:50.396856290 +0100 +++ /var/tmp/diff_new_pack.oRWfc0/_new 2022-01-11 21:16:50.400856293 +0100 @@ -18,16 +18,16 @@ # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} -%bcond_without lang +%bcond_without released Name: libkleo -Version: 21.12.0 +Version: 21.12.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 Group: Development/Libraries/KDE URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif @@ -83,7 +83,7 @@ %install %kf5_makeinstall -C build -%if %{with lang} +%if %{with released} %find_lang %{name} --with-man --all-name %endif @@ -108,7 +108,7 @@ %{_kf5_libdir}/libKF5Libkleo.so %{_kf5_mkspecsdir}/qt_Libkleo.pri -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ libkleo-21.12.0.tar.xz -> libkleo-21.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkleo-21.12.0/CMakeLists.txt new/libkleo-21.12.1/CMakeLists.txt --- old/libkleo-21.12.0/CMakeLists.txt 2021-11-30 19:33:15.000000000 +0100 +++ new/libkleo-21.12.1/CMakeLists.txt 2021-12-15 14:08:17.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.19.0") +set(PIM_VERSION "5.19.1") project(libkleo VERSION ${PIM_VERSION}) @@ -31,7 +31,7 @@ set(LIBKLEO_LIB_VERSION ${PIM_VERSION}) set(QT_REQUIRED_VERSION "5.15.2") -set(KDEPIMTEXTEDIT_VERSION "5.19.0") +set(KDEPIMTEXTEDIT_VERSION "5.19.1") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets) find_package(KF5I18n ${KF5_WANT_VERSION} CONFIG REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkleo-21.12.0/po/en_GB/libkleopatra.po new/libkleo-21.12.1/po/en_GB/libkleopatra.po --- old/libkleo-21.12.0/po/en_GB/libkleopatra.po 2021-12-03 01:17:28.000000000 +0100 +++ new/libkleo-21.12.1/po/en_GB/libkleopatra.po 2022-01-04 01:25:05.000000000 +0100 @@ -1,13 +1,13 @@ # translation of libkleopatra.po to British English # Andrew Coles <andrew_co...@yahoo.co.uk>, 2004, 2005, 2009, 2010. # Malcolm Hunter <malcolm.hun...@gmx.co.uk>, 2004, 2005. -# Steve Allewell <steve.allew...@gmail.com>, 2014, 2016, 2017, 2018, 2019, 2020, 2021. +# Steve Allewell <steve.allew...@gmail.com>, 2014, 2016, 2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: libkleopatra\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-11-06 00:17+0000\n" -"PO-Revision-Date: 2021-09-10 13:24+0100\n" +"PO-Revision-Date: 2022-01-01 16:46+0000\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" "Language: en_GB\n" @@ -15,7 +15,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 21.08.1\n" +"X-Generator: Lokalize 21.12.0\n" #: kleo/checksumdefinition.cpp:82 #, kde-format @@ -436,19 +436,19 @@ #, kde-format msgctxt "@item:inlistbox" msgid "Custom entry" -msgstr "" +msgstr "Custom entry" #: ui/cryptoconfigentryreaderport.cpp:47 #, kde-format msgctxt "@label:listbox Reader for smart cards" msgid "Reader to connect to" -msgstr "" +msgstr "Reader to connect to" #: ui/cryptoconfigentryreaderport.cpp:50 #, kde-format msgctxt "@item:inlistbox" msgid "Default reader" -msgstr "" +msgstr "Default reader" #: ui/cryptoconfigentryreaderport.cpp:65 #, kde-kuit-format @@ -460,6 +460,11 @@ "port number.</item><item>All other items represent readers that were found " "by GnuPG.</item></list></para>" msgstr "" +"<para>Select the smart card reader that GnuPG shall use.<list><item>The " +"first item will make GnuPG use the first reader that is found.</" +"item><item>The last item allows you to enter a custom reader ID or reader " +"port number.</item><item>All other items represent readers that were found " +"by GnuPG.</item></list></para>" #: ui/cryptoconfigmodule.cpp:148 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkleo-21.12.0/po/fr/libkleopatra.po new/libkleo-21.12.1/po/fr/libkleopatra.po --- old/libkleo-21.12.0/po/fr/libkleopatra.po 2021-12-03 01:17:28.000000000 +0100 +++ new/libkleo-21.12.1/po/fr/libkleopatra.po 2022-01-04 01:25:06.000000000 +0100 @@ -16,7 +16,7 @@ "Project-Id-Version: libkleopatra\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-11-06 00:17+0000\n" -"PO-Revision-Date: 2021-11-01 08:36+0100\n" +"PO-Revision-Date: 2021-12-27 22:54+0100\n" "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n" "Language-Team: French <kde-francoph...@kde.org>\n" "Language: fr\n" @@ -27,7 +27,7 @@ "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -"X-Generator: Lokalize 21.11.80\n" +"X-Generator: Lokalize 21.12.0\n" #: kleo/checksumdefinition.cpp:82 #, kde-format @@ -821,7 +821,7 @@ #, kde-format msgctxt "@info:tooltip" msgid "Authenticate to the LDAP server with your LDAP credentials." -msgstr "S'authentifier au serveur ????LDAP???? avec vos certifications ????LDAP????" +msgstr "S'authentifier au serveur ????LDAP???? avec vos identifiants ????LDAP????" #: ui/editdirectoryservicedialog.cpp:150 #, kde-format @@ -960,7 +960,7 @@ "supported by Kleopatra. For example, older versions of GnuPG use " "<code>ldaps</code> to request a TLS secured connection." msgstr "" -"Ici, vous pouvez saisir des ??tiquettes suppl??mentaires qui ne sont pas " +"Vous pouvez saisir, ici, des ??tiquettes suppl??mentaires qui ne sont pas " "encore (ou plus) pris en charge par Kleopatra. Par exemple, les anciennes " "versions de GnuPG utilisent <code>ldaps</code> pour demander une connexion " "s??curis??e ????TLS????." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkleo-21.12.0/po/zh_CN/libkleopatra.po new/libkleo-21.12.1/po/zh_CN/libkleopatra.po --- old/libkleo-21.12.0/po/zh_CN/libkleopatra.po 2021-12-03 01:17:28.000000000 +0100 +++ new/libkleo-21.12.1/po/zh_CN/libkleopatra.po 2022-01-04 01:25:06.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-11-06 00:17+0000\n" -"PO-Revision-Date: 2021-11-30 15:24\n" +"PO-Revision-Date: 2021-12-22 14:10\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"