Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oxygen6 for openSUSE:Factory checked in at 2025-06-18 15:56:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen6 (Old) and /work/SRC/openSUSE:Factory/.oxygen6.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen6" Wed Jun 18 15:56:06 2025 rev:27 rq:1285731 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen6/oxygen6.changes 2025-06-06 08:33:52.450255695 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen6.new.19631/oxygen6.changes 2025-06-18 16:00:22.354697401 +0200 @@ -1,0 +2,32 @@ +Thu Jun 12 10:37:41 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.0 +- Changes since 6.3.91: + * Update version for new release 6.4.0 + +------------------------------------------------------------------- +Thu May 29 21:20:42 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.91 +- Changes since 6.3.90: + * Update version for new release 6.3.91 + +------------------------------------------------------------------- +Mon May 19 19:35:46 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.3.90 +- Changes since 6.3.5: + * update version for new release + * CI: Add linux-qt6-next build + * Add xml/yaml linting + * kdecoration: Update titlebar when borders change + * Fix build with Qt 6.10 + * update version for new release + +------------------------------------------------------------------- Old: ---- oxygen-6.3.5.tar.xz oxygen-6.3.5.tar.xz.sig New: ---- oxygen-6.4.0.tar.xz oxygen-6.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen6.spec ++++++ --- /var/tmp/diff_new_pack.71mlEN/_old 2025-06-18 16:00:22.846717555 +0200 +++ /var/tmp/diff_new_pack.71mlEN/_new 2025-06-18 16:00:22.846717555 +0200 @@ -16,8 +16,8 @@ # -%define kf6_version 6.10.0 -%define qt6_version 6.7.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %define rname oxygen @@ -34,14 +34,14 @@ # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF) %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} Name: oxygen6 -Version: 6.3.5 +Version: 6.4.0 Release: 0 Summary: Oxygen style, KWin decoration and cursors License: GPL-2.0-or-later URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ oxygen-6.3.5.tar.xz -> oxygen-6.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/.gitlab-ci.yml new/oxygen-6.4.0/.gitlab-ci.yml --- old/oxygen-6.3.5/.gitlab-ci.yml 2025-05-06 19:58:14.000000000 +0200 +++ new/oxygen-6.4.0/.gitlab-ci.yml 2025-06-12 11:01:20.000000000 +0200 @@ -7,4 +7,7 @@ - /gitlab-templates/linux.yml - /gitlab-templates/freebsd.yml - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/.kde-ci.yml new/oxygen-6.4.0/.kde-ci.yml --- old/oxygen-6.3.5/.kde-ci.yml 2025-05-06 19:58:14.000000000 +0200 +++ new/oxygen-6.4.0/.kde-ci.yml 2025-06-12 11:01:20.000000000 +0200 @@ -2,8 +2,8 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['Linux/Qt5', 'FreeBSD/Qt5'] - 'require': + - 'on': ['Linux/Qt5', 'FreeBSD/Qt5'] + 'require': 'frameworks/extra-cmake-modules': '@latest' 'frameworks/frameworkintegration': '@latest' 'frameworks/kcmutils': '@latest' @@ -18,8 +18,8 @@ 'frameworks/kwidgetsaddons': '@latest' 'frameworks/kwindowsystem': '@latest' -- 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] - 'require': + - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6'] + 'require': 'frameworks/extra-cmake-modules': '@latest-kf6' 'frameworks/frameworkintegration': '@latest-kf6' 'frameworks/kcmutils': '@latest-kf6' @@ -37,5 +37,4 @@ 'plasma/libplasma': '@same' Options: - require-passing-tests-on: [ 'Linux', 'FreeBSD'] - + require-passing-tests-on: ['Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/CMakeLists.txt new/oxygen-6.4.0/CMakeLists.txt --- old/oxygen-6.3.5/CMakeLists.txt 2025-05-06 19:58:14.000000000 +0200 +++ new/oxygen-6.4.0/CMakeLists.txt 2025-06-12 11:01:20.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) project(oxygen) -set(PROJECT_VERSION "6.3.5") +set(PROJECT_VERSION "6.4.0") set(PROJECT_VERSION_MAJOR 6) include(GenerateExportHeader) @@ -8,11 +8,11 @@ include(FeatureSummary) ################# Qt/KDE ################# -set(PROJECT_DEP_VERSION "6.3.5") +set(PROJECT_DEP_VERSION "6.4.0") set(QT5_MIN_VERSION "5.15.2") set(KF5_MIN_VERSION "5.102.0") -set(QT_MIN_VERSION "6.7.0") -set(KF6_MIN_VERSION "6.10.0") +set(QT_MIN_VERSION "6.8.0") +set(KF6_MIN_VERSION "6.14.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") @@ -92,6 +92,11 @@ include(KDEInstallDirs6) include (KDECMakeSettings) find_package(Qt6 ${QT_MIN_VERSION} REQUIRED CONFIG COMPONENTS Widgets DBus Quick) + + if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0") + find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) + endif() + find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS I18n Config diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/ca/oxygen_kdecoration.po new/oxygen-6.4.0/po/ca/oxygen_kdecoration.po --- old/oxygen-6.3.5/po/ca/oxygen_kdecoration.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/ca/oxygen_kdecoration.po 2025-06-12 11:01:20.000000000 +0200 @@ -398,3 +398,6 @@ #, kde-format msgid "Edit" msgstr "Edita" + +#~ msgid "Add handle to resize windows with no border" +#~ msgstr "Afegeix la nansa per a canviar la mida de les finestres sense vores" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/ca@valencia/oxygen_kdecoration.po new/oxygen-6.4.0/po/ca@valencia/oxygen_kdecoration.po --- old/oxygen-6.3.5/po/ca@valencia/oxygen_kdecoration.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/ca@valencia/oxygen_kdecoration.po 2025-06-12 11:01:20.000000000 +0200 @@ -398,3 +398,6 @@ #, kde-format msgid "Edit" msgstr "Edita" + +#~ msgid "Add handle to resize windows with no border" +#~ msgstr "Afig l'ansa per a canviar la mida de les finestres sense vores" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/cs/oxygen_kdecoration.po new/oxygen-6.4.0/po/cs/oxygen_kdecoration.po --- old/oxygen-6.3.5/po/cs/oxygen_kdecoration.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/cs/oxygen_kdecoration.po 2025-06-12 11:01:20.000000000 +0200 @@ -388,6 +388,3 @@ #, kde-format msgid "Edit" msgstr "Upravit" - -#~ msgid "Add handle to resize windows with no border" -#~ msgstr "Přidat úchytku pro změnu velikosti oken bez okrajů" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/es/liboxygenstyleconfig.po new/oxygen-6.4.0/po/es/liboxygenstyleconfig.po --- old/oxygen-6.3.5/po/es/liboxygenstyleconfig.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/es/liboxygenstyleconfig.po 2025-06-12 11:01:20.000000000 +0200 @@ -1,13 +1,14 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Spanish translations for liboxygenstyleconfig.po package. +# Copyright (C) 2012-2025 This file is copyright: +# This file is distributed under the same license as the oxygen package. # -# Eloy Cuadra <ecua...@eloihr.net>, 2012, 2013, 2017. +# SPDX-FileCopyrightText: 2012, 2013, 2017, 2025 Eloy Cuadra <ecua...@eloihr.net> msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: liboxygenstyleconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-02-03 00:39+0000\n" -"PO-Revision-Date: 2017-10-22 12:13+0100\n" +"PO-Revision-Date: 2025-05-20 02:28+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -33,7 +34,7 @@ #: ui/oxygenanimationconfigitem.ui:36 ui/oxygenanimationconfigitem.ui:49 #, kde-format msgid "..." -msgstr "..." +msgstr "…" #. i18n: ectx: property (text), widget (QCheckBox, animationsEnabled) #: ui/oxygenanimationconfigwidget.ui:23 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/es/oxygen_kdecoration.po new/oxygen-6.4.0/po/es/oxygen_kdecoration.po --- old/oxygen-6.3.5/po/es/oxygen_kdecoration.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/es/oxygen_kdecoration.po 2025-06-12 11:01:20.000000000 +0200 @@ -1,15 +1,15 @@ -# Spanish translations for breeze_kwin_deco.po package. -# Copyright (C) 2014 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# +# Spanish translations for oxygen_kdecoration.po package. +# Copyright (C) 2014-2025 This file is copyright: +# This file is distributed under the same license as the oxygen package. # Automatically generated, 2014. -# Eloy Cuadra <ecua...@eloihr.net>, 2014, 2015, 2016, 2017. +# +# SPDX-FileCopyrightText: 2014, 2015, 2016, 2017, 2025 Eloy Cuadra <ecua...@eloihr.net> msgid "" msgstr "" -"Project-Id-Version: breeze_kwin_deco\n" +"Project-Id-Version: oxygen_kdecoration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-11-20 00:41+0000\n" -"PO-Revision-Date: 2017-12-14 22:19+0100\n" +"PO-Revision-Date: 2025-05-20 02:29+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -395,21 +395,3 @@ #, kde-format msgid "Edit" msgstr "Editar" - -#~ msgid "Add handle to resize windows with no border" -#~ msgstr "Añadir un asa para cambiar el tamaño de las ventanas sin borde" - -#~ msgid "Display window borders for maximized windows" -#~ msgstr "Mostrar los bordes de las ventanas cuando están maximizadas" - -#~ msgid "&Animations duration:" -#~ msgstr "&Duración de las animaciones:" - -#~ msgid "ms" -#~ msgstr "ms" - -#~ msgid "Enable animations" -#~ msgstr "Activar animaciones" - -#~ msgid "Form" -#~ msgstr "Formulario" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/es/oxygen_style_config.po new/oxygen-6.4.0/po/es/oxygen_style_config.po --- old/oxygen-6.3.5/po/es/oxygen_style_config.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/es/oxygen_style_config.po 2025-06-12 11:01:20.000000000 +0200 @@ -1,15 +1,15 @@ # Spanish translations for oxygen_style_config.po package. -# Copyright (C) 2014 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# +# Copyright (C) 2014-2025 This file is copyright: +# This file is distributed under the same license as the oxygen package. # Automatically generated, 2014. -# Eloy Cuadra <ecua...@eloihr.net>, 2014, 2017, 2022. +# +# SPDX-FileCopyrightText: 2014, 2017, 2022, 2025 Eloy Cuadra <ecua...@eloihr.net> msgid "" msgstr "" "Project-Id-Version: oxygen_style_config\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-02-03 00:39+0000\n" -"PO-Revision-Date: 2022-02-07 11:48+0100\n" +"PO-Revision-Date: 2025-05-20 02:29+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -395,75 +395,3 @@ #, kde-format msgid "Use selec&tion color (subtle)" msgstr "Usar el color de selección (&tenue)" - -#~ msgid "Always Hide Keyboard Accelerators" -#~ msgstr "Ocultar siempre los aceleradores de teclado" - -#~ msgid "Show Keyboard Accelerators When Needed" -#~ msgstr "Mostrar los aceleradores de teclado cuando sea necesario" - -#~ msgid "Always Show Keyboard Accelerators" -#~ msgstr "Mostrar siempre los aceleradores de teclado" - -#~ msgid "Widget Style" -#~ msgstr "Estilo de los elementos gráficos" - -#~ msgid "Modify the appearance of widgets" -#~ msgstr "Modificar el aspecto de los elementos gráficos" - -#~ msgid "Window Decorations" -#~ msgstr "Decoraciones de ventanas" - -#~ msgid "Modify the appearance of window decorations" -#~ msgstr "Modificar el aspecto de las decoraciones de las ventanas" - -#~ msgid "Unable to find oxygen style configuration plugin" -#~ msgstr "" -#~ "No ha sido posible encontrar el complemento de configuración del estilo " -#~ "de Oxígeno" - -#~ msgid "Unable to find oxygen decoration configuration plugin" -#~ msgstr "" -#~ "No ha sido posible encontrar el complemento de configuración de la " -#~ "decoración de Oxígeno" - -#~ msgid "Hide Advanced Configuration Options" -#~ msgstr "Ocultar las opciones de configuración avanzadas" - -#~ msgid "Show Advanced Configuration Options" -#~ msgstr "Mostrar las opciones de configuración avanzadas" - -#~ msgid "Enable animations" -#~ msgstr "Activar animaciones" - -#~ msgid "Enable pixmap cache" -#~ msgstr "Activar caché de mapas de píxeles" - -#~ msgid "Busy indicator steps" -#~ msgstr "Pasos del indicador de ocupado" - -#~ msgid "Use 'X' in checkboxes instead of check" -#~ msgstr "Usar «X» en lugar de marcas en las casillas de verificación" - -#~ msgid "Use window manager to perform windows' drag" -#~ msgstr "Usar el gestor de ventanas para realizar el arrastre de ventanas" - -#~ msgid "Use triangle tree expander instead of +/-" -#~ msgstr "Usar triángulos para expandir árboles en lugar de +/-" - -#~ msgid "Triangle si&ze:" -#~ msgstr "Ta&maño del triángulo:" - -#~ msgid "Tabs" -#~ msgstr "Pestañas" - -#~ msgctxt "Renders each inactive tab in a tabbar as separate darker slab" -#~ msgid "Single" -#~ msgstr "Sencillo" - -#~ msgctxt "Renders inactive tabs in a tabbar as a unique darker slab" -#~ msgid "Plain" -#~ msgstr "Plano" - -#~ msgid "Inactive tabs style:" -#~ msgstr "Estilo de las pestañas inactivas:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/es/oxygen_style_demo.po new/oxygen-6.4.0/po/es/oxygen_style_demo.po --- old/oxygen-6.3.5/po/es/oxygen_style_demo.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/es/oxygen_style_demo.po 2025-06-12 11:01:20.000000000 +0200 @@ -1,15 +1,15 @@ # Spanish translations for oxygen_style_demo.po package. -# Copyright (C) 2014 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# +# Copyright (C) 2014-2025 This file is copyright: +# This file is distributed under the same license as the oxygen package. # Automatically generated, 2014. -# Eloy Cuadra <ecua...@eloihr.net>, 2014, 2015, 2017, 2019, 2021. +# +# SPDX-FileCopyrightText: 2014, 2015, 2017, 2019, 2021, 2025 Eloy Cuadra <ecua...@eloihr.net> msgid "" msgstr "" "Project-Id-Version: oxygen_style_demo\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-02-03 00:39+0000\n" -"PO-Revision-Date: 2021-10-07 16:34+0200\n" +"PO-Revision-Date: 2025-05-20 02:29+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -960,19 +960,3 @@ #, kde-format msgid "Preview" msgstr "Vista previa" - -#~ msgid "&Color Theme" -#~ msgstr "Tema de &color" - -#~ msgctxt "Flat frame. No frame is actually drawn." -#~ msgid "Flat" -#~ msgstr "Plano" - -#~ msgid "Dialog" -#~ msgstr "Diálogo" - -#~ msgid "Text position:" -#~ msgstr "Posición del texto:" - -#~ msgid "Busy" -#~ msgstr "Ocupado" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.3.5/po/tr/oxygen_style_demo.po new/oxygen-6.4.0/po/tr/oxygen_style_demo.po --- old/oxygen-6.3.5/po/tr/oxygen_style_demo.po 2025-05-06 19:58:15.000000000 +0200 +++ new/oxygen-6.4.0/po/tr/oxygen_style_demo.po 2025-06-12 11:01:20.000000000 +0200 @@ -162,7 +162,7 @@ #, kde-format msgid "Emulates user interaction with widgets for benchmarking" msgstr "" -"Kıyaslamaya yardımcı olmak için, kullanıcıların araç takımları ile " +"Kıyaslamaya yardımcı olmak için kullanıcıların araç takımları ile " "etkileşiminin benzetimini yapar" #: oxygeninputdemowidget.cpp:20