From 758776726e6111bddb5e2afa3e23a77161a4efa8 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:57:58 +0000 Subject: [PATCH] auto-import changelog data from lm_sensors-2.5.5-3.src.rpm Thu Feb 15 2001 Philipp Knirsch - Removed the i2c block patch as our newest kernel doesn't need it anymore. Mon Feb 05 2001 Matt Wilson - 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 - 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 - update to 2.5.4 - updated URL and Source entries to point to new home of lm-sensors - rebuild --- .cvsignore | 2 +- lm_sensors-2.5.5-glibc22.patch | 11 ++++++++++ lm_sensors.spec | 38 +++++++++++++++++++++++++++------- sources | 2 +- 4 files changed, 44 insertions(+), 9 deletions(-) create mode 100644 lm_sensors-2.5.5-glibc22.patch diff --git a/.cvsignore b/.cvsignore index 75b3455..c59be4b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lm_sensors-2.5.2.tar.gz +lm_sensors-2.5.5.tar.gz diff --git a/lm_sensors-2.5.5-glibc22.patch b/lm_sensors-2.5.5-glibc22.patch new file mode 100644 index 0000000..f01bc00 --- /dev/null +++ b/lm_sensors-2.5.5-glibc22.patch @@ -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 + #endif + diff --git a/lm_sensors.spec b/lm_sensors.spec index 98f42fd..280d394 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -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 +- Removed the i2c block patch as our newest kernel doesn't need it anymore. + +* Mon Feb 5 2001 Matt Wilson +- 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 +- 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 +- 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 - fix summary diff --git a/sources b/sources index d960b19..e4642b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64f87d8cae43e465c760b217ee2e9952 lm_sensors-2.5.2.tar.gz +53740608812efa82532da2f980e6f974 lm_sensors-2.5.5.tar.gz