diff --git a/.cvsignore b/.cvsignore index ef44326..4a555c3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lm_sensors-2.8.1.tar.gz +lm_sensors-2.8.3.tar.gz diff --git a/lm_sensors-2.8.2-expr.patch b/lm_sensors-2.8.2-expr.patch new file mode 100644 index 0000000..ebd5de8 --- /dev/null +++ b/lm_sensors-2.8.2-expr.patch @@ -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"); diff --git a/lm_sensors.spec b/lm_sensors.spec index cd588d3..e0a66a2 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -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 2.8.3-1 +- Updated to latest upstream version 2.8.3 + +* Thu Jan 08 2004 Phil Knirsch 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 2.8.1-1 - Update to latest upstream version 2.8.1 diff --git a/sources b/sources index 1899b61..3240d65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ea0d608404aced13211174e03b1268a lm_sensors-2.8.1.tar.gz +bb5dff9faa23e414e99383258cd1f532 lm_sensors-2.8.3.tar.gz