Hello community,

here is the log from the commit of package thermald for openSUSE:Factory 
checked in at 2017-03-22 23:18:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thermald (Old)
 and      /work/SRC/openSUSE:Factory/.thermald.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thermald"

Wed Mar 22 23:18:03 2017 rev:3 rq:461276 version:1.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/thermald/thermald.changes        2016-03-31 
13:03:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.thermald.new/thermald.changes   2017-03-22 
23:18:04.477525541 +0100
@@ -1,0 +2,13 @@
+Wed Jan 11 08:18:17 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.5.4:
+  * Use Processor thermal device in lieu of CPU zone when present
+  * Haswell/Skylake PCH sensor
+  * Fix regression in LCD/Backlight path
+- Packaging cleanup:
+  - Run spec-cleaner
+  - Use pretty name for downloaded archive
+  - Drop not needed service
+  - Remove fedora conditionals
+
+-------------------------------------------------------------------

Old:
----
  _service
  v1.5.3.tar.gz

New:
----
  thermald-1.5.4.tar.gz

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

Other differences:
------------------
++++++ thermald.spec ++++++
--- /var/tmp/diff_new_pack.6Ylh9V/_old  2017-03-22 23:18:05.105436598 +0100
+++ /var/tmp/diff_new_pack.6Ylh9V/_new  2017-03-22 23:18:05.105436598 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package thermald
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,22 @@
 
 
 Name:           thermald
-Version:        1.5.3
+Version:        1.5.4
 Release:        0
 Summary:        The Linux Thermal Daemon program from 01.org
 License:        GPL-2.0+
 Group:          System/Daemons
 Url:            https://01.org/linux-thermal-daemon
-Source0:        
https://github.com/01org/thermal_daemon/archive/v%{version}.tar.gz
+Source0:        
https://github.com/01org/thermal_daemon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        thermald.conf
 BuildRequires:  automake
 BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
-BuildRequires:  libxml2
 BuildRequires:  libxml2-devel
-BuildRequires:  pkg-config
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(systemd)
-%if %{defined suse_version}
-BuildRequires:  dbus-1-glib-devel
-%endif
-%if %{defined fedora_version}
-BuildRequires:  dbus-glib-devel
-BuildRequires:  systemd-units
-%endif
 ExclusiveArch:  %{ix86} x86_64
 
 %description
@@ -51,7 +43,7 @@
 %setup -q -n thermal_daemon-%{version}
 
 %build
-./autogen.sh
+autoreconf -fiv
 %configure
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
@@ -59,14 +51,13 @@
 %service_add_pre thermald.service
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
-%if %{defined suse_version}
 # Upstart file not needed
 rm %{buildroot}%{_sysconfdir}/init/thermald.conf
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcthermald
-install -Dm644 "%{_sourcedir}/thermald.conf" 
"%{buildroot}/%{_libexecdir}/modules-load.d/thermald.conf"
-%endif
+install -D -p -m 0644 data/thermald.conf \
+  %{buildroot}/%{_libexecdir}/modules-load.d/thermald.conf
 
 %post
 %service_add_post thermald.service
@@ -86,18 +77,12 @@
 %config %{_sysconfdir}/thermald/thermal-conf.xml
 %config %{_sysconfdir}/thermald/thermal-cpu-cdev-order.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.thermald.service
-%{_mandir}/man5/thermal-conf.xml.5.gz
-%{_mandir}/man8/thermald.8.gz
+%{_mandir}/man5/thermal-conf.xml.5%{ext_man}
+%{_mandir}/man8/thermald.8%{ext_man}
 %{_sbindir}/thermald
-
-%if %{defined suse_version}
 %dir %{_libexecdir}/modules-load.d
 %{_libexecdir}/modules-load.d/thermald.conf
 %{_unitdir}/thermald.service
 %{_sbindir}/rcthermald
-%endif
-%if %{defined fedora_version}
-%{_unitdir}/thermald.service
-%endif
 
 %changelog


Reply via email to