auto-import changelog data from lm_sensors-2.5.5-3.src.rpm

Thu Feb 15 2001 Philipp Knirsch <pknirsch@redhat.de>
- Removed the i2c block patch as our newest kernel doesn't need it anymore.
Mon Feb 05 2001 Matt Wilson <msw@redhat.com>
- added patch to not include sys/perm.h, as it's gone now.
- added alpha to ExclusiveArch
- use make "LINUX_HEADERS=/usr/include" to get kernel headers
Tue Jan 16 2001 Philipp Knirsch <pknirsch@redhat.de>
- Updated to 2.5.5 which includes the Serverworks drivers. Kernel modules
    are not included though es they have to go into the kernel package
- Had to remove all references to I2C_SMBUS_I2C_BLOCK_DATA from
    kernel/busses/i2c-i801.c and prog/dump/i2cdump.c as this is not defined
    in our current kernel package
Tue Dec 19 2000 Philipp Knirsch <pknirsch@redhat.de>
- update to 2.5.4
- updated URL and Source entries to point to new home of lm-sensors
- rebuild
This commit is contained in:
cvsdist 2004-09-09 07:57:58 +00:00
parent 8b2fb313e8
commit 758776726e
4 changed files with 44 additions and 9 deletions

View File

@ -1 +1 @@
lm_sensors-2.5.2.tar.gz
lm_sensors-2.5.5.tar.gz

View File

@ -0,0 +1,11 @@
--- lm_sensors-2.5.5/prog/dump/isadump.c.glibc22 Mon Feb 5 22:56:47 2001
+++ lm_sensors-2.5.5/prog/dump/isadump.c Mon Feb 5 22:55:35 2001
@@ -25,7 +25,7 @@
/* To keep glibc2 happy */
-#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0
+#if 0 && defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0
#include <sys/perm.h>
#endif

View File

@ -1,15 +1,17 @@
Name: lm_sensors
Version: 2.5.2
Version: 2.5.5
Release: 3
URL: http://www.lm-sensors.nu/
Source: http://www.lm-sensors.nu/lm-sensors/archive/lm_sensors-%{version}.tar.gz
Patch: lm_sensors-2.5.2-redhat.patch
URL: http://www.netroedge.com/~lm78/
Source: http://www.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz
Patch1: lm_sensors-2.5.2-redhat.patch
Patch2: lm_sensors-2.5.5-ic2_block.patch
Patch3: lm_sensors-2.5.5-glibc22.patch
Summary: Hardware monitoring tools.
Group: Applications/System
Copyright: GPL
Buildroot: %{_tmppath}/%{name}-root
ExclusiveArch: i386
BuildPrereq: kernel-headers >= 2.2.16
ExclusiveArch: alpha %{ix86}
%description
The lm_sensors package includes a collection of modules for general SMBus
@ -28,10 +30,12 @@ when building applications that make use of sensor data.
%prep
%setup -q
%patch0 -p1 -b .redhat
%patch1 -p1 -b .redhat
#%patch2 -p1 -b .i2c_block
%patch3 -p1 -b .glibc22
%build
make
make LINUX_HEADERS=/usr/include
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
@ -61,6 +65,26 @@ chmod 755 $RPM_BUILD_ROOT%{_libdir}/*.so*
%{_libdir}/lib*.so
%changelog
* Thu Feb 15 2001 Philipp Knirsch <pknirsch@redhat.de>
- Removed the i2c block patch as our newest kernel doesn't need it anymore.
* Mon Feb 5 2001 Matt Wilson <msw@redhat.com>
- added patch to not include sys/perm.h, as it's gone now.
- added alpha to ExclusiveArch
- use make "LINUX_HEADERS=/usr/include" to get kernel headers
* Tue Jan 16 2001 Philipp Knirsch <pknirsch@redhat.de>
- Updated to 2.5.5 which includes the Serverworks drivers. Kernel modules are
not included though es they have to go into the kernel package
- Had to remove all references to I2C_SMBUS_I2C_BLOCK_DATA from
kernel/busses/i2c-i801.c and prog/dump/i2cdump.c as this is not defined in
our current kernel package
* Tue Dec 19 2000 Philipp Knirsch <pknirsch@redhat.de>
- update to 2.5.4
- updated URL and Source entries to point to new home of lm-sensors
- rebuild
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix summary

View File

@ -1 +1 @@
64f87d8cae43e465c760b217ee2e9952 lm_sensors-2.5.2.tar.gz
53740608812efa82532da2f980e6f974 lm_sensors-2.5.5.tar.gz