Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kwallet for openSUSE:Factory 
checked in at 2024-07-14 08:50:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kwallet (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kwallet.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kwallet"

Sun Jul 14 08:50:15 2024 rev:6 rq:1187144 version:6.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kwallet/kf6-kwallet.changes  2024-06-09 
20:23:22.232314263 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kwallet.new.17339/kf6-kwallet.changes       
2024-07-14 08:53:37.875315286 +0200
@@ -1,0 +2,10 @@
+Tue Jul  9 09:42:00 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 6.4.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.4.0
+- Changes since 6.3.0:
+  * gitignore: add VS Code dir
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kf6-kwallet.spec ++++++
--- /var/tmp/diff_new_pack.8zse7v/_old  2024-07-14 08:53:38.379333702 +0200
+++ /var/tmp/diff_new_pack.8zse7v/_new  2024-07-14 08:53:38.379333702 +0200
@@ -19,13 +19,13 @@
 %define qt6_version 6.6.0
 
 %define rname kwallet
-# Full KF6 version (e.g. 6.3.0)
+# Full KF6 version (e.g. 6.4.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 # Last major and minor KF6 version (e.g. 6.0)
 %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kwallet
-Version:        6.3.0
+Version:        6.4.0
 Release:        0
 Summary:        Safe desktop-wide storage for passwords
 License:        LGPL-2.1-or-later


++++++ kwallet-6.3.0.tar.xz -> kwallet-6.4.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-6.3.0/.gitignore new/kwallet-6.4.0/.gitignore
--- old/kwallet-6.3.0/.gitignore        2024-05-31 15:28:52.000000000 +0200
+++ new/kwallet-6.4.0/.gitignore        2024-07-05 22:09:30.000000000 +0200
@@ -24,5 +24,6 @@
 /compile_commands.json
 .clangd
 .idea
+.vscode
 /cmake-build*
 .cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-6.3.0/CMakeLists.txt 
new/kwallet-6.4.0/CMakeLists.txt
--- old/kwallet-6.3.0/CMakeLists.txt    2024-05-31 15:28:52.000000000 +0200
+++ new/kwallet-6.4.0/CMakeLists.txt    2024-07-05 22:09:30.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.3.0") # handled by release scripts
-set(KF_DEP_VERSION "6.3.0") # handled by release scripts
+set(KF_VERSION "6.4.0") # handled by release scripts
+set(KF_DEP_VERSION "6.4.0") # handled by release scripts
 project(KWallet VERSION ${KF_VERSION})
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 6.3.0  NO_MODULE)
+find_package(ECM 6.4.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-6.3.0/po/ar/kwallet6-query.po 
new/kwallet-6.4.0/po/ar/kwallet6-query.po
--- old/kwallet-6.3.0/po/ar/kwallet6-query.po   2024-05-31 15:28:52.000000000 
+0200
+++ new/kwallet-6.4.0/po/ar/kwallet6-query.po   2024-07-05 22:09:30.000000000 
+0200
@@ -17,7 +17,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 21.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-6.3.0/po/ar/kwalletd6.po 
new/kwallet-6.4.0/po/ar/kwalletd6.po
--- old/kwallet-6.3.0/po/ar/kwalletd6.po        2024-05-31 15:28:52.000000000 
+0200
+++ new/kwallet-6.4.0/po/ar/kwalletd6.po        2024-07-05 22:09:30.000000000 
+0200
@@ -17,7 +17,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 23.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-6.3.0/po/az/kwalletd6.po 
new/kwallet-6.4.0/po/az/kwalletd6.po
--- old/kwallet-6.3.0/po/az/kwalletd6.po        2024-05-31 15:28:52.000000000 
+0200
+++ new/kwallet-6.4.0/po/az/kwalletd6.po        2024-07-05 22:09:30.000000000 
+0200
@@ -1,21 +1,22 @@
-# Copyright (C) YEAR This file is copyright:
+# Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the kwallet package.
 #
-# Xəyyam <[email protected]>, 2020, 2021.
+# SPDX-FileCopyrightText: 2024 X əyyam
+# SPDX-FileCopyrightText: 2024 Xəyyam Qocayev <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-22 00:36+0000\n"
-"PO-Revision-Date: 2021-07-03 12:23+0400\n"
-"Last-Translator: Kheyyam Gojayev <[email protected]>\n"
+"PO-Revision-Date: 2024-06-03 16:16+0400\n"
+"Last-Translator: Xəyyam Qocayev <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
 "Language: az\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 21.04.2\n"
+"X-Generator: Lokalize 24.05.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -695,10 +696,9 @@
 msgstr "Valentin Rusu"
 
 #: main.cpp:174
-#, fuzzy, kde-format
-#| msgid "Maintainer, GPG backend support"
+#, kde-format
 msgid "Former Maintainer, GPG backend support"
-msgstr "Müşayətçi, GPG backend support"
+msgstr "Layihənin keçmiş himayəçisi: GPG dəstəyi"
 
 #: main.cpp:175
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-6.3.0/po/sv/kwallet6-query.po 
new/kwallet-6.4.0/po/sv/kwallet6-query.po
--- old/kwallet-6.3.0/po/sv/kwallet6-query.po   2024-05-31 15:28:52.000000000 
+0200
+++ new/kwallet-6.4.0/po/sv/kwallet6-query.po   2024-07-05 22:09:30.000000000 
+0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Stefan Asserhäll <[email protected]>, 2015.
+# Stefan Asserhäll <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-03-04 00:36+0000\n"
 "PO-Revision-Date: 2015-06-15 19:32+0200\n"
-"Last-Translator: Stefan Asserhäll <[email protected]>\n"
+"Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
@@ -25,7 +25,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected]"
 
 #: main.cpp:24 main.cpp:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-6.3.0/po/sv/kwalletd6.po 
new/kwallet-6.4.0/po/sv/kwalletd6.po
--- old/kwallet-6.3.0/po/sv/kwalletd6.po        2024-05-31 15:28:52.000000000 
+0200
+++ new/kwallet-6.4.0/po/sv/kwalletd6.po        2024-07-05 22:09:30.000000000 
+0200
@@ -2,20 +2,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Stefan Asserhäll <[email protected]>, 2008, 2009, 2013, 2014, 
2015, 2016, 2017, 2021.
+# SPDX-FileCopyrightText: 2008, 2009, 2013, 2014, 2015, 2016, 2017, 2021, 2024 
Stefan Asserhäll <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kwalletd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-22 00:36+0000\n"
-"PO-Revision-Date: 2021-07-04 09:44+0200\n"
+"PO-Revision-Date: 2024-06-18 00:32+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 23.08.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -26,7 +26,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected]"
 
 #: backend/backendpersisthandler.cpp:489
 #, kde-format
@@ -699,10 +699,9 @@
 msgstr "Valentin Rusu"
 
 #: main.cpp:174
-#, fuzzy, kde-format
-#| msgid "Maintainer, GPG backend support"
+#, kde-format
 msgid "Former Maintainer, GPG backend support"
-msgstr "Underhåll, GPG-gränssnittsstöd"
+msgstr "Tidigare underhåll, GPG-gränssnittsstöd"
 
 #: main.cpp:175
 #, kde-format

Reply via email to