Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2023-02-13 16:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwallet (Old)
 and      /work/SRC/openSUSE:Factory/.kwallet.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwallet"

Mon Feb 13 16:38:50 2023 rev:117 rq:1064618 version:5.103.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2023-01-16 
18:00:57.815509951 +0100
+++ /work/SRC/openSUSE:Factory/.kwallet.new.1848/kwallet.changes        
2023-02-13 16:40:58.075369663 +0100
@@ -1,0 +2,9 @@
+Wed Feb  8 09:13:05 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.103.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.103.0
+- No code change since 5.102.0
+
+-------------------------------------------------------------------

Old:
----
  kwallet-5.102.0.tar.xz
  kwallet-5.102.0.tar.xz.sig

New:
----
  kwallet-5.103.0.tar.xz
  kwallet-5.103.0.tar.xz.sig

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

Other differences:
------------------
++++++ kwallet.spec ++++++
--- /var/tmp/diff_new_pack.mohnfr/_old  2023-02-13 16:40:58.591373002 +0100
+++ /var/tmp/diff_new_pack.mohnfr/_new  2023-02-13 16:40:58.595373027 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Wallet5
-%define _tar_path 5.102
+%define _tar_path 5.103
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kwallet
-Version:        5.102.0
+Version:        5.103.0
 Release:        0
 Summary:        Safe desktop-wide storage for passwords
 License:        LGPL-2.1-or-later
@@ -133,10 +133,8 @@
 %find_lang kwalletd5 kwalletd5.lang
 %find_lang kwallet-query kwallet-query.lang
 
-%post -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
-%post -n libkwalletbackend5-5 -p /sbin/ldconfig
-%postun -n libkwalletbackend5-5 -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{lname}
+%ldconfig_scriptlets -n libkwalletbackend5-5
 
 %files -n kwalletd5-lang -f kwalletd5.lang
 


