[packages/thermal-daemon] updated to 2.5.10

bszx bszx at pld-linux.org
Tue Nov 25 18:58:09 CET 2025


commit 3d66a806ff794fa1c284e134152283676f3c2e82
Author: Bartek Szady <bszx at bszx.eu>
Date:   Tue Nov 25 18:54:17 2025 +0100

    updated to 2.5.10

 print-time_t.patch  | 14 --------------
 thermal-daemon.spec | 21 ++++++++++++---------
 2 files changed, 12 insertions(+), 23 deletions(-)
---
diff --git a/thermal-daemon.spec b/thermal-daemon.spec
index 993e768..7542a13 100644
--- a/thermal-daemon.spec
+++ b/thermal-daemon.spec
@@ -1,22 +1,25 @@
 Summary:	The "Linux Thermal Daemon" program from 01.org
 Summary(pl.UTF-8):	Linux Thermal Daemon z 01.org
 Name:		thermal-daemon
-Version:	2.2
-Release:	3
+Version:	2.5.10
+Release:	1
 License:	GPL v2+
 Group:		Base
-Source0:	https://github.com/01org/thermal_daemon/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	4e86f9c2fedcdfc10bb2654edcc96414
-Patch0:		print-time_t.patch
-URL:		https://github.com/01org/thermal_daemon
+Source0:	https://github.com/intel/thermal_daemon/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	baea9f2f0152b1a21162b4f0a39dd32e
+URL:		https://github.com/intel/thermal_daemon
 BuildRequires:	autoconf >= 2.50
+BuildRequires:	autoconf-archive
 BuildRequires:	automake >= 1:1.11
 BuildRequires:	dbus-devel >= 1.1
 BuildRequires:	dbus-glib-devel >= 0.94
 BuildRequires:	glib2-devel >= 1:2.22
+BuildRequires:	gtk-doc
+BuildRequires:	libevdev-devel
 BuildRequires:	libxml2-devel >= 2.4
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.671
+BuildRequires:	upower-devel
 Requires(post,preun,postun):	systemd-units >= 38
 Requires:	dbus >= 1.1
 Requires:	dbus-glib >= 0.94
@@ -33,11 +36,11 @@ Thermal Daemon monitoruje i kontroluje temperaturę komputera.
 
 %prep
 %setup -q -n thermal_daemon-%{version}
-%patch -P0 -p1
 
 %build
 install -d build-aux
-%{__aclocal}
+%{__aclocal} --install
+gtkdocize --copy --flavour no-tmpl
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -69,9 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/thermald
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/thermald/thermal-conf.xml
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/thermald/thermal-cpu-cdev-order.xml
-%config(noreplace) /etc/dbus-1/system.d/org.freedesktop.thermald.conf
 %attr(755,root,root) %{_sbindir}/thermald
 %{_datadir}/dbus-1/system-services/org.freedesktop.thermald.service
+%{_datadir}/dbus-1/system.d/org.freedesktop.thermald.conf
 %{_mandir}/man5/thermal-conf.xml.5*
 %{_mandir}/man8/thermald.8*
 %{systemdunitdir}/thermald.service
diff --git a/print-time_t.patch b/print-time_t.patch
deleted file mode 100644
index 99a0878..0000000
--- a/print-time_t.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- thermal_daemon-2.2/src/main.cpp.orig	2020-06-06 01:02:24.000000000 +0200
-+++ thermal_daemon-2.2/src/main.cpp	2020-06-29 19:26:49.136677166 +0200
-@@ -121,9 +121,9 @@
- 	seconds = time(NULL);
- 
- 	if (thd_daemonize)
--		syslog(syslog_priority, "[%ld]%s%s", seconds, prefix, message);
-+		syslog(syslog_priority, "[%lld]%s%s", (long long) seconds, prefix, message);
- 	else
--		g_print("[%ld]%s%s", seconds, prefix, message);
-+		g_print("[%lld]%s%s", (long long) seconds, prefix, message);
- 
- }
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/thermal-daemon.git/commitdiff/3d66a806ff794fa1c284e134152283676f3c2e82




More information about the pld-cvs-commit mailing list