Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package thermald for openSUSE:Factory checked in at 2025-11-26 17:15:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/thermald (Old) and /work/SRC/openSUSE:Factory/.thermald.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thermald" Wed Nov 26 17:15:07 2025 rev:19 rq:1319982 version:2.5.10.4.git+f284686 Changes: -------- --- /work/SRC/openSUSE:Factory/thermald/thermald.changes 2024-07-11 20:30:45.931563193 +0200 +++ /work/SRC/openSUSE:Factory/.thermald.new.14147/thermald.changes 2025-11-26 17:15:19.325900805 +0100 @@ -1,0 +2,47 @@ +Tue Nov 25 09:50:59 UTC 2025 - Fabian Vogt <[email protected]> + +- Switch _service to use mode="manual" +- Replace fix_qcustomplot_name.patch with + 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch +- Update to version 2.5.10.4.git+f284686: + * itmt3 support + * Compile issue on i586 for time_t print + * Fix version in README.txt + * Update version to 2.5.10 + * Release 2.5.10 + * Fix coverity reported error + * Check for target code ITMT3 + * Update Panther Lake sysfs paths + * Use correct format specifier for time_t + * Don't reset clamp bit for MSR RAPL + * Add power floor event processing + * Dynamic zone: Fix the call to add cdevs + * Also fix dir leak on error return path + * Fix resource leak on opened dir descriptor + * Release 2.5.9 + * Intel P-state passive mode + * Add Panther Lake to the supported list + * Auto detect int3400 base path + * Fix file descriptor leaks on error return paths + * src: thd_dbus_interface: add extra sanity check on introspection_data + * test: Fix spelling mistake "Ploting" -> "Plotting" + * Update kernel module for API update + * gddv test file generator + * Load GDDV from a file + * Replace " \n" with "\n" + * Release 2.5.8 + * Script to plot temperature and trip + * Coverity issue for oveflowed constant + * Coverity: Fix overflowed return value + * Add support for Arrow Lake + * Improve message for processor not supported + * Coverity Errors for Y2K38_SAFETY error + * Coverity Error: Fix unused and uninitialized var + * Coverity Errors: Fix for return value check + * Coverity error: Fix COPY_INSTEAD_OF_MOVE + * Deprecate KBL-G support + * Thermal Monitor: Add trip type back + * Thermal Monitor: Remove deprecated calls + * Fix incorrect integer format specifiers + +------------------------------------------------------------------- Old: ---- fix_qcustomplot_name.patch thermal_daemon-2.5.7.17.git+fc7464a.obscpio New: ---- 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch thermal_daemon-2.5.10.4.git+f284686.obscpio ----------(Old B)---------- Old:- Switch _service to use mode="manual" - Replace fix_qcustomplot_name.patch with 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch ----------(Old E)---------- ----------(New B)---------- New:- Replace fix_qcustomplot_name.patch with 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch - Update to version 2.5.10.4.git+f284686: ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thermald.spec ++++++ --- /var/tmp/diff_new_pack.ng5eRh/_old 2025-11-26 17:15:22.538036223 +0100 +++ /var/tmp/diff_new_pack.ng5eRh/_new 2025-11-26 17:15:22.562037235 +0100 @@ -1,7 +1,7 @@ # # spec file for package thermald # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %global with_thermalmonitor 0%{?is_opensuse} Name: thermald -Version: 2.5.7.17.git+fc7464a +Version: 2.5.10.4.git+f284686 Release: 0 Summary: The Linux Thermal Daemon program from 01.org License: GPL-2.0-or-later @@ -37,7 +37,7 @@ Source10: thermal-monitor.desktop Source11: thermal-monitor.png Patch0: fix-systemd-service.patch -Patch1: fix_qcustomplot_name.patch +Patch1: 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch BuildRequires: autoconf-archive BuildRequires: automake BuildRequires: gcc-c++ @@ -93,7 +93,7 @@ %if %{with_thermalmonitor} pushd tools/thermal_monitor -%qmake5 ThermalMonitor.pro +%qmake5 ThermalMonitor.pro LIBS+=-lqcustomplot %make_build popd %endif ++++++ 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch ++++++ >From ad144f727f24c715760d85504b252ca579c33708 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <[email protected]> Date: Tue, 25 Nov 2025 11:10:10 +0100 Subject: [PATCH] ThermalMonitor.pro: Don't hardcode the qcustomplot library name That way qmake can be called with LIBS+= during build. --- tools/thermal_monitor/ThermalMonitor.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/thermal_monitor/ThermalMonitor.pro b/tools/thermal_monitor/ThermalMonitor.pro index f89d55d58640..da0890937121 100644 --- a/tools/thermal_monitor/ThermalMonitor.pro +++ b/tools/thermal_monitor/ThermalMonitor.pro @@ -16,7 +16,7 @@ TEMPLATE = app # Depending on distro and QT version # name can be different, so choose correct one for your distro -LIBS += -lQCustomPlot +#LIBS += -lQCustomPlot #LIBS += -lqcustomplot #LIBS += -lqcustomplot-qt6 -- 2.51.1 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ng5eRh/_old 2025-11-26 17:15:22.850049376 +0100 +++ /var/tmp/diff_new_pack.ng5eRh/_new 2025-11-26 17:15:22.874050388 +0100 @@ -1,13 +1,15 @@ <services> - <service name="obs_scm" mode="disabled"> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/intel/thermal_daemon.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="revision">master</param> + <!-- Work around https://github.com/intel/thermal_daemon/issues/487 --> + <param name="parent-tag">v2.5.10</param> <param name="versionformat">@PARENT_TAG@.@[email protected]+%h</param> <param name="versionrewrite-pattern">v(.*)</param> </service> - <service name="set_version" mode="disabled"/> + <service name="set_version" mode="manual"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ng5eRh/_old 2025-11-26 17:15:22.970054435 +0100 +++ /var/tmp/diff_new_pack.ng5eRh/_new 2025-11-26 17:15:23.002055784 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/intel/thermal_daemon.git</param> - <param name="changesrevision">fc7464a974f6a5c0b02fa00e3d50e8a8adf99a1e</param></service></servicedata> + <param name="changesrevision">f2846860d7f0ae3e2a9ce7f9299c326438c75cc7</param></service></servicedata> (No newline at EOF) ++++++ thermal_daemon-2.5.7.17.git+fc7464a.obscpio -> thermal_daemon-2.5.10.4.git+f284686.obscpio ++++++ ++++ 4211 lines of diff (skipped) ++++++ thermal_daemon.obsinfo ++++++ --- /var/tmp/diff_new_pack.ng5eRh/_old 2025-11-26 17:15:24.518119699 +0100 +++ /var/tmp/diff_new_pack.ng5eRh/_new 2025-11-26 17:15:24.550121048 +0100 @@ -1,5 +1,5 @@ name: thermal_daemon -version: 2.5.7.17.git+fc7464a -mtime: 1720008620 -commit: fc7464a974f6a5c0b02fa00e3d50e8a8adf99a1e +version: 2.5.10.4.git+f284686 +mtime: 1760719761 +commit: f2846860d7f0ae3e2a9ce7f9299c326438c75cc7
