diff --git a/lm_sensors.spec b/lm_sensors.spec index 3c60e15..13758ba 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,13 +1,15 @@ +%define gitver %(echo %version | tr . -) Name: lm_sensors -Version: 3.4.0 -Release: 2mamba +Version: 3.5.0 +Release: 1mamba Summary: Tools for monitoring the hardware health of Linux systems Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.lm-sensors.org/ -Source: http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2 +Source: https://github.com/lm-sensors/lm-sensors.git/V%{gitver}/lm-sensors-%{version}.tar.bz2 +#Source: http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2 Patch0: lm_sensors-3.3.5-kernel-detect-openmamba.patch License: GPL ## AUTOBUILDREQ-BEGIN @@ -46,7 +48,7 @@ lm_sensors provides tools for monitoring the hardware health of Linux systems co This package contains static libraries and header files need for development. %prep -%setup -q +%setup -q -n lm-sensors-%{version} %patch0 -p1 %build @@ -157,6 +159,9 @@ fi %doc CHANGES CONTRIBUTORS README %changelog +* Fri Aug 02 2019 Silvan Calarco 3.5.0-1mamba +- update to 3.5.0 + * Sat Dec 02 2017 Silvan Calarco 3.4.0-2mamba - move libsensors to its own library subpackage