Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-knewstuff for openSUSE:Factory checked in at 2025-11-17 12:11:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-knewstuff (Old) and /work/SRC/openSUSE:Factory/.kf6-knewstuff.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-knewstuff" Mon Nov 17 12:11:15 2025 rev:22 rq:1317900 version:6.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-knewstuff/kf6-knewstuff.changes 2025-10-12 22:23:25.943381721 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-knewstuff.new.2061/kf6-knewstuff.changes 2025-11-17 12:18:03.928327459 +0100 @@ -1,0 +2,14 @@ +Thu Nov 13 20:58:55 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 6.20.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.20.0 +- Changes since 6.19.0: + * Update dependency version to 6.20.0 + * installationtest: Fix test failure on non english hosts + * Don't make KNSWidgets::Button the parent of KNSWidgets::Dialog (kde#501267) + * Port deprecated invalidateFilter in qt6.10 + * Update version to 6.20.0 + +------------------------------------------------------------------- Old: ---- knewstuff-6.19.0.tar.xz knewstuff-6.19.0.tar.xz.sig New: ---- knewstuff-6.20.0.tar.xz knewstuff-6.20.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-knewstuff.spec ++++++ --- /var/tmp/diff_new_pack.peshdd/_old 2025-11-17 12:18:06.236424788 +0100 +++ /var/tmp/diff_new_pack.peshdd/_new 2025-11-17 12:18:06.240424957 +0100 @@ -19,11 +19,11 @@ %define qt6_version 6.8.0 %define rname knewstuff -# Full KF6 version (e.g. 6.19.0) +# Full KF6 version (e.g. 6.20.0) %{!?_kf6_version: %global _kf6_version %{version}} %bcond_without released Name: kf6-knewstuff -Version: 6.19.0 +Version: 6.20.0 Release: 0 Summary: Framework for downloading and sharing additional application data License: LGPL-2.1-or-later ++++++ knewstuff-6.19.0.tar.xz -> knewstuff-6.20.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/CMakeLists.txt new/knewstuff-6.20.0/CMakeLists.txt --- old/knewstuff-6.19.0/CMakeLists.txt 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/CMakeLists.txt 2025-11-07 20:02:13.000000000 +0100 @@ -3,14 +3,14 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.19.0") # handled by release scripts -set(KF_DEP_VERSION "6.19.0") # handled by release scripts +set(KF_VERSION "6.20.0") # handled by release scripts +set(KF_DEP_VERSION "6.20.0") # handled by release scripts project(KNewStuff VERSION ${KF_VERSION}) set(CMAKE_CXX_EXTENSIONS OFF) include(FeatureSummary) -find_package(ECM 6.19.0 NO_MODULE) +find_package(ECM 6.20.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) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -23,7 +23,7 @@ include(ECMQtDeclareLoggingCategory) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) -set(REQUIRED_QT_VERSION 6.7.0) +set(REQUIRED_QT_VERSION 6.8.0) find_package(Qt6 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED COMPONENTS Gui Widgets Xml Qml Quick QuickWidgets) find_package(KF6Archive ${KF_DEP_VERSION} REQUIRED) find_package(KF6Config ${KF_DEP_VERSION} REQUIRED) @@ -79,7 +79,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"knewstuff6\") ecm_set_disabled_deprecation_versions( QT 6.10.0 - KF 6.18.0 + KF 6.19.0 ) ki18n_install(po) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/autotests/core/CMakeLists.txt new/knewstuff-6.20.0/autotests/core/CMakeLists.txt --- old/knewstuff-6.19.0/autotests/core/CMakeLists.txt 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/autotests/core/CMakeLists.txt 2025-11-07 20:02:13.000000000 +0100 @@ -24,3 +24,5 @@ endif() target_link_libraries(knewstuffenginetest knewstuff_qml_STATIC) + +set_tests_properties(knewstuff-installationtest PROPERTIES ENVIRONMENT "LANG=C") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/po/ca/knewstuff6.po new/knewstuff-6.20.0/po/ca/knewstuff6.po --- old/knewstuff-6.19.0/po/ca/knewstuff6.po 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/po/ca/knewstuff6.po 2025-11-07 20:02:13.000000000 +0100 @@ -3,12 +3,12 @@ # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007. -# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020, 2021, 2022. -# Albert Astals Cid <[email protected]>, 2004, 2005, 2007. -# Robert Millan <[email protected]>, 2009. -# Orestes Mas <[email protected]>, 2010. -# Empar Montoro Martín <[email protected]>, 2019. +# SPDX-FileCopyrightText: 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Sebastià Pla i Sanz <[email protected]> +# SPDX-FileCopyrightText: 2003, 2006, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020, 2021, 2022 Antoni Bella Pérez <[email protected]> +# SPDX-FileCopyrightText: 2004, 2005, 2007 Albert Astals Cid <[email protected]> +# SPDX-FileCopyrightText: 2009 Robert Millan <[email protected]> +# SPDX-FileCopyrightText: 2010 Orestes Mas <[email protected]> +# SPDX-FileCopyrightText: 2019 Empar Montoro Martín <[email protected]> # SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Josep M. Ferrer <[email protected]> msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/po/ca@valencia/knewstuff6.po new/knewstuff-6.20.0/po/ca@valencia/knewstuff6.po --- old/knewstuff-6.19.0/po/ca@valencia/knewstuff6.po 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/po/ca@valencia/knewstuff6.po 2025-11-07 20:02:13.000000000 +0100 @@ -3,12 +3,12 @@ # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007. -# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020, 2021, 2022. -# Albert Astals Cid <[email protected]>, 2004, 2005, 2007. -# Robert Millan <[email protected]>, 2009. -# Orestes Mas <[email protected]>, 2010. -# Empar Montoro Martín <[email protected]>, 2019. +# SPDX-FileCopyrightText: 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Sebastià Pla i Sanz <[email protected]> +# SPDX-FileCopyrightText: 2003, 2006, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020, 2021, 2022 Antoni Bella Pérez <[email protected]> +# SPDX-FileCopyrightText: 2004, 2005, 2007 Albert Astals Cid <[email protected]> +# SPDX-FileCopyrightText: 2009 Robert Millan <[email protected]> +# SPDX-FileCopyrightText: 2010 Orestes Mas <[email protected]> +# SPDX-FileCopyrightText: 2019 Empar Montoro Martín <[email protected]> # SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Josep M. Ferrer <[email protected]> msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/po/de/knewstuff6.po new/knewstuff-6.20.0/po/de/knewstuff6.po --- old/knewstuff-6.19.0/po/de/knewstuff6.po 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/po/de/knewstuff6.po 2025-11-07 20:02:13.000000000 +0100 @@ -1,15 +1,15 @@ # SPDX-FileCopyrightText: 2010, 2024 Johannes Obermayr <[email protected]> -# Thomas Diehl <[email protected]>, 2002, 2003, 2004, 2005. -# Stefan Winter <[email protected]>, 2004. -# Thomas Fischer <[email protected]>, 2004. -# Stephan Johach <[email protected]>, 2004, 2005, 2006, 2007. -# Georg Schuster <[email protected]>, 2005. -# Thomas Reitelbach <[email protected]>, 2005, 2006, 2007, 2008, 2009. -# Burkhard Lück <[email protected]>, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. -# Frederik Schwarzer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2020, 2023. -# Panagiotis Papadopoulos <[email protected]>, 2010. -# Rolf Eike Beer <[email protected]>, 2012. -# Jannick Kuhr <[email protected]>, 2023. +# SPDX-FileCopyrightText: 2002, 2003, 2004, 2005 Thomas Diehl <[email protected]> +# SPDX-FileCopyrightText: 2004 Stefan Winter <[email protected]> +# SPDX-FileCopyrightText: 2004 Thomas Fischer <[email protected]> +# SPDX-FileCopyrightText: 2004, 2005, 2006, 2007 Stephan Johach <[email protected]> +# SPDX-FileCopyrightText: 2005 Georg Schuster <[email protected]> +# SPDX-FileCopyrightText: 2005, 2006, 2007, 2008, 2009 Thomas Reitelbach <[email protected]> +# SPDX-FileCopyrightText: 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Burkhard Lück <[email protected]> +# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2020, 2023 Frederik Schwarzer <[email protected]> +# SPDX-FileCopyrightText: 2010 Panagiotis Papadopoulos <[email protected]> +# SPDX-FileCopyrightText: 2012 Rolf Eike Beer <[email protected]> +# SPDX-FileCopyrightText: 2023 Jannick Kuhr <[email protected]> msgid "" msgstr "" "Project-Id-Version: knewstuff6\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/po/fr/knewstuff6.po new/knewstuff-6.20.0/po/fr/knewstuff6.po --- old/knewstuff-6.19.0/po/fr/knewstuff6.po 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/po/fr/knewstuff6.po 2025-11-07 20:02:13.000000000 +0100 @@ -992,7 +992,7 @@ "into the systemwide knsrc file location" msgstr "" "Le fichier « KNSRC » que vous voulez afficher. Si aucun paramètre n'est " -"fourni, une boîte de dialogue apparaîtra vous permettant de choisir parmi " +"fourni, une boite de dialogue apparaitra vous permettant de choisir parmi " "tous les fichiers de configuration installés à l'emplacement des fichiers " "« knsrc » pour l'ensemble de votre système." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/po/nn/knewstuff6.po new/knewstuff-6.20.0/po/nn/knewstuff6.po --- old/knewstuff-6.19.0/po/nn/knewstuff6.po 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/po/nn/knewstuff6.po 2025-11-07 20:02:13.000000000 +0100 @@ -9,14 +9,14 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-05-30 00:39+0000\n" -"PO-Revision-Date: 2025-06-01 14:46+0200\n" +"PO-Revision-Date: 2025-10-26 13:41+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 25.07.70\n" +"X-Generator: Lokalize 25.08.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" @@ -481,14 +481,10 @@ msgstr "Karakter:" #: qtquick/qml/EntryDetails.qml:226 -#, fuzzy, kde-format -#| msgctxt "" -#| "A link which, when clicked, opens a new sub page with comments (comments " -#| "with or without ratings) for this entry" -#| msgid "%1 Reviews and Comments" +#, kde-format msgctxt "@action:button Opens a new sub-page with comments for this entry" msgid "See %1 Reviews and Comments" -msgstr "%1 vurderingar og kommentarar" +msgstr "Sjå %1 vurderingar og kommentarar" #: qtquick/qml/EntryDetails.qml:231 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/src/qtquick/commentsmodel.cpp new/knewstuff-6.20.0/src/qtquick/commentsmodel.cpp --- old/knewstuff-6.19.0/src/qtquick/commentsmodel.cpp 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/src/qtquick/commentsmodel.cpp 2025-11-07 20:02:13.000000000 +0100 @@ -105,8 +105,15 @@ void KNewStuffQuick::CommentsModel::setIncludedComments(CommentsModel::IncludedComments includedComments) { if (d->includedComments != includedComments) { +#if QT_VERSION >= QT_VERSION_CHECK(6, 10, 0) + beginFilterChange(); +#endif d->includedComments = includedComments; +#if QT_VERSION >= QT_VERSION_CHECK(6, 10, 0) + endFilterChange(QSortFilterProxyModel::Direction::Rows); +#else invalidateFilter(); +#endif Q_EMIT includedCommentsChanged(); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knewstuff-6.19.0/src/widgets/button.cpp new/knewstuff-6.20.0/src/widgets/button.cpp --- old/knewstuff-6.19.0/src/widgets/button.cpp 2025-10-05 14:37:37.000000000 +0200 +++ new/knewstuff-6.20.0/src/widgets/button.cpp 2025-11-07 20:02:13.000000000 +0100 @@ -33,7 +33,7 @@ Q_ASSERT_X(!configFile.isEmpty(), Q_FUNC_INFO, "The configFile for the KNSWidgets::Button must be explicitly set"); if (!dialog) { - dialog.reset(new KNSWidgets::Dialog(configFile, q)); + dialog.reset(new KNSWidgets::Dialog(configFile)); dialog->setWindowTitle(q->text().remove(QLatin1Char('&'))); QObject::connect(dialog.get(), &KNSWidgets::Dialog::finished, q, [this]() { Q_EMIT q->dialogFinished(dialog->changedEntries());
