auto-import changelog data from lm_sensors-2.8.3-1.src.rpm

Thu Jan 29 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-1
- Updated to latest upstream version 2.8.3
Thu Jan 08 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.2-1
- Update to latest upstream version 2.8.2
- Fixed wrong & usage in if expression.
- Included several new perl tools.
This commit is contained in:
cvsdist 2004-09-09 08:00:19 +00:00
parent 7149d2de51
commit d6c8a804dd
4 changed files with 26 additions and 5 deletions

View File

@ -1 +1 @@
lm_sensors-2.8.1.tar.gz
lm_sensors-2.8.3.tar.gz

View File

@ -0,0 +1,11 @@
--- lm_sensors-2.8.1/prog/eepromer/eeprom.c~ 2004-01-07 20:55:21.000000000 +0000
+++ lm_sensors-2.8.1/prog/eepromer/eeprom.c 2004-01-07 20:56:34.000000000 +0000
@@ -216,7 +216,7 @@
/***
*** I'm not the one to blame of you screw your computer!
***/
- if(rwmode & ! force){
+ if(rwmode && ! force) {
unsigned char warnbuf[4];
fprintf(stderr,"**WARNING**\n");
fprintf(stderr," - \tYou have chosen to WRITE to this eeprom.\n");

View File

@ -1,11 +1,12 @@
Name: lm_sensors
Version: 2.8.1
Version: 2.8.3
Release: 1
URL: http://secure.netroedge.com/~lm78/
Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz
Patch1: lm_sensors-2.5.5-glibc22.patch
Patch2: lm_sensors-2.8.0-redhat.patch
Patch2: lm_sensors-2.8.2-redhat.patch
Patch3: lm_sensors-2.8.0-utf8.patch
Patch4: lm_sensors-2.8.2-expr.patch
Summary: Hardware monitoring tools.
Group: Applications/System
License: GPL
@ -33,6 +34,7 @@ when building applications that make use of sensor data.
%patch1 -p1 -b .glibc22
%patch2 -p1 -b .redhat
%patch3 -p1 -b .utf8
%patch4 -p1 -b .expr
%build
mkdir -p kernel/include/linux
@ -62,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/linux
%defattr(-,root,root)
%doc BACKGROUND BUGS CHANGES CONTRIBUTORS COPYING doc INSTALL QUICKSTART README* TODO prog/init/*
%config %{_sysconfdir}/sensors.conf
%{_bindir}/sensors
%{_bindir}/*
%{_libdir}/*.so.*
%{_mandir}/man*/*
%{_sbindir}/*
@ -74,6 +76,14 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/linux
%{_libdir}/lib*.so
%changelog
* Thu Jan 29 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-1
- Updated to latest upstream version 2.8.3
* Thu Jan 08 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.2-1
- Update to latest upstream version 2.8.2
- Fixed wrong & usage in if expression.
- Included several new perl tools.
* Fri Oct 24 2003 Phil Knirsch <pknirsch@redhat.com> 2.8.1-1
- Update to latest upstream version 2.8.1

View File

@ -1 +1 @@
2ea0d608404aced13211174e03b1268a lm_sensors-2.8.1.tar.gz
bb5dff9faa23e414e99383258cd1f532 lm_sensors-2.8.3.tar.gz