++++++ kwallet-5.102.0.tar.xz -> kwallet-5.103.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.102.0/CMakeLists.txt 
new/kwallet-5.103.0/CMakeLists.txt
--- old/kwallet-5.102.0/CMakeLists.txt  2023-01-07 03:25:38.000000000 +0100
+++ new/kwallet-5.103.0/CMakeLists.txt  2023-02-05 10:26:46.000000000 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.102.0") # handled by release scripts
-set(KF_DEP_VERSION "5.102.0") # handled by release scripts
+set(KF_VERSION "5.103.0") # handled by release scripts
+set(KF_DEP_VERSION "5.103.0") # handled by release scripts
 project(KWallet VERSION ${KF_VERSION})
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.102.0  NO_MODULE)
+find_package(ECM 5.103.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://invent.kde.org/frameworks/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.102.0/po/cs/kwalletd5.po 
new/kwallet-5.103.0/po/cs/kwalletd5.po
--- old/kwallet-5.102.0/po/cs/kwalletd5.po      2023-01-07 03:25:38.000000000 
+0100
+++ new/kwallet-5.103.0/po/cs/kwalletd5.po      2023-02-05 10:26:46.000000000 
+0100
@@ -2,22 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2013, 2014, 2015, 2016, 2017.
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2013.
-# Vit Pelcak <v...@pelcak.org>, 2021.
+# Vit Pelcak <v...@pelcak.org>, 2021, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kwalletd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-03 00:43+0000\n"
-"PO-Revision-Date: 2021-07-08 12:14+0200\n"
-"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
+"PO-Revision-Date: 2023-02-03 13:42+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "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 21.04.2\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -155,7 +155,7 @@
 #: backend/kwalletbackend.cc:280
 #, kde-format
 msgid "Error validating wallet integrity. Possibly corrupted."
-msgstr "Chyba při kontrole integrity úschovny; pravděpodobně je 
poškozená."
+msgstr "Chyba při kontrole neporušenosti úschovny; pravděpodobně je 
poškozená."
 
 #: backend/kwalletbackend.cc:284
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.102.0/po/ka/kwalletd5.po 
new/kwallet-5.103.0/po/ka/kwalletd5.po
--- old/kwallet-5.102.0/po/ka/kwalletd5.po      2023-01-07 03:25:38.000000000 
+0100
+++ new/kwallet-5.103.0/po/ka/kwalletd5.po      2023-02-05 10:26:46.000000000 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-03 00:43+0000\n"
-"PO-Revision-Date: 2022-09-13 08:06+0200\n"
+"PO-Revision-Date: 2023-01-07 07:27+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.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -213,7 +213,7 @@
 #: knewwalletdialoggpg.ui:17
 #, kde-format
 msgid "Please select the signing key from the list below:"
-msgstr ""
+msgstr "აირჩიეთ ხელმოწერის 
გასაღები ქვედა სიიდან:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: knewwalletdialoggpg.ui:24
@@ -566,7 +566,7 @@
 #: kwalletwizardpagepasswordgpg.ui:46
 #, kde-format
 msgid "What kind of encryption do you wish?"
-msgstr ""
+msgstr "რომელი ტიპის დაშიფვრა 
გნებავთ?"
 
 #: main.cpp:173
 #, kde-format
@@ -581,7 +581,7 @@
 #: main.cpp:174
 #, kde-format
 msgid "Maintainer, GPG backend support"
-msgstr ""
+msgstr "წამყვანი პროგრამისტი, GPG 
უკანაბოლოს მხარდაჭერა"
 
 #: main.cpp:175
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.102.0/po/tr/kwallet-query.po 
new/kwallet-5.103.0/po/tr/kwallet-query.po
--- old/kwallet-5.102.0/po/tr/kwallet-query.po  2023-01-07 03:25:38.000000000 
+0100
+++ new/kwallet-5.103.0/po/tr/kwallet-query.po  2023-02-05 10:26:46.000000000 
+0100
@@ -1,21 +1,21 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
+# Emir SARI <emir_s...@icloud.com>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwallet-query\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-09 00:40+0000\n"
-"PO-Revision-Date: 2017-10-04 11:39+0000\n"
-"Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
-"Language-Team: Turkish <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2023-01-21 15:32+0300\n"
+"Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
+"Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -30,12 +30,12 @@
 #: main.cpp:22 main.cpp:24
 #, kde-format
 msgid "KWallet query interface"
-msgstr "KWallet sorgu arayüzü"
+msgstr "K Cüzdan sorgu arayüzü"
 
 #: main.cpp:26
 #, kde-format
 msgid "(c) 2015, The KDE Developers"
-msgstr "(c) 2015, The KDE Geliştiricileri"
+msgstr "(c) 2015, KDE Geliştiricileri"
 
 #: main.cpp:31
 #, kde-format
@@ -94,7 +94,8 @@
 #: main.cpp:58
 #, kde-format
 msgid "Only one mode (list, read or write) can be set. Aborting"
-msgstr "Sadece tek kip (listele, oku ya da yaz) ayarlanabilir. İptal ediliyor"
+msgstr ""
+"Yalnızca tek kip (listele, oku ya da yaz) ayarlanabilir. İptal ediliyor"
 
 #: main.cpp:62
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.102.0/po/tr/kwalletd5.po 
new/kwallet-5.103.0/po/tr/kwalletd5.po
--- old/kwallet-5.102.0/po/tr/kwalletd5.po      2023-01-07 03:25:38.000000000 
+0100
+++ new/kwallet-5.103.0/po/tr/kwalletd5.po      2023-02-05 10:26:46.000000000 
+0100
@@ -4,13 +4,13 @@
 # Serdar Soytetir <tulli...@gmail.com>, 2008, 2009, 2013.
 # Volkan Gezer <volkange...@gmail.com>, 2013, 2014, 2015, 2017.
 # Kaan Ozdincer <kaanozdin...@gmail.com>, 2014.
-# Emir SARI <emir_s...@icloud.com>, 2022.
+# Emir SARI <emir_s...@icloud.com>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwalletd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-03 00:43+0000\n"
-"PO-Revision-Date: 2022-11-01 12:58+0300\n"
+"PO-Revision-Date: 2023-01-21 15:32+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -18,7 +18,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 22.08.2\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -487,7 +487,7 @@
 #: kwalletwizard.cpp:40
 #, kde-format
 msgid "KWallet"
-msgstr "KWallet"
+msgstr "K Cüzdan"
 
 #: kwalletwizard.cpp:272
 #, kde-format
@@ -519,7 +519,7 @@
 msgstr ""
 "<html><head/><body><p>KDE Cüzdan sistemi, verilerinizi yerel sabit "
 "diskinizdeki <span style=\" font-style:italic;\">cüzdanlarda</span> tutar. "
-"Veriler sadece seçtiğiniz şifrelenmiş bir şekilde, blowfish 
algoritmasında "
+"Veriler yalnızca seçtiğiniz şifrelenmiş bir şekilde, blowfish 
algoritmasında "
 "parolanız anahtar olarak kullanılarak veya GPG şifreleme anahtarı "
 "kullanılarak depolanır. Bir cüzdan açıldığı zaman cüzdan yöneticisi 
sistem "
 "panelinde bir simge görüntüler. Bu uygulamayı, cüzdanlarınıza erişmek 
için "
@@ -582,10 +582,10 @@
 "preventing others from viewing the information.  This wizard will tell you "
 "about KWallet and help you configure it for the first time."
 msgstr ""
-"KDE Cüzdan Sistemine hoş geldiniz. KWallet, hassas ve güvenli olması 
gereken "
-"tüm bilgilerinizin disk üzerinde şifrelenmiş bir şekilde tutulmasına 
olanak "
-"verir. Bu süre içinde başkası, size ait bu bilgilere erişemez. Bu 
sihirbaz "
-"KWallet hakkında bilgi verecek ve sizin için yapılandıracaktır."
+"KDE Cüzdan Sistemine hoş geldiniz. K Cüzdan, hassas ve güvenli olması "
+"gereken tüm bilgilerinizin disk üzerinde şifrelenmiş bir şekilde 
tutulmasına "
+"olanak verir. Bu süre içinde başkası, size ait bu bilgilere erişemez. Bu 
"
+"sihirbaz K Cüzdan hakkında bilgi verecek ve sizin için 
yapılandıracaktır."
 
 #. i18n: ectx: property (text), widget (QRadioButton, _basic)
 #: kwalletwizardpageintro.ui:69
@@ -609,11 +609,11 @@
 "change some of them.  You may further tune these settings from the KWallet "
 "control module."
 msgstr ""
-"KDE Cüzdan sistemi, kişisel verilerinizin güvenlik seviyesini kontrol "
-"etmenizi de sağlar. Bu ayarlardan bazıları sistemin kullanışlığına 
etki "
-"edebilir. Öntanımlı ayarlar pek çok kullanıcı için kabul edilebilir 
bir "
-"ortam sağlar. Tüm bu ayarları istendiği anda KWallet kontrol modülünden 
"
-"değiştirmek mümkündür."
+"KDE Cüzdan sistemi, kişisel verilerinizin güvenlik düzeyini kontrol 
etmenizi "
+"de sağlar. Bu ayarlardan bazıları sistemin kullanışlığına etki 
edebilir. "
+"Öntanımlı ayarlar pek çok kullanıcı için kabul edilebilir bir ortam 
sağlar. "
+"Tüm bu ayarları istendiği anda KWallet kontrol modülünden değiştirmek "
+"mümkündür."
 
 #. i18n: ectx: property (text), widget (QCheckBox, _closeIdle)
 #: kwalletwizardpageoptions.ui:48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.102.0/po/zh_CN/kwallet-query.po 
new/kwallet-5.103.0/po/zh_CN/kwallet-query.po
--- old/kwallet-5.102.0/po/zh_CN/kwallet-query.po       2023-01-07 
03:25:38.000000000 +0100
+++ new/kwallet-5.103.0/po/zh_CN/kwallet-query.po       2023-02-05 
10:26:46.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-09 00:40+0000\n"
-"PO-Revision-Date: 2023-01-02 07:11\n"
+"PO-Revision-Date: 2023-01-12 10:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.102.0/po/zh_CN/kwalletd5.po 
new/kwallet-5.103.0/po/zh_CN/kwalletd5.po
--- old/kwallet-5.102.0/po/zh_CN/kwalletd5.po   2023-01-07 03:25:38.000000000 
+0100
+++ new/kwallet-5.103.0/po/zh_CN/kwalletd5.po   2023-02-05 10:26:46.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-03 00:43+0000\n"
-"PO-Revision-Date: 2023-01-02 07:11\n"
+"PO-Revision-Date: 2023-01-12 10:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to