Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kconfigwidgets for openSUSE:Factory checked in at 2024-01-15 22:12:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfigwidgets (Old) and /work/SRC/openSUSE:Factory/.kconfigwidgets.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfigwidgets" Mon Jan 15 22:12:10 2024 rev:124 rq:1138899 version:5.114.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes 2023-12-17 21:31:15.507259981 +0100 +++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new.21961/kconfigwidgets.changes 2024-01-15 22:14:15.655933554 +0100 @@ -1,0 +2,9 @@ +Sat Jan 13 11:21:24 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 5.114.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.114.0 +- No code change since 5.113.0 + +------------------------------------------------------------------- Old: ---- kconfigwidgets-5.113.0.tar.xz kconfigwidgets-5.113.0.tar.xz.sig New: ---- kconfigwidgets-5.114.0.tar.xz kconfigwidgets-5.114.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfigwidgets.spec ++++++ --- /var/tmp/diff_new_pack.UeyTW7/_old 2024-01-15 22:14:16.511964830 +0100 +++ /var/tmp/diff_new_pack.UeyTW7/_new 2024-01-15 22:14:16.511964830 +0100 @@ -24,7 +24,7 @@ %define qt5_version 5.15.2 %bcond_without released Name: kconfigwidgets -Version: 5.113.0 +Version: 5.114.0 Release: 0 Summary: Widgets for configuration dialogs License: LGPL-2.1-or-later ++++++ kconfigwidgets-5.113.0.tar.xz -> kconfigwidgets-5.114.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/.gitlab-ci.yml new/kconfigwidgets-5.114.0/.gitlab-ci.yml --- old/kconfigwidgets-5.113.0/.gitlab-ci.yml 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/.gitlab-ci.yml 2024-01-06 09:51:00.000000000 +0100 @@ -2,9 +2,11 @@ # SPDX-License-Identifier: CC0-1.0 include: - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/linux.yml + - /gitlab-templates/linux-static.yml + - /gitlab-templates/android.yml + - /gitlab-templates/freebsd.yml + - /gitlab-templates/windows.yml + - /gitlab-templates/windows-static.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/CMakeLists.txt new/kconfigwidgets-5.114.0/CMakeLists.txt --- old/kconfigwidgets-5.113.0/CMakeLists.txt 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/CMakeLists.txt 2024-01-06 09:51:00.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.113.0") # handled by release scripts -set(KF_DEP_VERSION "5.113.0") # handled by release scripts +set(KF_VERSION "5.114.0") # handled by release scripts +set(KF_DEP_VERSION "5.114.0") # handled by release scripts project(KConfigWidgets VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.113.0 NO_MODULE) +find_package(ECM 5.114.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/po/ca@valencia/kconfigwidgets5.po new/kconfigwidgets-5.114.0/po/ca@valencia/kconfigwidgets5.po --- old/kconfigwidgets-5.113.0/po/ca@valencia/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/po/ca@valencia/kconfigwidgets5.po 2024-01-06 09:51:00.000000000 +0100 @@ -264,7 +264,7 @@ #: kstandardaction_p.h:44 msgid "Cut selection to clipboard" -msgstr "Retalla la selecció al porta-retalls" +msgstr "Retalla la selecció a dins del porta-retalls" #: kstandardaction_p.h:45 msgid "&Copy" @@ -272,7 +272,7 @@ #: kstandardaction_p.h:45 msgid "Copy selection to clipboard" -msgstr "Copia la selecció al porta-retalls" +msgstr "Copia la selecció a dins del porta-retalls" #: kstandardaction_p.h:46 kstandardaction_p.h:48 msgid "&Paste" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/po/cs/kconfigwidgets5.po new/kconfigwidgets-5.114.0/po/cs/kconfigwidgets5.po --- old/kconfigwidgets-5.113.0/po/cs/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/po/cs/kconfigwidgets5.po 2024-01-06 09:51:00.000000000 +0100 @@ -1,7 +1,7 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Lukáš Tinkl <lu...@kde.org>, 2010, 2011, 2012. -# VÃt PelÄák <v...@pelcak.org>, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020. +# SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2023 VÃt PelÄák <v...@pelcak.org> # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012, 2013. # Vit Pelcak <v...@pelcak.org>, 2021, 2022. # @@ -18,7 +18,7 @@ "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 22.04.2\n" +"X-Generator: Lokalize 23.08.3\n" "X-Language: cs_CZ\n" "X-Source-Language: en_US\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/po/de/kconfigwidgets5.po new/kconfigwidgets-5.114.0/po/de/kconfigwidgets5.po --- old/kconfigwidgets-5.113.0/po/de/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/po/de/kconfigwidgets5.po 2024-01-06 09:51:00.000000000 +0100 @@ -1,3 +1,4 @@ +# SPDX-FileCopyrightText: 2010, 2023 Johannes Obermayr <johannesoberm...@gmx.de> # Thomas Diehl <t...@kde.org>, 2002, 2003, 2004, 2005. # Stefan Winter <swin...@kde.org>, 2004. # Thomas Fischer <thomas.fisc...@t-fischer.net>, 2004. @@ -6,7 +7,6 @@ # Thomas Reitelbach <t...@erdfunkstelle.de>, 2005, 2006, 2007, 2008, 2009. # Burkhard Lück <lu...@hube-lueck.de>, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021. # Frederik Schwarzer <schwar...@kde.org>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2020, 2022. -# Johannes Obermayr <johannesoberm...@gmx.de>, 2010. # Panagiotis Papadopoulos <pano...@gmx.net>, 2010. # Rolf Eike Beer <k...@opensource.sf-tec.de>, 2012. msgid "" @@ -22,7 +22,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 21.12.2\n" +"X-Generator: Lokalize 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/po/fr/kconfigwidgets5.po new/kconfigwidgets-5.114.0/po/fr/kconfigwidgets5.po --- old/kconfigwidgets-5.113.0/po/fr/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/po/fr/kconfigwidgets5.po 2024-01-06 09:51:00.000000000 +0100 @@ -1,6 +1,6 @@ # translation of kdelibs4.po to Français # translation of kdelibs4.po to -# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard <xavier.besn...@neuf.fr> +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard <xavier.besn...@kde.org> # Matthieu Robin <k...@macolu.org>, 2002,2003, 2004. # Robert Jacolin <rjaco...@ifrance.com>, 2003,2004. # Gilles Caulier <caulier.gil...@free.fr>, 2003. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/po/ie/kf5_entry.desktop new/kconfigwidgets-5.114.0/po/ie/kf5_entry.desktop --- old/kconfigwidgets-5.113.0/po/ie/kf5_entry.desktop 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/po/ie/kf5_entry.desktop 2024-01-06 09:51:00.000000000 +0100 @@ -29,6 +29,7 @@ Name[pt_BR]=InterlÃngua Name[ro]=Interlingue Name[ru]=ÐнÑеÑлингве +Name[sk]=Interlingue Name[sl]=Interlingva Name[sv]=Interlingua Name[ta]=à®à®©à¯à®à¯à®°à¯à®²à®¿à®à¯à®à¯à®µà¯ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/po/sk/kconfigwidgets5.po new/kconfigwidgets-5.114.0/po/sk/kconfigwidgets5.po --- old/kconfigwidgets-5.113.0/po/sk/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/po/sk/kconfigwidgets5.po 2024-01-06 09:51:00.000000000 +0100 @@ -6,7 +6,7 @@ # Jakub <vat...@gmail.com>, 2009. # Michal Sulek <misu...@gmail.com>, 2009, 2010, 2011. # Richard FriÄ <richard.f...@kdemail.net>, 2011. -# Roman PaholÃk <wizzar...@gmail.com>, 2012, 2013, 2015, 2016, 2021. +# SPDX-FileCopyrightText: 2012, 2013, 2015, 2016, 2021, 2023 Roman PaholÃk <wizzar...@gmail.com> # Mthw <jari...@hotmail.com>, 2019. # Matej Mrenica <matejm98m...@gmail.com>, 2019, 2020, 2021, 2022. msgid "" @@ -14,14 +14,14 @@ "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-11-05 12:24+0000\n" -"PO-Revision-Date: 2022-02-14 11:55+0100\n" -"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n" -"Language-Team: Slovak <kde-i18n-...@kde.org>\n" +"PO-Revision-Date: 2023-12-06 19:02+0100\n" +"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n" +"Language-Team: Slovak <kde...@linux.sk>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.12.2\n" +"X-Generator: Lokalize 23.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -310,10 +310,8 @@ msgstr "Nahr&adiÅ¥..." #: kstandardaction_p.h:58 -#, fuzzy -#| msgid "&Actual Size" msgid "Zoom to &Actual Size" -msgstr "&Aktuálna veľkosÅ¥" +msgstr "PriblÞiÅ¥ na aktuálnu veľkosÅ¥" #: kstandardaction_p.h:58 msgid "View document at its actual size" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.113.0/po/zh_CN/kconfigwidgets5.po new/kconfigwidgets-5.114.0/po/zh_CN/kconfigwidgets5.po --- old/kconfigwidgets-5.113.0/po/zh_CN/kconfigwidgets5.po 2023-12-02 10:24:45.000000000 +0100 +++ new/kconfigwidgets-5.114.0/po/zh_CN/kconfigwidgets5.po 2024-01-06 09:51:00.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-11-05 12:24+0000\n" -"PO-Revision-Date: 2023-11-25 02:29\n" +"PO-Revision-Date: 2023-12-30 13:41\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"