update to 3.5.0 [release 3.5.0-1mamba;Fri Aug 02 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 06:27:01 +01:00
parent cd49a6f071
commit 0c33009015

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 3.5.0-1mamba
- update to 3.5.0
* Sat Dec 02 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-2mamba
- move libsensors to its own library subpackage