Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kcontacts for openSUSE:Factory 
checked in at 2026-01-12 10:11:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kcontacts (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kcontacts.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kcontacts"

Mon Jan 12 10:11:17 2026 rev:23 rq:1326414 version:6.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kcontacts/kf6-kcontacts.changes      
2025-12-16 15:55:25.420752506 +0100
+++ /work/SRC/openSUSE:Factory/.kf6-kcontacts.new.1928/kf6-kcontacts.changes    
2026-01-12 10:14:49.705478541 +0100
@@ -1,0 +2,12 @@
+Sun Jan  4 14:47:08 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.22.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.22.0
+- Changes since 6.21.0:
+  * Update dependency version to 6.22.0
+  * Use ECM_TEST_NAME_PREFIX
+  * Update version to 6.22.0
+
+-------------------------------------------------------------------

Old:
----
  kcontacts-6.21.0.tar.xz
  kcontacts-6.21.0.tar.xz.sig

New:
----
  kcontacts-6.22.0.tar.xz
  kcontacts-6.22.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kcontacts.spec ++++++
--- /var/tmp/diff_new_pack.mBActI/_old  2026-01-12 10:14:50.649517307 +0100
+++ /var/tmp/diff_new_pack.mBActI/_new  2026-01-12 10:14:50.653517471 +0100
@@ -18,11 +18,11 @@
 %define qt6_version 6.8.0
 
 %define rname kcontacts
-# Full KF6 version (e.g. 6.21.0)
+# Full KF6 version (e.g. 6.22.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kcontacts
-Version:        6.21.0
+Version:        6.22.0
 Release:        0
 Summary:        KDE Frameworks based address book API
 License:        LGPL-2.1-or-later


++++++ kcontacts-6.21.0.tar.xz -> kcontacts-6.22.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-6.21.0/CMakeLists.txt 
new/kcontacts-6.22.0/CMakeLists.txt
--- old/kcontacts-6.21.0/CMakeLists.txt 2025-12-05 14:20:06.000000000 +0100
+++ new/kcontacts-6.22.0/CMakeLists.txt 2026-01-02 18:41:04.000000000 +0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.21.0") # handled by release scripts
-set(KF_DEP_VERSION "6.21.0") # handled by release scripts
+set(KF_VERSION "6.22.0") # handled by release scripts
+set(KF_DEP_VERSION "6.22.0") # handled by release scripts
 
 project(KContacts VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 6.21.0 NO_MODULE)
+find_package(ECM 6.22.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -61,8 +61,8 @@
 ki18n_install(po)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.10.0
-    KF 6.19.0
+    QT 6.11.0
+    KF 6.21.0
 )
 
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-6.21.0/autotests/CMakeLists.txt 
new/kcontacts-6.22.0/autotests/CMakeLists.txt
--- old/kcontacts-6.21.0/autotests/CMakeLists.txt       2025-12-05 
14:20:06.000000000 +0100
+++ new/kcontacts-6.22.0/autotests/CMakeLists.txt       2026-01-02 
18:41:04.000000000 +0100
@@ -2,6 +2,8 @@
 
 find_package(Qt6Test ${REQUIRED_QT_VERSION} CONFIG REQUIRED)
 
+set(ECM_TEST_NAME_PREFIX "kcontacts-")
+
 ########### next target ###############
 
 add_executable(testroundtrip)
@@ -37,14 +39,14 @@
     orgtest.cpp
     datetimetest.cpp
     clientpidmaptest.cpp
-    NAME_PREFIX "kcontacts-" LINK_LIBRARIES KF6Contacts Qt6::Test 
KF6::ConfigCore)
+    LINK_LIBRARIES KF6Contacts Qt6::Test KF6::ConfigCore)
 
 ecm_add_test(addressformattest.cpp ../src/kcontacts.qrc
     TEST_NAME addressformattest
-    NAME_PREFIX "kcontacts-" LINK_LIBRARIES KF6Contacts KF6::I18nLocaleData 
KF6::ConfigCore Qt6::Test)
+    LINK_LIBRARIES KF6Contacts KF6::I18nLocaleData KF6::ConfigCore Qt6::Test)
 
 ecm_add_tests(picturetest.cpp
-    NAME_PREFIX "kcontacts-" LINK_LIBRARIES KF6Contacts Qt6::Test 
KF6::ConfigCore Qt6::Gui)
+    LINK_LIBRARIES KF6Contacts Qt6::Test KF6::ConfigCore Qt6::Gui)
 
 # Benchmark, compiled, but not run automatically with ctest
 add_executable(vcardtool_benchmark vcardtool_benchmark.cpp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-6.21.0/po/de/kcontacts6.po 
new/kcontacts-6.22.0/po/de/kcontacts6.po
--- old/kcontacts-6.21.0/po/de/kcontacts6.po    2025-12-05 14:20:06.000000000 
+0100
+++ new/kcontacts-6.22.0/po/de/kcontacts6.po    2026-01-02 18:41:04.000000000 
+0100
@@ -2,19 +2,21 @@
 # SPDX-FileCopyrightText: 2008, 2009, 2021 Burkhard Lück <[email protected]>
 # SPDX-FileCopyrightText: 2009 Thomas Reitelbach <[email protected]>
 # SPDX-FileCopyrightText: 2010, 2013, 2016 Frederik Schwarzer 
<[email protected]>
+# SPDX-FileCopyrightText: 2025 Oliver Schramm <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcontacts6\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2021-05-14 13:24+0200\n"
-"Last-Translator: Burkhard Lück <[email protected]>\n"
+"PO-Revision-Date: 2025-12-04 14:30+0100\n"
+"Last-Translator: Oliver Schramm <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 25.08.3\n"
 
 #: address.cpp:224
 #, kde-format
@@ -518,31 +520,24 @@
 msgstr "Fax dienstlich"
 
 #: resourcelocatorurl.cpp:187
-#, fuzzy, kde-format
-#| msgctxt "Home Address"
-#| msgid "Home"
+#, kde-format
 msgid "Home"
 msgstr "Privat"
 
 #: resourcelocatorurl.cpp:190
-#, fuzzy, kde-format
-#| msgctxt "Work Address"
-#| msgid "Work"
+#, kde-format
 msgid "Work"
 msgstr "Dienstlich"
 
 #: resourcelocatorurl.cpp:193
-#, fuzzy, kde-format
-#| msgid "Prof."
+#, kde-format
 msgid "Profile"
-msgstr "Prof."
+msgstr "Profil"
 
 #: resourcelocatorurl.cpp:197
-#, fuzzy, kde-format
-#| msgctxt "another type of address"
-#| msgid "Other"
+#, kde-format
 msgid "Other"
-msgstr "Sonstige"
+msgstr "Sonstiges"
 
 #: secrecy.cpp:96
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-6.21.0/po/fi/kcontacts6.po 
new/kcontacts-6.22.0/po/fi/kcontacts6.po
--- old/kcontacts-6.21.0/po/fi/kcontacts6.po    2025-12-05 14:20:06.000000000 
+0100
+++ new/kcontacts-6.22.0/po/fi/kcontacts6.po    2026-01-02 18:41:04.000000000 
+0100
@@ -2,7 +2,7 @@
 # Copyright © 2007, 2009, 2012 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdepimlibs package.
 # Mikko Piippo <[email protected]>, 2007.
-# Tommi Nieminen <[email protected]>, 2009, 2012.
+# SPDX-FileCopyrightText: 2009, 2012, 2025 Tommi Nieminen 
<[email protected]>
 # Lasse Liehu <[email protected]>, 2013, 2015.
 #
 # KDE Finnish translation sprint participants:
@@ -11,14 +11,15 @@
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2015-12-27 18:23+0200\n"
-"Last-Translator: Lasse Liehu <[email protected]>\n"
+"PO-Revision-Date: 2025-11-30 15:34+0200\n"
+"Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\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 25.04.0\n"
 
 #: address.cpp:224
 #, kde-format
@@ -522,31 +523,24 @@
 msgstr "Työfaksi"
 
 #: resourcelocatorurl.cpp:187
-#, fuzzy, kde-format
-#| msgctxt "Home Address"
-#| msgid "Home"
+#, kde-format
 msgid "Home"
 msgstr "Koti"
 
 #: resourcelocatorurl.cpp:190
-#, fuzzy, kde-format
-#| msgctxt "Work Address"
-#| msgid "Work"
+#, kde-format
 msgid "Work"
 msgstr "Työ"
 
 #: resourcelocatorurl.cpp:193
-#, fuzzy, kde-format
-#| msgid "Prof."
+#, kde-format
 msgid "Profile"
-msgstr "Prof."
+msgstr "Profiili"
 
 #: resourcelocatorurl.cpp:197
-#, fuzzy, kde-format
-#| msgctxt "another type of address"
-#| msgid "Other"
+#, kde-format
 msgid "Other"
-msgstr "Muu "
+msgstr "Muu"
 
 #: secrecy.cpp:96
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-6.21.0/po/ga/kcontacts6.po 
new/kcontacts-6.22.0/po/ga/kcontacts6.po
--- old/kcontacts-6.21.0/po/ga/kcontacts6.po    2025-12-05 14:20:06.000000000 
+0100
+++ new/kcontacts-6.22.0/po/ga/kcontacts6.po    2026-01-02 18:41:04.000000000 
+0100
@@ -2,14 +2,15 @@
 # Copyright (C) 2009 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kabc package.
 # Kevin Scannell <[email protected]>, 2009.
+# SPDX-FileCopyrightText: 2025 Charlotte <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kdepimlibs/kabc.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2007-06-27 10:27-0500\n"
-"Last-Translator: Kevin Scannell <[email protected]>\n"
-"Language-Team: Irish <[email protected]>\n"
+"PO-Revision-Date: 2025-12-25 19:34+0000\n"
+"Last-Translator: Charlotte <[email protected]>\n"
+"Language-Team: Irish\n"
 "Language: ga\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -434,7 +435,7 @@
 #, kde-format
 msgctxt "Undefined phone type"
 msgid "Telephone number"
-msgstr ""
+msgstr "Uimhir teileafóin"
 
 #: phonenumber.cpp:170
 #, kde-format
@@ -519,29 +520,22 @@
 msgstr "Facs oibre"
 
 #: resourcelocatorurl.cpp:187
-#, fuzzy, kde-format
-#| msgctxt "Home Address"
-#| msgid "Home"
+#, kde-format
 msgid "Home"
 msgstr "Baile"
 
 #: resourcelocatorurl.cpp:190
-#, fuzzy, kde-format
-#| msgctxt "Work Address"
-#| msgid "Work"
+#, kde-format
 msgid "Work"
 msgstr "Obair"
 
 #: resourcelocatorurl.cpp:193
-#, fuzzy, kde-format
-#| msgid "Prof."
+#, kde-format
 msgid "Profile"
-msgstr "An tOll."
+msgstr "Próifíl"
 
 #: resourcelocatorurl.cpp:197
-#, fuzzy, kde-format
-#| msgctxt "another type of address"
-#| msgid "Other"
+#, kde-format
 msgid "Other"
 msgstr "Eile"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-6.21.0/po/pl/kcontacts6.po 
new/kcontacts-6.22.0/po/pl/kcontacts6.po
--- old/kcontacts-6.21.0/po/pl/kcontacts6.po    2025-12-05 14:20:06.000000000 
+0100
+++ new/kcontacts-6.22.0/po/pl/kcontacts6.po    2026-01-02 18:41:04.000000000 
+0100
@@ -1,21 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# SPDX-FileCopyrightText: 2014, 2015, 2016, 2025 Łukasz Wojniłowicz 
<[email protected]>
 #
-# Łukasz Wojniłowicz <[email protected]>, 2014, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2016-12-04 10:12+0100\n"
+"PO-Revision-Date: 2025-12-15 08:47+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
-"Language-Team: Polish <[email protected]>\n"
+"Language-Team: pl\n"
 "Language: pl\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%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 25.08.2\n"
 
 #: address.cpp:224
 #, kde-format
@@ -519,29 +520,22 @@
 msgstr "Faks w pracy"
 
 #: resourcelocatorurl.cpp:187
-#, fuzzy, kde-format
-#| msgctxt "Home Address"
-#| msgid "Home"
+#, kde-format
 msgid "Home"
 msgstr "Dom"
 
 #: resourcelocatorurl.cpp:190
-#, fuzzy, kde-format
-#| msgctxt "Work Address"
-#| msgid "Work"
+#, kde-format
 msgid "Work"
 msgstr "Praca"
 
 #: resourcelocatorurl.cpp:193
-#, fuzzy, kde-format
-#| msgid "Prof."
+#, kde-format
 msgid "Profile"
-msgstr "Prof."
+msgstr "Profil"
 
 #: resourcelocatorurl.cpp:197
-#, fuzzy, kde-format
-#| msgctxt "another type of address"
-#| msgid "Other"
+#, kde-format
 msgid "Other"
 msgstr "Inny"
 

Reply via email to