Mailinglist Archive: opensuse-commit (1082 mails)
| < Previous | Next > |
commit sensors
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 09 May 2007 15:16:06 +0200
- Message-id: <20070509131606.74443678183@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sensors
checked in at Wed May 9 15:16:06 CEST 2007.
--------
--- sensors/sensors.changes 2007-05-04 18:17:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/sensors/sensors.changes 2007-05-09 10:37:40.571835000 +0200
@@ -1,0 +2,9 @@
+Wed May 9 09:28:58 CEST 2007 - jdelvare@xxxxxxx
+
+- lm_sensors-no-xeon-script.patch: The decode-xeon.pl script is
+ outdated. It was never ported to work with 2.6 kernels, so it is
+ of no use on recent Suse distributions. Stop shipping it.
+- Drop a legacy patch to sensors/main.c related to the
+ configuration file name, which is no longer needed.
+
+-------------------------------------------------------------------
New:
----
lm_sensors-no-xeon-script.dif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sensors.spec ++++++
--- /var/tmp/diff_new_pack.J22958/_old 2007-05-09 15:15:52.000000000 +0200
+++ /var/tmp/diff_new_pack.J22958/_new 2007-05-09 15:15:52.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: bison flex rrdtool sysfsutils udev
URL: http://www.lm-sensors.org/
Version: 2.10.3
-Release: 8
+Release: 10
Summary: Hardware health monitoring for Linux
License: GNU General Public License (GPL)
Group: System/Monitoring
@@ -23,6 +23,7 @@
Source0: lm_sensors-2.10.3.tar.bz2
Source1: README.SuSE
Patch: lm_sensors-2.10.3.dif
+Patch1: lm_sensors-no-xeon-script.dif
Patch2: lm_sensors-2.7.0-kernelheaders.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -50,6 +51,7 @@
%prep
%setup -n lm_sensors-%{version}
%patch
+%patch1
%patch2
%build
@@ -104,6 +106,12 @@
%doc /usr/share/man/man8/*.8.gz
%changelog
+* Wed May 09 2007 - jdelvare@xxxxxxx
+- lm_sensors-no-xeon-script.patch: The decode-xeon.pl script is
+ outdated. It was never ported to work with 2.6 kernels, so it is
+ of no use on recent Suse distributions. Stop shipping it.
+- Drop a legacy patch to sensors/main.c related to the
+ configuration file name, which is no longer needed.
* Fri May 04 2007 - jdelvare@xxxxxxx
- Don't package outdated driver documentation. The up-to-date
driver documentation is in the kernel-source package.
++++++ lm_sensors-2.10.3.dif ++++++
--- /var/tmp/diff_new_pack.J22958/_old 2007-05-09 15:15:52.000000000 +0200
+++ /var/tmp/diff_new_pack.J22958/_new 2007-05-09 15:15:52.000000000 +0200
@@ -603,17 +603,3 @@
let pwm=$pwm-$STEP
done
pwmdisable $P
---- prog/sensors/main.c
-+++ prog/sensors/main.c 2007-01-30 17:26:00.000000000 +0100
-@@ -187,6 +187,11 @@ int main (int argc, char *argv[])
- exit(0);
- case 'c':
- config_file_name = optarg;
-+ if (!config_file_name || *config_file_name == '\0') {
-+ fprintf(stderr, "Could not open config file\n");
-+ perror(config_file_name);
-+ exit(1);
-+ }
- break;
- case 's':
- do_sets = 1;
++++++ lm_sensors-no-xeon-script.dif ++++++
Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -186,7 +186,7 @@ endif
endif
SRCDIRS += kernel/include
SRCDIRS += lib prog/detect prog/dump prog/eeprom prog/pwm \
- prog/sensors prog/xeon ${PROG_EXTRA:%=prog/%} etc
+ prog/sensors ${PROG_EXTRA:%=prog/%} etc
SRCDIRS += lib/test
# Some often-used commands with default options
Index: doc/progs
===================================================================
--- doc/progs.orig
+++ doc/progs
@@ -146,5 +146,5 @@ see useful_addresses.html.
These scripts gather sensors data and graph the data for web pages.
See prog/tellerstats/README for more information.
-* prog/xeon/decode-xeon.pl (written in Perl, installed by 'make install')
+* prog/xeon/decode-xeon.pl (written in Perl, not installed)
ID ROM data decoding for Xeon processors.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |