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:
parent
7149d2de51
commit
d6c8a804dd
@ -1 +1 @@
|
|||||||
lm_sensors-2.8.1.tar.gz
|
lm_sensors-2.8.3.tar.gz
|
||||||
|
11
lm_sensors-2.8.2-expr.patch
Normal file
11
lm_sensors-2.8.2-expr.patch
Normal 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");
|
@ -1,11 +1,12 @@
|
|||||||
Name: lm_sensors
|
Name: lm_sensors
|
||||||
Version: 2.8.1
|
Version: 2.8.3
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://secure.netroedge.com/~lm78/
|
URL: http://secure.netroedge.com/~lm78/
|
||||||
Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz
|
Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz
|
||||||
Patch1: lm_sensors-2.5.5-glibc22.patch
|
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
|
Patch3: lm_sensors-2.8.0-utf8.patch
|
||||||
|
Patch4: lm_sensors-2.8.2-expr.patch
|
||||||
Summary: Hardware monitoring tools.
|
Summary: Hardware monitoring tools.
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -33,6 +34,7 @@ when building applications that make use of sensor data.
|
|||||||
%patch1 -p1 -b .glibc22
|
%patch1 -p1 -b .glibc22
|
||||||
%patch2 -p1 -b .redhat
|
%patch2 -p1 -b .redhat
|
||||||
%patch3 -p1 -b .utf8
|
%patch3 -p1 -b .utf8
|
||||||
|
%patch4 -p1 -b .expr
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p kernel/include/linux
|
mkdir -p kernel/include/linux
|
||||||
@ -62,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/linux
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc BACKGROUND BUGS CHANGES CONTRIBUTORS COPYING doc INSTALL QUICKSTART README* TODO prog/init/*
|
%doc BACKGROUND BUGS CHANGES CONTRIBUTORS COPYING doc INSTALL QUICKSTART README* TODO prog/init/*
|
||||||
%config %{_sysconfdir}/sensors.conf
|
%config %{_sysconfdir}/sensors.conf
|
||||||
%{_bindir}/sensors
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
@ -74,6 +76,14 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/linux
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 24 2003 Phil Knirsch <pknirsch@redhat.com> 2.8.1-1
|
||||||
- Update to latest upstream version 2.8.1
|
- Update to latest upstream version 2.8.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user