Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Factory 
checked in at 2022-11-30 14:59:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-vault (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-vault.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-vault"

Wed Nov 30 14:59:46 2022 rev:104 rq:1038994 version:5.26.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-vault/plasma-vault.changes        
2022-11-10 14:22:01.138259521 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-vault.new.1597/plasma-vault.changes      
2022-11-30 15:00:42.309620443 +0100
@@ -1,0 +2,9 @@
+Tue Nov 29 14:47:28 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.26.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.4
+- No code changes since 5.26.3
+
+-------------------------------------------------------------------

Old:
----
  plasma-vault-5.26.3.tar.xz
  plasma-vault-5.26.3.tar.xz.sig

New:
----
  plasma-vault-5.26.4.tar.xz
  plasma-vault-5.26.4.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-vault.spec ++++++
--- /var/tmp/diff_new_pack.vCvhfX/_old  2022-11-30 15:00:43.301625902 +0100
+++ /var/tmp/diff_new_pack.vCvhfX/_new  2022-11-30 15:00:43.341626122 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.98.0
 %bcond_without released
 Name:           plasma-vault
-Version:        5.26.3
+Version:        5.26.4
 Release:        0
 Summary:        Plasma applet and services for creating encrypted vaults
 License:        GPL-2.0-or-later

++++++ plasma-vault-5.26.3.tar.xz -> plasma-vault-5.26.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.26.3/CMakeLists.txt 
new/plasma-vault-5.26.4/CMakeLists.txt
--- old/plasma-vault-5.26.3/CMakeLists.txt      2022-11-08 13:23:17.000000000 
+0100
+++ new/plasma-vault-5.26.4/CMakeLists.txt      2022-11-29 12:45:31.000000000 
+0100
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.26.3")
+set(PROJECT_VERSION "5.26.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(CMAKE_CXX_STANDARD 17)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.26.3/po/ka/plasmavault-kde.po 
new/plasma-vault-5.26.4/po/ka/plasmavault-kde.po
--- old/plasma-vault-5.26.3/po/ka/plasmavault-kde.po    2022-11-08 
13:23:19.000000000 +0100
+++ new/plasma-vault-5.26.4/po/ka/plasmavault-kde.po    2022-11-29 
12:45:43.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: plasma-vault\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-03-31 00:45+0000\n"
-"PO-Revision-Date: 2022-10-17 11:57+0200\n"
+"PO-Revision-Date: 2022-11-26 07:01+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 3.1.1\n"
+"X-Generator: Poedit 3.2\n"
 
 #: fileitemplugin/plasmavaultfileitemaction.cpp:73
 #, kde-format
@@ -458,7 +458,7 @@
 #, kde-format
 msgid ""
 "Go offline while this vault is open (switch off networking and bluetooth)"
-msgstr ""
+msgstr "გადით ოფლაინ, როცა საცავი 
ღიაა (გამორთეთ ქსელი და Bluetooth)"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: kded/ui/passwordchooserwidget.ui:22
@@ -467,6 +467,8 @@
 "Mind that there is no way to recover a forgotten password. If you forget the "
 "password, your data is as good as gone."
 msgstr ""
+"დაიმახსოვრეთ, რომ 
დავიწყებულ პაროლს ვერ 
აღადგენთ. თუ პაროლი 
დაგავიწყდათ, "
+"თქვენს მონაცემების აღდგენის 
შანსი ნულია."
 
 #: kded/ui/vaultconfigurationdialog.cpp:47
 #, kde-format
@@ -520,6 +522,7 @@
 #, kde-format
 msgid "The vault configuration can only be changed while it is closed."
 msgstr ""
+"საცავის კონფიგურაციის 
შეცვლა მხოლოდ მაშინაა 
შესაძლებელი, როცა ის დახურ
ულია."
 
 #. i18n: ectx: property (text), widget (QPushButton, buttonCloseVault)
 #: kded/ui/vaultconfigurationdialog.ui:58
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.26.3/po/zh_CN/plasmavault-kde.po 
new/plasma-vault-5.26.4/po/zh_CN/plasmavault-kde.po
--- old/plasma-vault-5.26.3/po/zh_CN/plasmavault-kde.po 2022-11-08 
13:23:22.000000000 +0100
+++ new/plasma-vault-5.26.4/po/zh_CN/plasmavault-kde.po 2022-11-29 
12:45:55.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-03-31 00:45+0000\n"
-"PO-Revision-Date: 2022-11-06 01:09\n"
+"PO-Revision-Date: 2022-11-19 14:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to