Hello community, here is the log from the commit of package sensors checked in at Wed Nov 28 23:49:24 CET 2007. -------- --- sensors/sensors.changes 2007-11-22 11:46:22.000000000 +0100 +++ /mounts/work_src_done/STABLE/sensors/sensors.changes 2007-11-27 14:48:06.553229000 +0100 @@ -1,0 +2,15 @@ +Tue Nov 27 14:47:43 CET 2007 - jdelvare@suse.de + +- Add a link to the init script. + +------------------------------------------------------------------- +Mon Nov 26 13:34:08 CET 2007 - jdelvare@suse.de + +- Update to lm_sensors version 3.0.0 + * Completely rewritten library, much smaller + * Supports all devices supported by the kernel (contains no + device-specific code) + * libsensors has a new SONAME (libsensors.so.4) + * fancontrol.pl is gone + +------------------------------------------------------------------- Old: ---- lm_sensors-2.10.4-sysconfig_metadata.patch lm_sensors-2.10.5.dif lm_sensors-2.10.5-sensord-separate.dif lm_sensors-2.10.5.tar.bz2 lm_sensors-2.7.0-kernelheaders.dif lm_sensors-drop-i2c-tools.dif README.SuSE New: ---- lm_sensors-3.0.0.dif lm_sensors-3.0.0-sensord-separate.dif lm_sensors-3.0.0-sysconfig_metadata.patch lm_sensors-3.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sensors.spec ++++++ --- /var/tmp/diff_new_pack.b19758/_old 2007-11-28 23:48:32.000000000 +0100 +++ /var/tmp/diff_new_pack.b19758/_new 2007-11-28 23:48:32.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package sensors (Version 2.10.5) +# spec file for package sensors (Version 3.0.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,20 +13,17 @@ Name: sensors BuildRequires: bison flex rrdtool-devel sysfsutils Url: http://www.lm-sensors.org/ -Version: 2.10.5 -Release: 14 +Version: 3.0.0 +Release: 1 Summary: Hardware health monitoring for Linux License: GPL v2 or later Group: System/Monitoring -Requires: modules /etc/sensors.conf +Requires: modules /etc/sensors3.conf AutoReqProv: on -Source0: lm_sensors-2.10.5.tar.bz2 -Source1: README.SuSE -Patch: lm_sensors-2.10.5.dif -Patch1: lm_sensors-drop-i2c-tools.dif -Patch2: lm_sensors-2.7.0-kernelheaders.dif -Patch3: lm_sensors-2.10.5-sensord-separate.dif -Patch4: lm_sensors-2.10.4-sysconfig_metadata.patch +Source0: lm_sensors-3.0.0.tar.bz2 +Patch: lm_sensors-3.0.0.dif +Patch1: lm_sensors-3.0.0-sensord-separate.dif +Patch2: lm_sensors-3.0.0-sysconfig_metadata.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: s390 s390x @@ -54,7 +51,7 @@ %package -n sensord Summary: Hardware health monitoring daemon Group: System/Monitoring -Requires: /etc/sensors.conf +Requires: /etc/sensors3.conf Provides: sensors:/usr/sbin/sensord AutoReqProv: on @@ -71,12 +68,12 @@ -------- Merlin Hughes <merlin@merlin.org> -%package -n libsensors3 +%package -n libsensors4 Summary: Hardware health monitoring library Group: System/Libraries AutoReqProv: on -%description -n libsensors3 +%description -n libsensors4 libsensors offers a way for applications to access the hardware monitoring chips of the system. A system-dependent configuration file controls how the different inputs are labeled and what scaling factors @@ -94,15 +91,15 @@ Jean Delvare <khali@linux-fr.org> Mark M. Hoffman <mhoffman@lightlink.com> -%package -n libsensors3-devel +%package -n libsensors4-devel Summary: Hardware health monitoring library Group: Development/Libraries/C and C++ -Requires: libsensors3 = %{version} +Requires: libsensors4 = %{version} Requires: sysfsutils Provides: sensors:/usr/include/sensors/sensors.h AutoReqProv: on -%description -n libsensors3-devel +%description -n libsensors4-devel libsensors offers a way for applications to access the hardware monitoring chips of the system. A system-dependent configuration file controls how the different inputs are labeled and what scaling factors @@ -125,8 +122,6 @@ %patch %patch1 %patch2 -%patch3 -%patch4 %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS" @@ -145,28 +140,28 @@ cp -a progs $RPM_BUILD_ROOT/%{_docdir}/sensors/ chmod -R u+rwX,g+rX,o+rX $RPM_BUILD_ROOT/%{_docdir}/sensors/ cd ../ - cp ${RPM_SOURCE_DIR}/README.SuSE $RPM_BUILD_ROOT/%{_docdir}/sensors/ chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libsensors.so.* mkdir -p $RPM_BUILD_ROOT/etc/init.d install -m 0755 prog/init/lm_sensors.init.suse $RPM_BUILD_ROOT/etc/init.d/lm_sensors + ln -sf /etc/init.d/lm_sensors $RPM_BUILD_ROOT/usr/sbin/rclm_sensors # cleanup rm -f $RPM_BUILD_ROOT/usr/src/linux/include/sensors.h %postun %{insserv_cleanup} -%post -n libsensors3 +%post -n libsensors4 %run_ldconfig -%postun -n libsensors3 +%postun -n libsensors4 %run_ldconfig %files %defattr(-,root,root) /etc/init.d/lm_sensors +/usr/sbin/rclm_sensors /usr/bin/* /usr/sbin/fancontrol -/usr/sbin/fancontrol.pl %ifarch i386 i486 i586 i686 x86_64 /usr/sbin/isadump /usr/sbin/isaset @@ -188,13 +183,13 @@ /usr/sbin/sensord %doc /usr/share/man/man8/sensord.8.gz -%files -n libsensors3 +%files -n libsensors4 %defattr(-,root,root) -%config(noreplace) /etc/sensors.conf -%{_libdir}/libsensors.so.3* +%config(noreplace) /etc/sensors3.conf +%{_libdir}/libsensors.so.4* %doc /usr/share/man/man5/*.5.gz -%files -n libsensors3-devel +%files -n libsensors4-devel %defattr(-,root,root) /usr/include/sensors/ %{_libdir}/libsensors.a @@ -202,6 +197,15 @@ %doc /usr/share/man/man3/*.3.gz %changelog +* Tue Nov 27 2007 - jdelvare@suse.de +- Add a link to the init script. +* Mon Nov 26 2007 - jdelvare@suse.de +- Update to lm_sensors version 3.0.0 + * Completely rewritten library, much smaller + * Supports all devices supported by the kernel (contains no + device-specific code) + * libsensors has a new SONAME (libsensors.so.4) + * fancontrol.pl is gone * Thu Nov 22 2007 - jdelvare@suse.de - Drop local changes to sensors-detect that are no longer relevant. - Drop local changes to sensord.init: we no longer package it. ++++++ lm_sensors-2.10.5.dif -> lm_sensors-3.0.0.dif ++++++ --- sensors/lm_sensors-2.10.5.dif 2007-11-22 11:45:54.000000000 +0100 +++ /mounts/work_src_done/STABLE/sensors/lm_sensors-3.0.0.dif 2007-11-26 13:00:21.301555000 +0100 @@ -2,18 +2,7 @@ =================================================================== --- Makefile.orig +++ Makefile -@@ -45,8 +45,8 @@ LINUX_HEADERS := $(LINUX)/include - # may be used mistakenly. Note: This should point to the directory - # *above* the linux/ subdirectory, so to /usr/local/include in the - # above example. --I2C_HEADERS := /usr/local/include --#I2C_HEADERS := $(LINUX_HEADERS) -+#I2C_HEADERS := /usr/local/include -+I2C_HEADERS := $(LINUX_HEADERS) - - ifneq ($(MAKECMDGOALS),user) - ifneq ($(MAKECMDGOALS),user_install) -@@ -75,7 +75,7 @@ DEBUG := 0 +@@ -38,7 +38,7 @@ DEBUG := 0 DESTDIR := # This is the prefix that will be used for almost all directories below. @@ -22,16 +11,7 @@ # Your C compiler CC := gcc -@@ -99,7 +99,7 @@ ifeq (,$(findstring /2.4., /$(KERNELVERS - else - SYSFS_SUPPORT := - endif --#SYSFS_SUPPORT := 1 -+SYSFS_SUPPORT := 1 - - # Prevent 2.6+ users from using improper targets, as this won't work. - ifeq (,$(findstring /2.4., /$(KERNELVERSION))) -@@ -143,7 +143,7 @@ LIBINCLUDEDIR := $(INCLUDEDIR)/sensors +@@ -71,7 +71,7 @@ LIBINCLUDEDIR := $(INCLUDEDIR)/sensors # You should not need to change this. It is the base directory under which the # manual pages will be installed. @@ -40,7 +20,7 @@ MACHINE := $(shell uname -m) -@@ -218,7 +218,7 @@ ifeq ($(DEBUG),1) +@@ -133,7 +133,7 @@ ifeq ($(DEBUG),1) ALL_CPPFLAGS += -DDEBUG ALL_CFLAGS += -O -g else @@ -53,7 +33,7 @@ =================================================================== --- prog/detect/sensors-detect.orig +++ prog/detect/sensors-detect -@@ -5927,6 +5940,8 @@ EOT +@@ -5945,6 +5945,8 @@ EOT print "Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors\n". "for initialization at boot time.\n" unless -f "/etc/init.d/lm_sensors"; ++++++ lm_sensors-2.10.5-sensord-separate.dif -> lm_sensors-3.0.0-sensord-separate.dif ++++++ --- sensors/lm_sensors-2.10.5-sensord-separate.dif 2007-10-31 14:58:58.000000000 +0100 +++ /mounts/work_src_done/STABLE/sensors/lm_sensors-3.0.0-sensord-separate.dif 2007-11-26 13:02:57.710986000 +0100 @@ -1,8 +1,8 @@ -Index: lm_sensors-2.10.5/doc/progs +Index: doc/progs =================================================================== ---- doc/progs +--- doc/progs.orig +++ doc/progs -@@ -100,6 +100,8 @@ see http://www.lm-sensors.org/wiki/Usefu +@@ -58,6 +58,8 @@ see http://www.lm-sensors.org/wiki/Usefu the sensors hardware to syslog, and to alert (using syslog level ALERT) when a sensor alarm is signalled; for example, if a fan fails, a temperature limit is exceeded, etc. ++++++ lm_sensors-2.10.4-sysconfig_metadata.patch -> lm_sensors-3.0.0-sysconfig_metadata.patch ++++++ --- sensors/lm_sensors-2.10.4-sysconfig_metadata.patch 2007-08-28 16:00:10.000000000 +0200 +++ /mounts/work_src_done/STABLE/sensors/lm_sensors-3.0.0-sysconfig_metadata.patch 2007-11-26 13:03:02.257435000 +0100 @@ -1,6 +1,8 @@ ---- prog/detect/sensors-detect +Index: prog/detect/sensors-detect +=================================================================== +--- prog/detect/sensors-detect.orig +++ prog/detect/sensors-detect -@@ -5756,6 +5756,12 @@ +@@ -5898,6 +5898,12 @@ sub main open(local *SYSCONFIG, ">/etc/sysconfig/lm_sensors") or die "Sorry, can't create /etc/sysconfig/lm_sensors ($!)"; print SYSCONFIG <<'EOT'; ++++++ lm_sensors-2.10.5.tar.bz2 -> lm_sensors-3.0.0.tar.bz2 ++++++ ++++ 111592 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de