Mailinglist Archive: opensuse-commit (1248 mails)

< Previous Next >
commit sensors for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 01 Apr 2010 03:23:20 +0200
  • Message-id: <20100401012320.7B06520245@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package sensors for openSUSE:Factory
checked in at Thu Apr 1 03:23:20 CEST 2010.



--------
--- sensors/sensors.changes 2010-02-04 12:52:45.000000000 +0100
+++ /mounts/work_src_done/STABLE/sensors/sensors.changes 2010-03-31
15:19:32.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Mar 31 15:18:29 CEST 2010 - jdelvare@xxxxxxx
+
+- lm_sensors-r5832-adt7468-driver.patch: The ADT7467/8 is supported
+ by the lm85 driver since kernel 2.6.28.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
lm_sensors-3.1.2.tar.bz2.sig

New:
----
lm_sensors-r5832-adt7468-driver.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sensors.spec ++++++
--- /var/tmp/diff_new_pack.OeXp5N/_old 2010-04-01 03:23:10.000000000 +0200
+++ /var/tmp/diff_new_pack.OeXp5N/_new 2010-04-01 03:23:10.000000000 +0200
@@ -22,7 +22,7 @@
BuildRequires: bison flex rrdtool-devel
Url: http://www.lm-sensors.org/
Version: 3.1.2
-Release: 1
+Release: 2
Summary: Hardware health monitoring for Linux
License: GPLv2+
Group: System/Monitoring
@@ -36,6 +36,7 @@
Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
Patch5: lm_sensors-3.1.1-no-ipmisensors-driver.patch
+Patch6: lm_sensors-r5832-adt7468-driver.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x

@@ -138,6 +139,7 @@
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1

%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

++++++ lm_sensors-r5832-adt7468-driver.patch ++++++
The ADT7467/8 is supported by the lm85 driver since kernel 2.6.28.
---
prog/detect/sensors-detect | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lm_sensors-3.1.2.orig/prog/detect/sensors-detect
+++ lm_sensors-3.1.2/prog/detect/sensors-detect
@@ -558,7 +558,7 @@ use vars qw(@i2c_adapter_names);
i2c_detect => sub { adt7467_detect(@_, 3); },
}, {
name => "Analog Devices ADT7467 or ADT7468",
- driver => "to-be-written",
+ driver => "lm85",
i2c_addrs => [0x2e],
i2c_detect => sub { adt7467_detect(@_, 0); },
}, {

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread