Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package thermald for openSUSE:Factory 
checked in at 2023-10-13 23:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thermald (Old)
 and      /work/SRC/openSUSE:Factory/.thermald.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thermald"

Fri Oct 13 23:15:01 2023 rev:16 rq:1117522 version:2.5.4.0.git+63b290f

Changes:
--------
--- /work/SRC/openSUSE:Factory/thermald/thermald.changes        2023-07-12 
17:28:53.163140238 +0200
+++ /work/SRC/openSUSE:Factory/.thermald.new.20540/thermald.changes     
2023-10-13 23:16:04.810081821 +0200
@@ -1,0 +2,22 @@
+Mon Sep 25 13:52:53 UTC 2023 - tr...@suse.de
+
+- jsc#PED-5716 Enable support for Thermal Controls on platform
+- Move of dbus config files from /etc to /usr/share
+- Fix wrongly written library name
+A fix_qcustomplot_name.patch
+- Make use of _service (git scm) service file:
+A    _service
+A    _servicedata
+A    thermal_daemon-2.5.4.0.git+63b290f.obscpio
+A    thermal_daemon.obsinfo
+- Update to version 2.5.4.0.git+63b290f:
+  * Release 2.5.4
+  * Change the sorting order when min_max_valid
+  * Process case when target matches after init
+  * Remove memset for pid_param_t to 0
+  * Remove check for new_passive < critical
+  * domain_name not set and used in thd_cdev_rapl
+  * build warning, ret is assigned for sysfs write
+  * Remove duplicate type_type == HOT comparison
+
+-------------------------------------------------------------------

Old:
----
  thermal_daemon-2.5.3.tar.gz

New:
----
  _service
  _servicedata
  fix_qcustomplot_name.patch
  thermal_daemon-2.5.4.0.git+63b290f.obscpio
  thermal_daemon.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ thermald.spec ++++++
--- /var/tmp/diff_new_pack.meWj5U/_old  2023-10-13 23:16:05.450105034 +0200
+++ /var/tmp/diff_new_pack.meWj5U/_new  2023-10-13 23:16:05.454105180 +0200
@@ -21,19 +21,20 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:           thermald
-Version:        2.5.3
+Version:        2.5.4.0.git+63b290f
 Release:        0
 Summary:        The Linux Thermal Daemon program from 01.org
 License:        GPL-2.0-or-later
 Group:          System/Daemons
 URL:            https://01.org/linux-thermal-daemon
-Source0:        
https://github.com/intel/thermal_daemon/archive/v%{version}/thermal_daemon-%{version}.tar.gz
+Source0:        thermal_daemon-%{version}.tar.xz
 Source1:        %{name}.conf
 Source2:        %{name}-group.conf
 Source3:        sysconfig.%{name}
 Source10:       thermal-monitor.desktop
 Source11:       thermal-monitor.png
 Patch0:         fix-systemd-service.patch
+Patch1:         fix_qcustomplot_name.patch
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -124,9 +125,9 @@
 %doc README.txt data/thermal-conf.xml
 %doc test/thermald_optimization_with_dptfxtract
 %dir %{_datadir}/dbus-1/system-services
-%dir %{_sysconfdir}/dbus-1/system.d
+%dir %{_datadir}/dbus-1/system.d
 %dir %{_sysconfdir}/thermald
-%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.thermald.conf
+%config(noreplace) %{_datadir}/dbus-1/system.d/org.freedesktop.thermald.conf
 %config(noreplace) %{_sysconfdir}/thermald/thermal-cpu-cdev-order.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.thermald.service
 %{_fillupdir}/sysconfig.%{name}

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <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>
    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.git+%h</param>
    <param name="versionrewrite-pattern">v(.*)</param>
  </service>
  <service name="set_version" mode="disabled"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/intel/thermal_daemon.git</param>
              <param 
name="changesrevision">63b290f20da115f62f5bbd39a28fa5afe0f6efc2</param></service></servicedata>
(No newline at EOF)

++++++ fix_qcustomplot_name.patch ++++++
Index: 
thermal_daemon-2.5.4.0.git+63b290f/tools/thermal_monitor/ThermalMonitor.pro
===================================================================
--- 
thermal_daemon-2.5.4.0.git+63b290f.orig/tools/thermal_monitor/ThermalMonitor.pro
+++ thermal_daemon-2.5.4.0.git+63b290f/tools/thermal_monitor/ThermalMonitor.pro
@@ -14,7 +14,7 @@ CONFIG(release): DEFINES += QT_NO_DEBUG_
 TARGET = ThermalMonitor
 TEMPLATE = app
 
-LIBS += -lQCustomPlot
+LIBS += -lqcustomplot
 
 SOURCES += main.cpp\
         mainwindow.cpp \


++++++ thermal_daemon.obsinfo ++++++
name: thermal_daemon
version: 2.5.4.0.git+63b290f
mtime: 1691885707
commit: 63b290f20da115f62f5bbd39a28fa5afe0f6efc2

Reply via email to