Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kinfocenter6 for openSUSE:Factory checked in at 2025-02-10 17:25:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinfocenter6 (Old) and /work/SRC/openSUSE:Factory/.kinfocenter6.new.21275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinfocenter6" Mon Feb 10 17:25:30 2025 rev:19 rq:1244729 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kinfocenter6/kinfocenter6.changes 2025-01-03 14:16:27.888295410 +0100 +++ /work/SRC/openSUSE:Factory/.kinfocenter6.new.21275/kinfocenter6.changes 2025-02-10 18:02:40.291115653 +0100 @@ -1,0 +2,56 @@ +Thu Feb 6 13:46:44 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.0 +- Changes since 6.2.91: + * update version for new release + * CommandOutputKCM: Use correct newlines for HTML-styled content (kde#499069) + +------------------------------------------------------------------- +Thu Jan 23 13:45:26 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.2.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.2.91 +- Changes since 6.2.90: + * update version for new release + * cmake: Call cmake_minimum_required before project() + +------------------------------------------------------------------- +Sat Jan 11 18:27:20 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.2.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.2.90 +- Changes since 6.2.5: + * update version for new release + * Made KDocTools optional + * It compiles fine without deprecated methods + * update version for new release + * energyinfo: Add "Charge Cycles" info + * about-distro: align labels top + * about-distro: hint gpu type + * about-distro: gpu factorization + * about-distro: new hint system + * about-distro: support multiple GPUs (kde#491527) + * Remove obsolete menu category files + * update version for new release + * appiumtests: fix wayland + * Don't include quiet packages in feature_summary + * Add "Documentation" as a category + * update version for new release + * add an edid module (kde#492523) + * update version for new release + * kcms/memory: use KAuth dmidecode helper + * refactor(dmidecode-helper): support multiple methods + * kcms: pull dmidecode-helper into a separate dir + * tidy appstream version information + * update version for new release + +- Drop patches, now upstream: + * 0001-kcms-pull-dmidecode-helper-into-a-separate-dir.patch + * 0002-refactor-dmidecode-helper-support-multiple-methods.patch + * 0003-kcms-memory-use-KAuth-dmidecode-helper.patch + +------------------------------------------------------------------- Old: ---- 0001-kcms-pull-dmidecode-helper-into-a-separate-dir.patch 0002-refactor-dmidecode-helper-support-multiple-methods.patch 0003-kcms-memory-use-KAuth-dmidecode-helper.patch kinfocenter-6.2.5.tar.xz kinfocenter-6.2.5.tar.xz.sig New: ---- kinfocenter-6.3.0.tar.xz kinfocenter-6.3.0.tar.xz.sig BETA DEBUG BEGIN: Old:- Drop patches, now upstream: * 0001-kcms-pull-dmidecode-helper-into-a-separate-dir.patch * 0002-refactor-dmidecode-helper-support-multiple-methods.patch Old: * 0001-kcms-pull-dmidecode-helper-into-a-separate-dir.patch * 0002-refactor-dmidecode-helper-support-multiple-methods.patch * 0003-kcms-memory-use-KAuth-dmidecode-helper.patch Old: * 0002-refactor-dmidecode-helper-support-multiple-methods.patch * 0003-kcms-memory-use-KAuth-dmidecode-helper.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinfocenter6.spec ++++++ --- /var/tmp/diff_new_pack.Sfkhv5/_old 2025-02-10 18:02:41.931184206 +0100 +++ /var/tmp/diff_new_pack.Sfkhv5/_new 2025-02-10 18:02:41.951185046 +0100 @@ -1,7 +1,7 @@ # # spec file for package kinfocenter6 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,11 @@ # -%define kf6_version 6.5.0 +%define kf6_version 6.10.0 %define qt6_version 6.7.0 +%global __requires_exclude qt6qmlimport\\(org\\.kde\\.kinfocenter\\.private.* + %define rname kinfocenter %bcond_without released # Full Plasma 6 version (e.g. 6.0.0) @@ -26,20 +28,16 @@ # 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: kinfocenter6 -Version: 6.2.5 +Version: 6.3.0 Release: 0 Summary: Utility that provides information about a computer system 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 -# PATCH-FIX-UPSTREAM -Patch1: 0001-kcms-pull-dmidecode-helper-into-a-separate-dir.patch -Patch2: 0002-refactor-dmidecode-helper-support-multiple-methods.patch -Patch3: 0003-kcms-memory-use-KAuth-dmidecode-helper.patch # PATCH-FIX-OPENSUSE Patch100: 0002-Look-for-binaries-in-Mesa-demos-path-as-well.patch BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} @@ -111,8 +109,6 @@ %{_kf6_applicationsdir}/org.kde.kinfocenter.desktop %{_kf6_appstreamdir}/org.kde.kinfocenter.appdata.xml %{_kf6_bindir}/kinfocenter -%dir %{_kf6_configdir}/menus -%{_kf6_configdir}/menus/kinfocenter.menu %{_kf6_libdir}/libKInfoCenterInternal.so %{_kf6_plugindir}/plasma/kcms/kcm_about-distro.so %{_kf6_plugindir}/plasma/kcms/kcm_energyinfo.so @@ -120,6 +116,7 @@ %{_kf6_plugindir}/plasma/kcms/kinfocenter/kcm_audio_information.so %{_kf6_plugindir}/plasma/kcms/kinfocenter/kcm_block_devices.so %{_kf6_plugindir}/plasma/kcms/kinfocenter/kcm_cpu.so +%{_kf6_plugindir}/plasma/kcms/kinfocenter/kcm_edid.so %{_kf6_plugindir}/plasma/kcms/kinfocenter/kcm_egl.so %{_kf6_plugindir}/plasma/kcms/kinfocenter/kcm_firmware_security.so %{_kf6_plugindir}/plasma/kcms/kinfocenter/kcm_glx.so @@ -137,12 +134,14 @@ %{_kf6_qmldir}/org/kde/kinfocenter/ %{_kf6_sharedir}/dbus-1/system-services/org.kde.kinfocenter.dmidecode.service %{_kf6_dbuspolicydir}/org.kde.kinfocenter.dmidecode.conf -%{_kf6_sharedir}/desktop-directories/ %dir %{_kf6_sharedir}/kinfocenter/ +%dir %{_kf6_sharedir}/kinfocenter/edid +%{_kf6_sharedir}/kinfocenter/edid/edid.sh %{_kf6_sharedir}/kinfocenter/categories/ %{_kf6_sharedir}/kinfocenter/firmware_security/ %{_kf6_sharedir}/polkit-1/actions/org.kde.kinfocenter.dmidecode.policy %{_kf6_libexecdir}/kauth/kinfocenter-dmidecode-helper +%{_libexecdir}/kinfocenter-opengl-helper %files lang -f %{name}.lang %exclude %{_kf6_htmldir}/en ++++++ kinfocenter-6.2.5.tar.xz -> kinfocenter-6.3.0.tar.xz ++++++ ++++ 42787 lines of diff (skipped)