Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package thermald for openSUSE:Factory checked in at 2021-07-16 00:00:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/thermald (Old) and /work/SRC/openSUSE:Factory/.thermald.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thermald" Fri Jul 16 00:00:38 2021 rev:9 rq:906420 version:2.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/thermald/thermald.changes 2020-10-23 12:24:43.600887284 +0200 +++ /work/SRC/openSUSE:Factory/.thermald.new.2625/thermald.changes 2021-07-16 00:03:08.556388392 +0200 @@ -1,0 +2,17 @@ +Thu Jul 15 07:31:17 UTC 2021 - Paolo Stivanin <[email protected]> + +- Update to 2.4.6: + * Support for Rocket Lake and Commet Lake CPU model + * Tiger Lake DPTF tables support + * CPU stuck at low frequency on two models (issue 280) + * Changes related to PID and exit codes + * Minor change for Dell XPS 13 with Tiger Lake. + * Issue with Dell Latitude 7400. + * Allow --ingore-cpuid-check to use with --adaptive option + * Address low performance with Dell Latitude 5420 with the latest BIOS + * Fix for Ubuntu bug 1930422 +- Rebase fix-man-thermald_8.patch +- Rebase fix-systemd-service.patch +- Drop fix-32bit-build.patch + +------------------------------------------------------------------- Old: ---- fix-32bit-build.patch thermal_daemon-2.3.tar.gz New: ---- thermal_daemon-2.4.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thermald.spec ++++++ --- /var/tmp/diff_new_pack.c5DjzA/_old 2021-07-16 00:03:09.020384674 +0200 +++ /var/tmp/diff_new_pack.c5DjzA/_new 2021-07-16 00:03:09.024384642 +0200 @@ -1,7 +1,7 @@ # # spec file for package thermald # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,9 +20,8 @@ %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif - Name: thermald -Version: 2.3 +Version: 2.4.6 Release: 0 Summary: The Linux Thermal Daemon program from 01.org License: GPL-2.0-or-later @@ -36,17 +35,10 @@ Source11: thermal-monitor.png Patch0: fix-systemd-service.patch Patch1: fix-man-thermald_8.patch -# PATCH-FEATURE-UPSTREAM fix-32bit-build.patch https://github.com/intel/thermal_daemon/pull/264 -Patch2: fix-32bit-build.patch BuildRequires: autoconf-archive BuildRequires: automake -BuildRequires: dbus-1-devel -BuildRequires: dbus-1-glib-devel BuildRequires: gcc-c++ -BuildRequires: glib2-devel -BuildRequires: gtk-doc BuildRequires: hicolor-icon-theme -BuildRequires: libxml2-devel BuildRequires: pkgconfig BuildRequires: sysuser-shadow BuildRequires: sysuser-tools @@ -55,8 +47,13 @@ BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(libevdev) BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(upower-glib) Requires(post): %fillup_prereq ++++++ fix-man-thermald_8.patch ++++++ --- /var/tmp/diff_new_pack.c5DjzA/_old 2021-07-16 00:03:09.044384481 +0200 +++ /var/tmp/diff_new_pack.c5DjzA/_new 2021-07-16 00:03:09.044384481 +0200 @@ -1,6 +1,6 @@ ---- a/man/thermald.8 -+++ b/man/thermald.8 -@@ -100,8 +100,10 @@ +--- a/man/thermald.8.orig 2021-07-15 09:28:22.630074123 +0200 ++++ b/man/thermald.8 2021-07-15 09:29:23.394315527 +0200 +@@ -100,10 +100,13 @@ .TP .B \-\-ignore-default-control Ignore default CPU temperature control. Strictly follow thermal-conf.xml or thermal-conf.xml.auto. @@ -10,4 +10,7 @@ +.TP .B \-\-disable-active-power Disable active power management. This will not set active power limits. ++.TP + .B \-\-adaptive + Use DPTF adaptive tables when present. This will ignore thermald config via xml files. ++++++ fix-systemd-service.patch ++++++ --- /var/tmp/diff_new_pack.c5DjzA/_old 2021-07-16 00:03:09.052384417 +0200 +++ /var/tmp/diff_new_pack.c5DjzA/_new 2021-07-16 00:03:09.052384417 +0200 @@ -1,17 +1,15 @@ ---- a/data/thermald.service.in -+++ b/data/thermald.service.in -@@ -4,9 +4,13 @@ - - [Service] +--- a/data/thermald.service.in.orig 2021-07-15 09:25:50.933468593 +0200 ++++ b/data/thermald.service.in 2021-07-15 09:26:52.193713129 +0200 +@@ -6,7 +6,11 @@ Type=dbus + SuccessExitStatus=2 + BusName=org.freedesktop.thermald +-ExecStart=@sbindir@/thermald --systemd --dbus-enable --adaptive +Environment=THERMALD_CONFIG="/etc/thermald/thermal-conf.xml" +Environment=THERMALD_POLL="4" +Environment=THERMALD_OPTS="--disable-active-power" +EnvironmentFile=-/etc/sysconfig/thermald - SuccessExitStatus=1 - BusName=org.freedesktop.thermald --ExecStart=@sbindir@/thermald --systemd --dbus-enable --adaptive +ExecStart=@sbindir@/thermald --systemd --dbus-enable --adaptive --config-file ${THERMALD_CONFIG} --poll-interval $THERMALD_POLL $THERMALD_OPTS + Restart=on-failure [Install] - WantedBy=multi-user.target ++++++ thermal_daemon-2.3.tar.gz -> thermal_daemon-2.4.6.tar.gz ++++++ ++++ 2105 lines of diff (skipped)
