Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keysmith for openSUSE:Factory checked in at 2023-12-09 22:52:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keysmith (Old) and /work/SRC/openSUSE:Factory/.keysmith.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keysmith" Sat Dec 9 22:52:08 2023 rev:9 rq:1131845 version:23.08.4 Changes: -------- --- /work/SRC/openSUSE:Factory/keysmith/keysmith.changes 2023-11-10 12:34:33.931247607 +0100 +++ /work/SRC/openSUSE:Factory/.keysmith.new.25432/keysmith.changes 2023-12-09 22:54:44.478893124 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 14:19:33 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.4/ +- No code change since 23.08.3 + +------------------------------------------------------------------- Old: ---- keysmith-23.08.3.tar.xz keysmith-23.08.3.tar.xz.sig New: ---- keysmith-23.08.4.tar.xz keysmith-23.08.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keysmith.spec ++++++ --- /var/tmp/diff_new_pack.Dgxg7y/_old 2023-12-09 22:54:45.142917492 +0100 +++ /var/tmp/diff_new_pack.Dgxg7y/_new 2023-12-09 22:54:45.146917640 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: keysmith -Version: 23.08.3 +Version: 23.08.4 Release: 0 Summary: OTP client License: GPL-3.0-or-later ++++++ keysmith-23.08.3.tar.xz -> keysmith-23.08.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/keysmith-23.08.3/CMakeLists.txt new/keysmith-23.08.4/CMakeLists.txt --- old/keysmith-23.08.3/CMakeLists.txt 2023-11-04 12:31:32.000000000 +0100 +++ new/keysmith-23.08.4/CMakeLists.txt 2023-11-30 18:33:15.000000000 +0100 @@ -9,7 +9,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MICRO "4") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(keysmith VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/keysmith-23.08.3/org.kde.keysmith.appdata.xml new/keysmith-23.08.4/org.kde.keysmith.appdata.xml --- old/keysmith-23.08.3/org.kde.keysmith.appdata.xml 2023-11-04 12:31:32.000000000 +0100 +++ new/keysmith-23.08.4/org.kde.keysmith.appdata.xml 2023-11-30 18:33:15.000000000 +0100 @@ -246,6 +246,7 @@ <url type="homepage">https://apps.kde.org/keysmith/</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?product=Keysmith</url> <releases> + <release version="23.08.4" date="2023-12-07"/> <release version="23.08.3" date="2023-11-09"/> <release version="23.08.2" date="2023-10-12"/> <release version="23.08.1" date="2023-09-14"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/keysmith-23.08.3/po/cs/keysmith.po new/keysmith-23.08.4/po/cs/keysmith.po --- old/keysmith-23.08.3/po/cs/keysmith.po 2023-11-04 12:31:32.000000000 +0100 +++ new/keysmith-23.08.4/po/cs/keysmith.po 2023-11-30 18:33:15.000000000 +0100 @@ -1,13 +1,13 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2023 This file is copyright: # This file is distributed under the same license as the keysmith package. -# Vit Pelcak <[email protected]>, 2020, 2021, 2023. +# SPDX-FileCopyrightText: 2020, 2021, 2023 Vit Pelcak <[email protected]> # msgid "" msgstr "" "Project-Id-Version: keysmith\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-25 02:35+0000\n" -"PO-Revision-Date: 2023-08-07 16:48+0200\n" +"PO-Revision-Date: 2023-11-02 14:10+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" @@ -15,7 +15,7 @@ "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 23.04.3\n" +"X-Generator: Lokalize 23.08.2\n" #: src/app/cli.cpp:128 #, kde-format @@ -275,7 +275,7 @@ #, kde-format msgctxt "@label:textbox" msgid "New Password:" -msgstr "" +msgstr "Nové heslo:" #: src/contents/ui/SetupPassword.qml:58 #, kde-format @@ -303,7 +303,7 @@ #, kde-format msgctxt "@label" msgid "TOTP Details:" -msgstr "" +msgstr "Podrobnosti TOTP:" #: src/contents/ui/TOTPDetailsForm.qml:34 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/keysmith-23.08.3/po/ru/keysmith.po new/keysmith-23.08.4/po/ru/keysmith.po --- old/keysmith-23.08.3/po/ru/keysmith.po 2023-11-04 12:31:32.000000000 +0100 +++ new/keysmith-23.08.4/po/ru/keysmith.po 2023-11-30 18:33:15.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: keysmith\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-25 02:35+0000\n" -"PO-Revision-Date: 2023-04-26 15:22+0300\n" +"PO-Revision-Date: 2023-11-29 11:41+0300\n" "Last-Translator: Olesya Gerasimenko <[email protected]>\n" "Language-Team: Basealt Translation Team\n" "Language: ru\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.04.3\n" #: src/app/cli.cpp:128 #, kde-format @@ -85,7 +85,7 @@ msgstr "ÐÑмена" #: src/contents/ui/AccountEntryViewBase.qml:62 -#, fuzzy, kde-format +#, kde-format msgctxt "Button confirming account removal" msgid "Delete Account" msgstr "УдалиÑÑ ÑÑÑÑнÑÑ Ð·Ð°Ð¿Ð¸ÑÑ" @@ -94,16 +94,16 @@ #, kde-format msgctxt "Notification shown in a passive notification" msgid "Token copied to clipboard!" -msgstr "" +msgstr "ÐаÑÐºÐµÑ ÑкопиÑован в бÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°!" #: src/contents/ui/AccountNameForm.qml:67 -#, fuzzy, kde-format +#, kde-format msgctxt "@label:textbox" msgid "Account name:" msgstr "ÐÐ¼Ñ ÑÑÑÑной запиÑи:" #: src/contents/ui/AccountNameForm.qml:86 -#, fuzzy, kde-format +#, kde-format msgctxt "@label:textbox" msgid "Account issuer:" msgstr "ÐздаÑÐµÐ»Ñ ÑÑÑÑной запиÑи:" @@ -132,7 +132,7 @@ msgstr "Ðе добавлено ни одной ÑÑÑÑной запиÑи" #: src/contents/ui/AccountsOverview.qml:106 -#, fuzzy, kde-format +#, kde-format msgctxt "" "@action:button add new account, shown instead of overview list when no " "accounts have been added yet" @@ -152,7 +152,7 @@ msgstr "Ðобавление ÑÑÑÑной запиÑи" #: src/contents/ui/AddAccount.qml:64 -#, fuzzy, kde-format +#, kde-format msgctxt "@label:chooser" msgid "Account type:" msgstr "Тип ÑÑÑÑной запиÑи:" @@ -217,12 +217,10 @@ msgstr "УдалиÑÑ ÑÑÑÑнÑÑ Ð·Ð°Ð¿Ð¸ÑÑ" #: src/contents/ui/HOTPDetailsForm.qml:27 -#, fuzzy, kde-format -#| msgctxt "Button to reveal form for configuring additional token details" -#| msgid "Details" +#, kde-format msgctxt "@title:group" msgid "HOTP Details:" -msgstr "ÐодÑобноÑÑи" +msgstr "Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ HOTP:" #: src/contents/ui/HOTPDetailsForm.qml:34 #, kde-format @@ -238,20 +236,16 @@ msgstr "Ðлина маÑкеÑа:" #: src/contents/ui/HOTPDetailsForm.qml:70 -#, fuzzy, kde-format -#| msgctxt "@option:check" -#| msgid "Add check digit" +#, kde-format msgctxt "@option:check" msgid "Add checksum digit" -msgstr "ÐобавиÑÑ ÐºÐ¾Ð½ÑÑолÑнÑÑ ÑиÑÑÑ" +msgstr "ÐобавиÑÑ ÑиÑÑÑ ÐºÐ¾Ð½ÑÑолÑной ÑÑммÑ" #: src/contents/ui/HOTPDetailsForm.qml:82 -#, fuzzy, kde-format -#| msgctxt "@option:check" -#| msgid "Use custom offset" +#, kde-format msgctxt "@option:check" msgid "Use custom truncation offset" -msgstr "ÐÑполÑзоваÑÑ Ð½ÐµÑÑандаÑÑное ÑмеÑение" +msgstr "ÐÑполÑзоваÑÑ Ð½ÐµÑÑандаÑÑное ÑмеÑение ÑÑеÑениÑ" #: src/contents/ui/HOTPDetailsForm.qml:96 #, kde-format @@ -295,9 +289,7 @@ msgstr "ÐÑбеÑиÑе паÑÐ¾Ð»Ñ Ð´Ð»Ñ Ð·Ð°ÑиÑÑ ÑÑÑÑнÑÑ Ð·Ð°Ð¿Ð¸Ñей" #: src/contents/ui/SetupPassword.qml:48 -#, fuzzy, kde-format -#| msgctxt "@label:textbox" -#| msgid "New password:" +#, kde-format msgctxt "@label:textbox" msgid "New Password:" msgstr "ÐовÑй паÑолÑ:" @@ -325,12 +317,10 @@ msgstr "(обновиÑÑ)" #: src/contents/ui/TOTPDetailsForm.qml:28 -#, fuzzy, kde-format -#| msgctxt "Button to reveal form for configuring additional token details" -#| msgid "Details" +#, kde-format msgctxt "@label" msgid "TOTP Details:" -msgstr "ÐодÑобноÑÑи" +msgstr "Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ TOTP:" #: src/contents/ui/TOTPDetailsForm.qml:34 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/keysmith-23.08.3/po/zh_CN/keysmith.po new/keysmith-23.08.4/po/zh_CN/keysmith.po --- old/keysmith-23.08.3/po/zh_CN/keysmith.po 2023-11-04 12:31:32.000000000 +0100 +++ new/keysmith-23.08.4/po/zh_CN/keysmith.po 2023-11-30 18:33:15.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-07-25 02:35+0000\n" -"PO-Revision-Date: 2023-10-21 13:58\n" +"PO-Revision-Date: 2023-11-25 02:33\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
