commit sensors for openSUSE:Factory

2020-05-14 Thread root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2020-05-14 23:24:53

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new.2738 (New)


Package is "sensors"

Thu May 14 23:24:53 2020 rev:104 rq:803015 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2019-12-07 
15:15:11.447797519 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new.2738/sensors.changes
2020-05-14 23:24:59.917007709 +0200
@@ -1,0 +2,8 @@
+Tue May 12 09:12:56 UTC 2020 - Jean Delvare 
+
+- lm_sensors-3.6.0-sensors-detect-fix-driver-for-w83677hgi.patch:
+  Point owners of Nuvoton W83677HG-I and compatible chipsets to
+  the nct6775 driver, as support was just removed from the
+  w83627ehf driver (bsc#1169316).
+
+---

New:

  lm_sensors-3.6.0-sensors-detect-fix-driver-for-w83677hgi.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.NCEybL/_old  2020-05-14 23:25:01.177010458 +0200
+++ /var/tmp/diff_new_pack.NCEybL/_new  2020-05-14 23:25:01.181010467 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,8 @@
 #PATCH-FEATURE-UPSTREAM add ftsteutates support
 Patch7: lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
 Patch8: lm_sensors-3.5.0-libsensors-fix-soname.patch
+#PATCH-FEATURE-UPSTREAM add ftsteutates support
+Patch9: lm_sensors-3.6.0-sensors-detect-fix-driver-for-w83677hgi.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  rrdtool-devel
@@ -111,6 +113,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 RPM_OPT_FLAGS="%{optflags}"

++ lm_sensors-3.6.0-sensors-detect-fix-driver-for-w83677hgi.patch ++
From: Jean Delvare 
Subject: sensors-detect: Fix the driver for Nuvoton W83677HG-I

Originally, support for the Nuvoton W83677HG-I and derivatives was
first added to the w83627ehf driver, so that's the driver recommended
by sensors-detect. Later, support for the same device was added to
the nct6775 driver. In kernel v5.6, support was removed from the
w83627ehf driver to get rid of the duplicate code.

So sensors-detect should now point users of this device to the
nct6775 driver. We can't do that for very old kernels though, as this
driver did not exist back then. I chose v3.10 for the cut-over, as
this is when support for the Nuvoton W83677HG-I was finalized in the
nct6775 driver, at least according to git log.

Signed-off-by: Jean Delvare 
---
Changes since v1:
 * Enable run-time driver decision for Super-I/O devices

 prog/detect/sensors-detect |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

--- lm-sensors.orig/prog/detect/sensors-detect  2020-05-07 14:29:34.731733274 
+0200
+++ lm-sensors/prog/detect/sensors-detect   2020-05-12 11:08:07.989885399 
+0200
@@ -2273,7 +2273,7 @@ use constant FEAT_SMBUS   => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Nuvoton W83677HG-I 
(NCT5572D/NCT6771F/NCT6772F/NCT6775F) Super IO Sensors",
-   driver => "w83627ehf",
+   driver => sub { kernel_version_at_least(3, 10, 0) ? "nct6775" : 
"w83627ehf" },
devid => 0xB470,
devid_mask => 0xFFF0,
logdev => 0x0b,
@@ -4574,7 +4574,9 @@ sub scan_cpu
 sub chip_special_cases
 {
# Some chip to driver mappings depend on the environment
-   foreach my $chip (@chip_ids) {
+   foreach my $chip (@chip_ids, @superio_ids_natsemi, @superio_ids_smsc,
+ @superio_ids_smsc_ns, @superio_ids_winbond,
+ @superio_ids_ite) {
if (ref($chip->{driver}) eq 'CODE') {
$chip->{driver} = $chip->{driver}->();
}



commit sensors for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2019-12-07 15:13:12

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new.4691 (New)


Package is "sensors"

Sat Dec  7 15:13:12 2019 rev:103 rq:753168 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2019-03-27 
16:11:42.639662837 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new.4691/sensors.changes
2019-12-07 15:15:11.447797519 +0100
@@ -1,0 +2,23 @@
+Tue Dec  3 08:30:17 UTC 2019 - Samu Voutilainen 
+
+- Removed upstreamed patch lm_sensors-3.4.0-sensors-detect-ppc64le.patch
+- Update to version 3.6.0:
+  + configs: Added a number of new configuration files
+  + fancontrol: AVERAGE env variable can be used to set the number of previous 
readings to average
+  + Makefile: The MACHINE variable has been renamed to ARCH
+  + sensord: Add an option -1/--oneline to print chip and adapter on the same 
line
+  + sensors: Fixed a stray comma bug in the JSON output
+* Fixed Fahrenheit conversion with raw and JSON output
+* Scale voltage and current values in the default output format
+  + sensors-detect: Add detection of AMD Family 17h, models 30h, 70h
+* Add detection of some AMD Family 15h models
+* Add detection of AMD Family 16h model 30h power sensors
+* Add detection of Hygon Family 18h thermal sensors
+* Add detection of Nuvoton NCT6797D
+* Add detection of Nuvoton NCT6798D
+* Add detection of Nuvoton NCT6112D/NCT6114D/NCT6116D
+* Fix printing CPU info on non-x86 arches
+* Fix printing lm_sensors version
+* Mark Fintek F75387SG/RG as supported by the f75375s driver
+
+---

Old:

  lm-sensors-3-5-0.tar.gz
  lm_sensors-3.4.0-sensors-detect-ppc64le.patch

New:

  lm-sensors-3-6-0.tar.gz



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.cx38Id/_old  2019-12-07 15:15:13.259797263 +0100
+++ /var/tmp/diff_new_pack.cx38Id/_new  2019-12-07 15:15:13.267797262 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,18 @@
 #%%define   commit  1c48b191c8a2b9fc747e3db3816247c666c5c3f1
 #%%define   shortcommit 1c48b19
 %define   _name   lm-sensors
-%define   _version3-5-0
+%define   _version3-6-0
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   sensors
-Version:3.5.0
+Version:3.6.0
 Release:0
 Summary:Hardware health monitoring for Linux
 License:GPL-2.0-or-later
 Group:  System/Monitoring
-Url:https://github.com/lm-sensors/%{_name}
+URL:https://github.com/lm-sensors/%{_name}
 Source0:
https://github.com/lm-sensors/%{_name}/archive/V%{_version}.tar.gz#/%{_name}-%{_version}.tar.gz
 #Source0:
https://github.com/groeck/lm-sensors/archive/%%{commit}/%%{_name}-%%{shortcommit}.tar.gz
 Source1:sysconfig.sensord
@@ -42,9 +42,7 @@
 Patch6: lm_sensors-3.4.0-sensord-service-extra-args.patch
 #PATCH-FEATURE-UPSTREAM add ftsteutates support
 Patch7: lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
-#PATCH-BUGFIX-UPSTREAM sensors-detect on ppc
-Patch8: lm_sensors-3.4.0-sensors-detect-ppc64le.patch
-Patch9: lm_sensors-3.5.0-libsensors-fix-soname.patch
+Patch8: lm_sensors-3.5.0-libsensors-fix-soname.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  rrdtool-devel
@@ -113,7 +111,6 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
 
 %build
 RPM_OPT_FLAGS="%{optflags}"

++ lm-sensors-3-5-0.tar.gz -> lm-sensors-3-6-0.tar.gz ++
 1602 lines of diff (skipped)




commit sensors for openSUSE:Factory

2019-03-27 Thread root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2019-03-27 16:11:40

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new.25356 (New)


Package is "sensors"

Wed Mar 27 16:11:40 2019 rev:102 rq:686004 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2019-02-26 
22:14:10.522237062 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new.25356/sensors.changes   
2019-03-27 16:11:42.639662837 +0100
@@ -1,0 +2,5 @@
+Sun Mar  3 19:32:47 UTC 2019 - Jan Engelhardt 
+
+- Join %service_* lines to generate less scriptlet boilerplate.
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.BDv4s4/_old  2019-03-27 16:11:43.239662684 +0100
+++ /var/tmp/diff_new_pack.BDv4s4/_new  2019-03-27 16:11:43.243662683 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -137,11 +137,9 @@
 cp -a %{SOURCE1}   %{buildroot}/%{_fillupdir}
 
 %pre
-%service_add_pre lm_sensors.service
-%service_add_pre fancontrol.service
+%service_add_pre lm_sensors.service fancontrol.service
 
 %post
-%service_add_post lm_sensors.service
 sh -c '
 CONFIG=%{_sysconfdir}/sysconfig/lm_sensors
 test -r "$CONFIG" || exit 0
@@ -164,15 +162,13 @@
 if test -e %{_sysconfdir}/modprobe.d/lm_sensors -a ! -e 
%{_sysconfdir}/modprobe.d/lm_sensors.conf ; then
mv -f %{_sysconfdir}/modprobe.d/lm_sensors 
%{_sysconfdir}/modprobe.d/lm_sensors.conf
 fi
-%service_add_post fancontrol.service
+%service_add_post lm_sensors.service fancontrol.service
 
 %preun
-%service_del_preun fancontrol.service
-%service_del_preun lm_sensors.service
+%service_del_preun fancontrol.service lm_sensors.service
 
 %postun
-%service_del_postun fancontrol.service
-%service_del_postun lm_sensors.service
+%service_del_postun fancontrol.service lm_sensors.service
 
 %pre -n sensord
 %service_add_pre sensord.service




commit sensors for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2019-02-26 22:14:08

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new.28833 (New)


Package is "sensors"

Tue Feb 26 22:14:08 2019 rev:101 rq:678308 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2018-05-30 
12:40:50.377395146 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new.28833/sensors.changes   
2019-02-26 22:14:10.522237062 +0100
@@ -1,0 +2,73 @@
+Wed Dec 19 14:47:35 UTC 2018 - jdelv...@suse.com
+
+- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo the
+  SENSORS_API_VERSION change, to stay source-compatible with
+  upstream.
+
+---
+Sun Dec 16 12:19:48 UTC 2018 - jdelv...@suse.com
+
+- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo excessive
+  libsensors version bump.
+
+---
+Sat Nov 24 01:08:57 UTC 2018 - malcolmle...@opensuse.org
+
+- Update to version 3.5.0:
+  + soname was bumped due to commit dcf2367 which introduced an
+ABI change.
+  + Fixed disappearance of certain hwmon chips with 4.19+ kernels,
+(gh#lm-sensors/lm-sensors#139, boo#1116021).
+  + Add the find-driver script for debugging.
+  + Various documentation and man page improvements.
+  + Fix various issues found by Coverity Scan.
+  + Fix compilation with the musl C library.
+  + Updated links in documentation to reflect the new home of
+lm_sensors.
+  + sensors.1: Add reference to sensors-detect and document -j
+option (json output).
+  + sensors: Add support for json output, add support for power
+min, lcrit, min_alarm, lcrit_alarm.
+  + sensors-detect:
+* Fix systemd paths.
+* Add detection of Fintek F81768.
+* Only probe I/O ports on x86.
+* Add detection of Nuvoton NCT6793D.
+* Add detection of Microchip MCP9808.
+* Mark F71868A as supported by the f71882fg driver.
+* Mark F81768D as supported by the f71882fg driver.
+* Mark F81866D as supported by the f71882fg driver.
+* Add detection of various ITE chips.
+* Add detection of Nuvoton NCT6795D.
+* Add detection of DDR4 SPD.
+* Add detection of ITE IT8987D.
+* Add detection of AMD Family 17h temperature sensors.
+* Add detection of AMD KERNCZ SMBus controller.
+* Add detection of various Intel SMBus controllers.
+* Add detection of Giantec GT30TS00.
+* Add detection of ONS CAT34TS02C and CAT34TS04.
+* Add detection of AMD Family 15h Model 60+ temperature
+  sensors.
+* Add detection of Nuvoton NCT6796D.
+* Add detection of AMD Family 15h Model 70+ temperature
+  sensors.
+  + configs: Add sample configuration files.
+  + sensors.conf.default:
+* Add hardwired inputs of NCT6795D
+* Add hardwired inputs of F71868A
+* Add hardwired NCT6796D inputs
+  + vt1211_pwm: replaced deprecated sub shell syntax, run with
+bash instead of sh.
+  + pwmconfig: replaced deprecated sub shell syntax.
+  + fancontrol: replaced deprecated sub shell syntax, save
+original pwm values.
+  + fancontrol.8: replaced deprecated sub shell syntax.
+  + libsensors:
+* Add support for SENSORS_BUS_TYPE_SCSI, add support
+  for power min, lcrit, min_alarm, lcrit_alarm.
+* Handle hwmon device with thermal device parent (bsc#1108468).
+- Rebase lm_sensors-3.0.3-hint-at-kernel-extra-package.patch for
+  new release.
+- Spec file tidy up for man page extension.
+
+---

Old:

  lm_sensors-1c48b19.tar.gz

New:

  lm-sensors-3-5-0.tar.gz
  lm_sensors-3.5.0-libsensors-fix-soname.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.kJmc0A/_old  2019-02-26 22:14:12.610236329 +0100
+++ /var/tmp/diff_new_pack.kJmc0A/_new  2019-02-26 22:14:12.626236323 +0100
@@ -12,25 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define   commit  1c48b191c8a2b9fc747e3db3816247c666c5c3f1
-%define   shortcommit 1c48b19
-%define   _name   lm_sensors
+#%%define   commit  1c48b191c8a2b9fc747e3db3816247c666c5c3f1
+#%%define   shortcommit 1c48b19
+%define   _name   lm-sensors
+%define   _version3-5-0
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   sensors

commit sensors for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2018-05-30 11:45:36

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is "sensors"

Wed May 30 11:45:36 2018 rev:100 rq:612697 version:3.4.0git20180510.1c48b19

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2017-11-29 
10:51:33.875034548 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2018-05-30 
12:40:30.810064499 +0200
@@ -1,0 +2,32 @@
+Mon May 14 15:39:15 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 3.4.0git20180510.1c48b19, use git version
+  * Support many new hardware:
++ Add detection of Fintek F81768
++ Only probe I/O ports on x86
++ Add detection of Nuvoton NCT6793D
++ Add detection of Microchip MCP9808
++ Mark F71868A as supported by the f71882fg driver
++ Mark F81768D as supported by the f71882fg driver
++ Mark F81866D as supported by the f71882fg driver
++ Add detection of various ITE chips
++ Add detection of Nuvoton NCT6795D
++ Add detection of DDR4 SPD
++ Add detection of ITE IT8987D
++ Add detection of AMD Family 17h temperature sensors
++ Add detection of AMD KERNCZ SMBus controller
++ Add detection of various Intel SMBus controllers
++ Add detection of Giantec GT30TS00
++ Add detection of ONS CAT34TS02C and CAT34TS04
++ Add detection of AMD Family 15h Model 60+ temperature sensors
++ Add detection of Nuvoton NCT6796D
++ Add detection of AMD Family 15h Model 70+ temperature sensors
+  * Fix syntax errors
+  * Fix systemd paths
+- Drop lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch
+  Upstream merge this patch
+- Drop lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch
+  Upstream merge this patch
+- Change upstream url.
+
+---

Old:

  lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch
  lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch
  lm_sensors-3.4.0.tar.bz2
  lm_sensors-3.4.0.tar.bz2.sig

New:

  lm_sensors-1c48b19.tar.gz



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.j5oTTW/_old  2018-05-30 12:40:31.714033680 +0200
+++ /var/tmp/diff_new_pack.j5oTTW/_new  2018-05-30 12:40:31.726033271 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,40 +16,37 @@
 #
 
 
+%define   commit  1c48b191c8a2b9fc747e3db3816247c666c5c3f1
+%define   shortcommit 1c48b19
+%define   _name   lm_sensors
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
 Name:   sensors
-BuildRequires:  bison
-BuildRequires:  flex
-BuildRequires:  rrdtool-devel
-BuildRequires:  systemd-rpm-macros
-Url:http://www.lm-sensors.org/
-Version:3.4.0
+Version:3.4.0git20180510.1c48b19
 Release:0
 Summary:Hardware health monitoring for Linux
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Monitoring
-Requires:   modutils
-Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
-Source3:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2.sig
+URL:https://github.com/groeck/lm-sensors
+Source0:
https://github.com/groeck/lm-sensors/archive/%{commit}/%{_name}-%{shortcommit}.tar.gz
 Source1:sysconfig.sensord
 Source2:baselibs.conf
 Patch1: lm_sensors-3.1.1-build.patch
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 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.4.0-sensors-detect-fix-systemd-path.patch
 Patch6: lm_sensors-3.4.0-sensord-service-extra-args.patch
 #PATCH-FEATURE-UPSTREAM add ftsteutates support
 Patch7: lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
 #PATCH-BUGFIX-UPSTREAM sensors-detect on ppc
 Patch8: lm_sensors-3.4.0-sensors-detect-ppc64le.patch
-#PATCH-BUGFIX-UPSTREAL sensors-detect crash on arm
-Patch9: lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch
-
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  rrdtool-devel
+BuildRequires:  

commit sensors for openSUSE:Factory

2017-11-29 Thread root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2017-11-29 10:51:32

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is "sensors"

Wed Nov 29 10:51:32 2017 rev:99 rq:545107 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2016-12-11 
13:23:35.883351608 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2017-11-29 
10:51:33.875034548 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:41:51 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.hJ2b1b/_old  2017-11-29 10:51:35.730967216 +0100
+++ /var/tmp/diff_new_pack.hJ2b1b/_new  2017-11-29 10:51:35.730967216 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:   sensors
 BuildRequires:  bison
 BuildRequires:  flex
@@ -125,10 +130,10 @@
 cp -a COPYING  $RPM_BUILD_ROOT/%{_docdir}/sensord/
 chmod -R u+rwX,g+rX,o+rX   $RPM_BUILD_ROOT/%{_docdir}/sensors/ 
$RPM_BUILD_ROOT/%{_docdir}/sensord/
 chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libsensors.so.*
-mkdir -p   $RPM_BUILD_ROOT/%{_unitdir} 
$RPM_BUILD_ROOT/%{_localstatedir}/adm/fillup-templates
+mkdir -p   $RPM_BUILD_ROOT/%{_unitdir} 
$RPM_BUILD_ROOT/%{_fillupdir}
 cp -a prog/init/*.service  $RPM_BUILD_ROOT/%{_unitdir}/
 ln -sf /sbin/service %{buildroot}/usr/sbin/rclm_sensors
-cp -a %{SOURCE1}   
$RPM_BUILD_ROOT/%{_localstatedir}/adm/fillup-templates
+cp -a %{SOURCE1}   $RPM_BUILD_ROOT/%{_fillupdir}
 
 %pre
 %service_add_pre lm_sensors.service
@@ -214,7 +219,7 @@
 %files -n sensord
 %defattr(-,root,root)
 %{_unitdir}/sensord.service
-%{_localstatedir}/adm/fillup-templates/sysconfig.sensord
+%{_fillupdir}/sysconfig.sensord
 /usr/sbin/sensord
 %dir %{_docdir}/sensord
 %doc %{_docdir}/sensord/COPYING





commit sensors for openSUSE:Factory

2016-10-14 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2016-10-14 09:27:09

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is "sensors"

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2016-09-09 
10:15:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2016-10-14 
09:27:11.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  5 06:44:24 UTC 2016 - jdelv...@suse.com
+
+- lm_sensors-3.4.0-sensors-detect-ppc64le.patch: Fix sensors-detect
+  CPU detection support on ppc architectures.
+
+---

New:

  lm_sensors-3.4.0-sensors-detect-ppc64le.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.41U1Iv/_old  2016-10-14 09:27:12.0 +0200
+++ /var/tmp/diff_new_pack.41U1Iv/_new  2016-10-14 09:27:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,6 +40,8 @@
 Patch6: lm_sensors-3.4.0-sensord-service-extra-args.patch
 #PATCH-FEATURE-UPSTREAM add ftsteutates support
 Patch7: lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
+#PATCH-BUGFIX-UPSTREAM sensors-detect on ppc
+Patch8: lm_sensors-3.4.0-sensors-detect-ppc64le.patch
 
 ExcludeArch:s390 s390x
 %{?systemd_requires}
@@ -104,6 +106,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

++ lm_sensors-3.4.0-sensors-detect-ppc64le.patch ++
From: Jean Delvare 
Subject: sensors-detect: Report proper processor information on ppc
References: bsc#87

The format of /proc/cpuinfo on ppc differs from the x86 format. Add
the missing pieces to the parsing code so that ppc processor
information is reported properly.
---
 prog/detect/sensors-detect |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2864,7 +2864,7 @@ sub initialize_cpu_list
};
next;
}
-   if (m/^(vendor_id|cpu family|model|model name|stepping|cpuid 
level)\s*:\s*(.+)$/) {
+   if (m/^(vendor_id|cpu family|model|model name|stepping|cpuid 
level|cpu|revision)\s*:\s*(.+)$/) {
my $k = $1;
my $v = $2;
$v =~ s/\s+/ /g;# Merge multiple spaces
@@ -2880,7 +2880,11 @@ sub initialize_cpu_list
 sub print_cpu_info
 {
my $cpu = $cpu[0];
-   print "# Processor: $cpu->{'model name'} ($cpu->{'cpu 
family'}/$cpu->{model}/$cpu->{stepping})\n";
+   if (defined  $cpu->{'model name'}) {
+   print "# Processor: $cpu->{'model name'} ($cpu->{'cpu 
family'}/$cpu->{model}/$cpu->{stepping})\n";
+   } elsif (defined $cpu->{'cpu'}) {   # ppc
+   print "# Processor: $cpu->{'cpu'}, revision 
$cpu->{'revision'}\n";
+   }
 }
 
 # @i2c_adapters is a list of references to hashes, one hash per I2C/SMBus




commit sensors for openSUSE:Factory

2016-09-09 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2016-09-09 10:15:57

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is "sensors"

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2016-02-07 
09:21:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2016-09-09 
10:15:59.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  2 12:39:37 UTC 2016 - sweet_...@gmx.de
+
+- add lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
+  for ftsteutates support (Fujitsu Skylake boards)
+
+---

New:

  lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.bgGzCn/_old  2016-09-09 10:16:00.0 +0200
+++ /var/tmp/diff_new_pack.bgGzCn/_new  2016-09-09 10:16:00.0 +0200
@@ -38,6 +38,8 @@
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
 Patch5: lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch
 Patch6: lm_sensors-3.4.0-sensord-service-extra-args.patch
+#PATCH-FEATURE-UPSTREAM add ftsteutates support
+Patch7: lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
 
 ExcludeArch:s390 s390x
 %{?systemd_requires}
@@ -101,6 +103,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

++ lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch ++
>From 6693f6f6aaa098955f70049d0f63ff5eab354c31 Mon Sep 17 00:00:00 2001
From: Ruediger Meier 
Date: Fri, 2 Sep 2016 12:38:20 +0200
Subject: [PATCH] sensors-detect: add ftsteutates support

ftsteutates is a kernel module by Fujitsu for recent Skylake Fujitsu
boards, see
ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/Software/Linux_SystemMonitoring/
ftsteutates-module_20160601.zip
Fujitsu_mainboards-1-Sensors_HowTo-en-US.pdf

This patch was taken from ftsteutates-module_20160601.zip, (original patch
name: add-fts-teutates-to-lm-sensors-detect.patch).

I've made a minor modification to the original patch
- return if $id == 0x11; # Teutates
+ return if $id eq 0x11; # Teutates
to fix a warning "Argument "^Q" isn't numeric in numeric eq".

Signed-off-by: Ruediger Meier 
---
 prog/detect/sensors-detect | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 057cd96..7c744dd 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -1270,6 +1270,11 @@ use vars qw(@i2c_adapter_names);
i2c_addrs => [0x73],
i2c_detect => sub { fsc_detect(@_, 7); },
}, {
+   name => "FSC Teutates",
+   driver => "ftsteutates",
+   i2c_addrs => [0x73],
+   i2c_detect => sub { fts_detect(@_, 1); },
+   }, {
name => "ALi M5879",
driver => "to-be-written",
i2c_addrs => [0x2c..0x2d],
@@ -6107,6 +6112,20 @@ sub fsc_detect
return 8;
 }
 
+# ChipID to detect: 1 = Teutates
+# Registers used:
+#   0x00: Identification (0x1X => X needs to be ID)
+sub fts_detect
+{
+   my ($file, $addr, $chip) = @_;
+   my $id;
+
+   $id = chr(i2c_smbus_read_byte_data($file, 0x00));
+
+   return if $id eq 0x11; # Teutates
+   return 2;
+}
+
 # Chip to detect: 0 = LM93, 1 = LM94
 # Registers used:
 #   0x3E: Manufacturer ID
-- 
1.8.5.6





commit sensors for openSUSE:Factory

2016-02-07 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2016-02-07 09:21:44

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is "sensors"

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2015-07-16 
17:18:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2016-02-07 
09:21:45.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 31 12:30:06 UTC 2016 - jdelv...@suse.com
+
+- lm_sensors-3.4.0-sensord-service-extra-args.patch: Allow passing
+  arbitrary extra arguments to sensord.
+
+---

New:

  lm_sensors-3.4.0-sensord-service-extra-args.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.Hbq8hy/_old  2016-02-07 09:21:46.0 +0100
+++ /var/tmp/diff_new_pack.Hbq8hy/_new  2016-02-07 09:21:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,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.4.0-sensors-detect-fix-systemd-path.patch
+Patch6: lm_sensors-3.4.0-sensord-service-extra-args.patch
 
 ExcludeArch:s390 s390x
 %{?systemd_requires}
@@ -99,6 +100,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

++ lm_sensors-3.4.0-sensord-service-extra-args.patch ++
Allow passing arbitrary extra arguments to sensord.
---
 prog/init/sensord.service |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/prog/init/sensord.service
+++ b/prog/init/sensord.service
@@ -6,7 +6,7 @@ After=lm_sensors.service
 EnvironmentFile=/etc/sysconfig/sensord
 Type=forking
 PIDFile=/var/run/sensord.pid
-ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon
+ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon 
$SENSORD_ARGS
 
 [Install]
 WantedBy=multi-user.target

++ sysconfig.sensord ++
--- /var/tmp/diff_new_pack.Hbq8hy/_old  2016-02-07 09:21:46.0 +0100
+++ /var/tmp/diff_new_pack.Hbq8hy/_new  2016-02-07 09:21:46.0 +0100
@@ -17,3 +17,11 @@
 # for hours. 0 turns off logging.
 #
 LOG_INTERVAL="20m"
+
+## Type:string
+## Default: ""
+#
+# Pass specific sensord(8) options when the service is started via
+# systemctl.
+#
+SENSORD_ARGS=""




commit sensors for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2014-11-24 11:12:57

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2014-07-13 
14:06:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2014-11-24 
11:12:58.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov  5 10:43:57 UTC 2014 - jdelv...@suse.com
+
+- lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch:
+  fancontrol: Deal with moving hwmon attributes.
+- lm_sensors-r6237-default-config-NCT6779-NCT6791.patch:
+  sensors.conf.default: Add support for NCT6779 and NCT6791.
+- lm_sensors-r6254-detect-print-kernel-cpu.patch: Print kernel
+  version and processor information.
+- lm_sensors-r6255-fix-shell-error-FCFANS.patch: fancontrol: Fix
+  shell error when FCFANS is not set (bnc#903520).
+
+---

New:

  lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch
  lm_sensors-r6237-default-config-NCT6779-NCT6791.patch
  lm_sensors-r6254-detect-print-kernel-cpu.patch
  lm_sensors-r6255-fix-shell-error-FCFANS.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.J1Cp64/_old  2014-11-24 11:12:59.0 +0100
+++ /var/tmp/diff_new_pack.J1Cp64/_new  2014-11-24 11:12:59.0 +0100
@@ -35,6 +35,10 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
+Patch5: lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch
+Patch6: lm_sensors-r6237-default-config-NCT6779-NCT6791.patch
+Patch7: lm_sensors-r6254-detect-print-kernel-cpu.patch
+Patch8: lm_sensors-r6255-fix-shell-error-FCFANS.patch
 
 ExcludeArch:s390 s390x
 %{?systemd_requires}
@@ -96,6 +100,10 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch ++
From: Jean Delvare jdelv...@suse.de
Subject: fancontrol: Deal with moving hwmon attributes
Upstream: Committed (http://www.lm-sensors.org/changeset/6216)

Several kernel drivers have already moved their attributes from the
hardware device to the hwmon class device, and others will follow.
Teach fancontrol about this possibility and let it adjust the attribute
paths transparently.
---
 prog/pwm/fancontrol |   63 
 1 file changed, 63 insertions(+)

--- lm_sensors-3.3.5.orig/prog/pwm/fancontrol   2014-11-05 11:39:50.709481711 
+0100
+++ lm_sensors-3.3.5/prog/pwm/fancontrol2014-11-05 11:39:55.983598361 
+0100
@@ -206,6 +206,65 @@ function ValidateDevices()
return $outdated
 }
 
+function FixupDeviceFiles
+{
+   local DEVICE=$1
+   local fcvcount pwmo tsen fan
+
+   let fcvcount=0
+   while (( $fcvcount  ${#AFCPWM[@]} )) # go through all pwm outputs
+   do
+   pwmo=${AFCPWM[$fcvcount]}
+   AFCPWM[$fcvcount]=${pwmo//$DEVICE\/device/$DEVICE}
+   if [ ${AFCPWM[$fcvcount]} != $pwmo ]
+   then
+   echo Adjusing $pwmo - ${AFCPWM[$fcvcount]}
+   fi
+   let fcvcount=$fcvcount+1
+   done
+
+   let fcvcount=0
+   while (( $fcvcount  ${#AFCTEMP[@]} )) # go through all temp inputs
+   do
+   tsen=${AFCTEMP[$fcvcount]}
+   AFCTEMP[$fcvcount]=${tsen//$DEVICE\/device/$DEVICE}
+   if [ ${AFCTEMP[$fcvcount]} != $tsen ]
+   then
+   echo Adjusing $tsen - ${AFCTEMP[$fcvcount]}
+   fi
+   let fcvcount=$fcvcount+1
+   done
+
+   let fcvcount=0
+   while (( $fcvcount  ${#AFCFAN[@]} )) # go through all fan inputs
+   do
+   fan=${AFCFAN[$fcvcount]}
+   AFCFAN[$fcvcount]=${fan//$DEVICE\/device/$DEVICE}
+   if [ ${AFCFAN[$fcvcount]} != $fan ]
+   then
+   echo Adjusing $fan - ${AFCFAN[$fcvcount]}
+   fi
+   let fcvcount=$fcvcount+1
+   done
+}
+
+# Some drivers moved their attributes from hard device to class device
+function FixupFiles
+{
+   local DEVPATH=$1
+   local entry device
+
+   for entry in $DEVPATH
+   do
+   device=`echo $entry | sed -e 's/=[^=]*$//'`
+
+   if [ -e $device/name ]
+   then
+   FixupDeviceFiles $device
+   fi

commit sensors for openSUSE:Factory

2014-07-13 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2014-07-13 14:06:08

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2014-01-29 
07:17:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2014-07-13 
14:06:46.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul  3 11:25:08 UTC 2014 - jdelv...@suse.com
+
+- Actually create the sensord service configuration file from the
+  template (bnc#882719).
+
+---
+Wed Jul  2 12:22:44 UTC 2014 - jdelv...@suse.com
+
+- Add pre/post hooks for sensord service.
+- Add sysconfig template for sensord service (bnc#882719).
+
+---

New:

  sysconfig.sensord



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.p4KrCV/_old  2014-07-13 14:06:47.0 +0200
+++ /var/tmp/diff_new_pack.p4KrCV/_new  2014-07-13 14:06:47.0 +0200
@@ -29,6 +29,7 @@
 Group:  System/Monitoring
 Requires:   modutils
 Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
+Source1:sysconfig.sensord
 Source2:baselibs.conf
 Patch1: lm_sensors-3.1.1-build.patch
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
@@ -52,6 +53,7 @@
 License:GPL-2.0+
 Group:  System/Monitoring
 Provides:   sensors:/usr/sbin/sensord
+Requires(pre):  %fillup_prereq
 
 %description -n sensord
 sensord is a daemon that can be used to periodically log sensor
@@ -109,9 +111,10 @@
 cp -a COPYING  $RPM_BUILD_ROOT/%{_docdir}/sensord/
 chmod -R u+rwX,g+rX,o+rX   $RPM_BUILD_ROOT/%{_docdir}/sensors/ 
$RPM_BUILD_ROOT/%{_docdir}/sensord/
 chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libsensors.so.*
-mkdir -p   $RPM_BUILD_ROOT/%{_unitdir}
+mkdir -p   $RPM_BUILD_ROOT/%{_unitdir} 
$RPM_BUILD_ROOT/%{_localstatedir}/adm/fillup-templates
 cp -a prog/init/*.service  $RPM_BUILD_ROOT/%{_unitdir}/
 ln -sf /sbin/service %{buildroot}/usr/sbin/rclm_sensors
+cp -a %{SOURCE1}   
$RPM_BUILD_ROOT/%{_localstatedir}/adm/fillup-templates
 
 %pre
 %service_add_pre lm_sensors.service
@@ -146,6 +149,19 @@
 %postun
 %service_del_postun lm_sensors.service
 
+%pre -n sensord
+%service_add_pre sensord.service
+
+%post -n sensord
+%service_add_post sensord.service
+%{fillup_only -n sensord}
+
+%preun -n sensord
+%service_del_preun sensord.service
+
+%postun -n sensord
+%service_del_postun sensord.service
+
 %post -n libsensors4 -p /sbin/ldconfig
 
 %postun -n libsensors4 -p /sbin/ldconfig
@@ -184,6 +200,7 @@
 %files -n sensord
 %defattr(-,root,root)
 %{_unitdir}/sensord.service
+%{_localstatedir}/adm/fillup-templates/sysconfig.sensord
 /usr/sbin/sensord
 %dir %{_docdir}/sensord
 %doc %{_docdir}/sensord/COPYING

++ sysconfig.sensord ++
## Path:Hardware/Sensors Monitoring Daemon
## Description: Configuration for the hardware sensors monitoring 
daemon (sensord)
## ServiceRestart:  sensord

## Type:string
## Default: 1m
#
# Interval between scanning for alarms. Use suffix s for seconds, m for
# minutes, h for hours. 0 turns off scanning for alarms.
#
INTERVAL=1m

## Type:string
## Default: 20m
#
# Interval between logging. Use suffix s for seconds, m for minutes, h
# for hours. 0 turns off logging.
#
LOG_INTERVAL=20m
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2014-01-29 07:17:07

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-12-13 
12:00:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2014-01-29 
07:17:08.0 +0100
@@ -1,0 +2,24 @@
+Tue Jan 28 09:08:45 CET 2014 - jdelv...@suse.de
+
+- Package COPYING and COPYING.LGPL.
+
+---
+Wed Jan 22 10:24:21 CET 2014 - jdelv...@suse.de
+
+- Package new file /usr/share/man/man8/sensors-conf-convert.8.gz.
+
+---
+Wed Jan 22 10:08:21 CET 2014 - jdelv...@suse.de
+
+- Update to lm_sensors 3.3.5
+  * library: Support up to 33 sensors of the same type per
+monitoring chip (needed for recent Intel processors, coretemp
+driver)
+  * sensors-detect: Detection of new devices
+  Added non-interactive (automatic) mode
+  * lm_sensors-r6181-fix-service-files.patch: Removed, upstream
+now.
+  * lm_sensors-3.0.0-sysconfig_metadata.patch,
+lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed.
+
+---

Old:

  lm_sensors-3.3.4.tar.bz2
  lm_sensors-r6181-fix-service-files.patch

New:

  lm_sensors-3.3.5.tar.bz2



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.HaowcB/_old  2014-01-29 07:17:09.0 +0100
+++ /var/tmp/diff_new_pack.HaowcB/_new  2014-01-29 07:17:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  rrdtool-devel
 BuildRequires:  systemd-rpm-macros
 Url:http://www.lm-sensors.org/
-Version:3.3.4
+Version:3.3.5
 Release:0
 Summary:Hardware health monitoring for Linux
 License:GPL-2.0+
@@ -34,7 +34,6 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
-Patch5: lm_sensors-r6181-fix-service-files.patch
 
 ExcludeArch:s390 s390x
 %{?systemd_requires}
@@ -95,7 +94,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS
@@ -103,16 +101,13 @@
 
 %install
 make PROG_EXTRA:=sensord BUILD_STATIC_LIB:=0 PREFIX=%{_prefix} 
MANDIR=%{_mandir} LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
-cd doc/
-   mkdir -p$RPM_BUILD_ROOT/%{_docdir}/sensors
-   cp -a donations $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a fan-divisors  $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a fancontrol.txt$RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a temperature-sensors   $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a vid   $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   cp -a progs $RPM_BUILD_ROOT/%{_docdir}/sensors/
-   chmod -R u+rwX,g+rX,o+rX$RPM_BUILD_ROOT/%{_docdir}/sensors/
-cd ../
+mkdir -p   $RPM_BUILD_ROOT/%{_docdir}/sensors 
$RPM_BUILD_ROOT/%{_docdir}/sensord
+cp -a doc/donations doc/fan-divisors \
+ doc/fancontrol.txt doc/libsensors-API.txt \
+ doc/progs doc/temperature-sensors \
+ doc/vid COPYING COPYING.LGPL  $RPM_BUILD_ROOT/%{_docdir}/sensors/
+cp -a COPYING  $RPM_BUILD_ROOT/%{_docdir}/sensord/
+chmod -R u+rwX,g+rX,o+rX   $RPM_BUILD_ROOT/%{_docdir}/sensors/ 
$RPM_BUILD_ROOT/%{_docdir}/sensord/
 chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libsensors.so.*
 mkdir -p   $RPM_BUILD_ROOT/%{_unitdir}
 cp -a prog/init/*.service  $RPM_BUILD_ROOT/%{_unitdir}/
@@ -168,7 +163,14 @@
 %endif
 /usr/sbin/pwmconfig
 /usr/sbin/sensors-detect
-%doc %{_docdir}/sensors/
+%dir %{_docdir}/sensors
+%doc %{_docdir}/sensors/donations
+%doc %{_docdir}/sensors/fan-divisors
+%doc %{_docdir}/sensors/fancontrol.txt
+%doc %{_docdir}/sensors/progs
+%doc %{_docdir}/sensors/temperature-sensors
+%doc %{_docdir}/sensors/vid
+%doc %{_docdir}/sensors/COPYING
 %doc /usr/share/man/man1/*.1.gz
 %doc /usr/share/man/man8/fancontrol.8.gz
 %ifarch i386 i486 

commit sensors for openSUSE:Factory

2013-12-13 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-12-13 12:00:53

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-07-03 
10:27:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-12-13 
12:00:54.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 23 15:38:06 UTC 2013 - p.drou...@gmail.com
+
+- Remove sysvinit support; none of target distributions use it anymore
+
+---

Old:

  lm_sensors.init



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.L2C8PQ/_old  2013-12-13 12:00:56.0 +0100
+++ /var/tmp/diff_new_pack.L2C8PQ/_new  2013-12-13 12:00:56.0 +0100
@@ -29,7 +29,6 @@
 Group:  System/Monitoring
 Requires:   modutils
 Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
-Source1:lm_sensors.init
 Source2:baselibs.conf
 Patch1: lm_sensors-3.1.1-build.patch
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
@@ -37,7 +36,6 @@
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
 Patch5: lm_sensors-r6181-fix-service-files.patch
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
 %{?systemd_requires}
 
@@ -50,18 +48,6 @@
 the actual set up of the mainboard and the BIOS used on that specific
 mainboard!
 
-
-
-Authors:
-
-Simon G. Vogl  si...@tk.uni-linz.ac.at
-Mark D. Studebaker m...@eng.paradyne.com
-Philip Edelbrock   p...@netroedge.com
-Ky�sti M�lkki  kmal...@cc.hut.fi
-Fons Rademakersfons.rademak...@cern.ch
-Frodo Looijaardfro...@dds.nl
-Geert Uytterhoeven ge...@linux-m68k.org
-
 %package -n sensord
 Summary:Hardware health monitoring daemon
 License:GPL-2.0+
@@ -75,12 +61,6 @@
 signalled; for example, if a fan fails, a temperature limit is
 exceeded, etc.
 
-
-
-Authors:
-
-Merlin Hughes mer...@merlin.org
-
 %package -n libsensors4
 Summary:Hardware health monitoring library
 License:LGPL-2.1+
@@ -93,17 +73,6 @@
 have to be applied for the specific hardware, so that the output makes
 sense to the user.
 
-
-
-Authors:
-
-Mark D. Studebaker m...@eng.paradyne.com
-Philip Edelbrock   p...@netroedge.com
-Ky�sti M�lkki  kmal...@cc.hut.fi
-Frodo Looijaardfro...@dds.nl
-Jean Delvare   kh...@linux-fr.org
-Mark M. Hoffmanmhoff...@lightlink.com
-
 %package -n libsensors4-devel
 Summary:Hardware health monitoring library
 License:LGPL-2.1+
@@ -120,17 +89,6 @@
 have to be applied for the specific hardware, so that the output makes
 sense to the user.
 
-
-
-Authors:
-
-Mark D. Studebaker m...@eng.paradyne.com
-Philip Edelbrock   p...@netroedge.com
-Ky�sti M�lkki  kmal...@cc.hut.fi
-Frodo Looijaardfro...@dds.nl
-Jean Delvare   kh...@linux-fr.org
-Mark M. Hoffmanmhoff...@lightlink.com
-
 %prep
 %setup -q -n lm_sensors-%{version} 
 %patch1 -p1
@@ -156,11 +114,9 @@
chmod -R u+rwX,g+rX,o+rX$RPM_BUILD_ROOT/%{_docdir}/sensors/
 cd ../
 chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/libsensors.so.*
-mkdir -p   $RPM_BUILD_ROOT/etc/init.d
-install -m 0755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/lm_sensors
-ln -sf /etc/init.d/lm_sensors  $RPM_BUILD_ROOT/usr/sbin/rclm_sensors
 mkdir -p   $RPM_BUILD_ROOT/%{_unitdir}
 cp -a prog/init/*.service  $RPM_BUILD_ROOT/%{_unitdir}/
+ln -sf /sbin/service %{buildroot}/usr/sbin/rclm_sensors
 
 %pre
 %service_add_pre lm_sensors.service
@@ -191,11 +147,9 @@
 
 %preun
 %service_del_preun lm_sensors.service
-%{stop_on_removal lm_sensors}
 
 %postun
 %service_del_postun lm_sensors.service
-%{insserv_cleanup}
 
 %post -n libsensors4 -p /sbin/ldconfig
 
@@ -204,9 +158,8 @@
 %files
 %defattr(-,root,root)
 %{_unitdir}/lm_sensors.service
+%{_sbindir}/rclm_sensors
 %{_unitdir}/fancontrol.service
-/etc/init.d/lm_sensors
-/usr/sbin/rclm_sensors
 /usr/bin/*
 /usr/sbin/fancontrol
 %ifarch i386 i486 i586 i686 x86_64

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-07-03 10:26:59

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-06-05 
19:35:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-07-03 
10:27:01.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  1 19:18:59 UTC 2013 - co...@suse.com
+
+- sensors is required for pacemaker and libdlm, and as such
+  we should not buildrequire systemd 
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.aGmaE2/_old  2013-07-03 10:27:01.0 +0200
+++ /var/tmp/diff_new_pack.aGmaE2/_new  2013-07-03 10:27:01.0 +0200
@@ -20,6 +20,7 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  rrdtool-devel
+BuildRequires:  systemd-rpm-macros
 Url:http://www.lm-sensors.org/
 Version:3.3.4
 Release:0
@@ -38,7 +39,6 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
-BuildRequires:  systemd
 %{?systemd_requires}
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-06-05 19:35:33

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-05-27 
10:01:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-06-05 
19:35:34.0 +0200
@@ -1,0 +2,23 @@
+Mon Jun  3 13:55:39 CEST 2013 - jdelv...@suse.de
+
+- Update to lm_sensors 3.3.4
+  * Mostly a packaging-only clean-up, as we had backported most
+important changes already.
+  * lm_sensors-r6111-detection-Winbond-W83627SF.diff,
+lm_sensors-r6112-detection-AMD-family-16h.diff,
+lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff,
+lm_sensors-r6117-detection-ITE-IT8752F.diff,
+lm_sensors-r6123-AnalogDev-ADT7410-driver.diff,
+lm_sensors-r6163-pwmconfig-raise-threshold.diff,
+lm_sensors-r6164-pwmconfig-drop-comment.diff,
+lm_sensors-r6165-pwmconfig-multiple-fans.diff,
+lm_sensors-r6172-fancontrol-absolute-paths.diff: Removed,
+upstream now.
+  * fancontrol.service: Removed, now provided by upstream,
+together with sensord.service.
+  * lm_sensors-3.0.0-sysconfig_metadata.patch,
+lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed.
+- lm_sensors-r6181-fix-service-files.patch: Fix EnvironmentFile
+  in service files
+
+---

Old:

  fancontrol.service
  lm_sensors-3.3.3.tar.bz2
  lm_sensors-r6111-detection-Winbond-W83627SF.diff
  lm_sensors-r6112-detection-AMD-family-16h.diff
  lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
  lm_sensors-r6117-detection-ITE-IT8752F.diff
  lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
  lm_sensors-r6163-pwmconfig-raise-threshold.diff
  lm_sensors-r6164-pwmconfig-drop-comment.diff
  lm_sensors-r6165-pwmconfig-multiple-fans.diff
  lm_sensors-r6172-fancontrol-absolute-paths.diff

New:

  lm_sensors-3.3.4.tar.bz2
  lm_sensors-r6181-fix-service-files.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.NluDKV/_old  2013-06-05 19:35:35.0 +0200
+++ /var/tmp/diff_new_pack.NluDKV/_new  2013-06-05 19:35:35.0 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  flex
 BuildRequires:  rrdtool-devel
 Url:http://www.lm-sensors.org/
-Version:3.3.3
+Version:3.3.4
 Release:0
 Summary:Hardware health monitoring for Linux
 License:GPL-2.0+
@@ -30,20 +30,11 @@
 Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
 Source1:lm_sensors.init
 Source2:baselibs.conf
-Source3:fancontrol.service
 Patch1: lm_sensors-3.1.1-build.patch
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
-Patch5: lm_sensors-r6111-detection-Winbond-W83627SF.diff
-Patch6: lm_sensors-r6112-detection-AMD-family-16h.diff
-Patch7: lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
-Patch8: lm_sensors-r6117-detection-ITE-IT8752F.diff
-Patch9: lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
-Patch10:lm_sensors-r6163-pwmconfig-raise-threshold.diff
-Patch11:lm_sensors-r6164-pwmconfig-drop-comment.diff
-Patch12:lm_sensors-r6165-pwmconfig-multiple-fans.diff
-Patch13:lm_sensors-r6172-fancontrol-absolute-paths.diff
+Patch5: lm_sensors-r6181-fix-service-files.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -147,14 +138,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS
@@ -176,8 +159,8 @@
 mkdir -p   $RPM_BUILD_ROOT/etc/init.d
 install -m 0755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/lm_sensors
 ln -sf /etc/init.d/lm_sensors  $RPM_BUILD_ROOT/usr/sbin/rclm_sensors
-install -D -m 0644 prog/init/lm_sensors.service 
%{buildroot}%{_unitdir}/lm_sensors.service
-install -D -m 0644 %{SOURCE3}   
%{buildroot}%{_unitdir}/fancontrol.service
+mkdir -p   $RPM_BUILD_ROOT/%{_unitdir}
+cp -a prog/init/*.service  $RPM_BUILD_ROOT/%{_unitdir}/
 
 %pre
 %service_add_pre lm_sensors.service
@@ -244,6 +227,7 @@
 
 %files -n sensord
 %defattr(-,root,root)
+%{_unitdir}/sensord.service
 /usr/sbin/sensord
 %doc /usr/share/man/man8/sensord.8.gz
 

++ 

commit sensors for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-05-27 10:01:49

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-04-14 
12:11:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-05-27 
10:01:51.0 +0200
@@ -1,0 +2,22 @@
+Thu May 23 18:30:31 CEST 2013 - jdelv...@suse.de
+
+- lm_sensors-r6163-pwmconfig-raise-threshold.diff: pwmconfig: Raise
+  the detection threshold to 3/4 (bnc#810344).
+- lm_sensors-r6164-pwmconfig-drop-comment.diff: pwmconfig: Drop a
+  stray comment.
+- lm_sensors-r6165-pwmconfig-multiple-fans.diff:  pwmconfig:
+  Properly deal with multiple fan control (bnc#810344).
+- lm_sensors-r6172-fancontrol-absolute-paths.diff: fancontrol: Fix
+  handling of absolute paths in config (bnc#810344).
+
+---
+Thu May 23 18:06:50 CEST 2013 - jdelv...@suse.de
+
+- fancontrol.service: Cleanups.
+
+---
+Sat May 18 11:58:47 UTC 2013 - wer...@suse.com
+
+- Add fancontrol.service (bnc#810344).
+
+---

New:

  fancontrol.service
  lm_sensors-r6163-pwmconfig-raise-threshold.diff
  lm_sensors-r6164-pwmconfig-drop-comment.diff
  lm_sensors-r6165-pwmconfig-multiple-fans.diff
  lm_sensors-r6172-fancontrol-absolute-paths.diff



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.uAYQ6H/_old  2013-05-27 10:01:52.0 +0200
+++ /var/tmp/diff_new_pack.uAYQ6H/_new  2013-05-27 10:01:52.0 +0200
@@ -30,6 +30,7 @@
 Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
 Source1:lm_sensors.init
 Source2:baselibs.conf
+Source3:fancontrol.service
 Patch1: lm_sensors-3.1.1-build.patch
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
@@ -39,6 +40,10 @@
 Patch7: lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
 Patch8: lm_sensors-r6117-detection-ITE-IT8752F.diff
 Patch9: lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
+Patch10:lm_sensors-r6163-pwmconfig-raise-threshold.diff
+Patch11:lm_sensors-r6164-pwmconfig-drop-comment.diff
+Patch12:lm_sensors-r6165-pwmconfig-multiple-fans.diff
+Patch13:lm_sensors-r6172-fancontrol-absolute-paths.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -146,6 +151,10 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS
@@ -168,6 +177,7 @@
 install -m 0755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/lm_sensors
 ln -sf /etc/init.d/lm_sensors  $RPM_BUILD_ROOT/usr/sbin/rclm_sensors
 install -D -m 0644 prog/init/lm_sensors.service 
%{buildroot}%{_unitdir}/lm_sensors.service
+install -D -m 0644 %{SOURCE3}   
%{buildroot}%{_unitdir}/fancontrol.service
 
 %pre
 %service_add_pre lm_sensors.service
@@ -211,6 +221,7 @@
 %files
 %defattr(-,root,root)
 %{_unitdir}/lm_sensors.service
+%{_unitdir}/fancontrol.service
 /etc/init.d/lm_sensors
 /usr/sbin/rclm_sensors
 /usr/bin/*

++ fancontrol.service ++
[Unit]
Description=Start fan control, if configured
ConditionFileNotEmpty=/etc/fancontrol
After=lm_sensors.service

[Service]
Type=simple
PIDFile=/var/run/fancontrol.pid
EnvironmentFile=/etc/sysconfig/lm_sensors
ExecStart=/usr/sbin/fancontrol

[Install]
WantedBy=multi-user.target
++ lm_sensors-r6163-pwmconfig-raise-threshold.diff ++
Subject: pwmconfig: Raise the detection threshold to 3/4
Upstream: yes, r6163
References: bnc#810344

Detection threshold of 2/3 of the maximum speed is too low, some fans
will slow down to about that speed so controlled fans may be missed.
Use 3/4 as the threshold to avoid these false negatives.
---
 prog/pwm/pwmconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -448,7 +448,7 @@ do
OS=`echo $SPEEDS | cut -d' ' -f$count`
S=`echo $CURRENT_SPEEDS | cut -d' ' -f$count`
echo   $j ... speed was $OS now $S
-   let threshold=2*$OS/3
+   let threshold=3*$OS/4
if [ $S -lt $threshold ]
then
echo It appears that fan $j
++ lm_sensors-r6164-pwmconfig-drop-comment.diff ++
Subject: pwmconfig: Drop a stray comment
Upstream: 

commit sensors for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-04-14 12:11:08

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2013-03-01 
21:03:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-04-14 
12:11:10.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  5 12:06:46 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.xoFRfL/_old  2013-04-14 12:11:11.0 +0200
+++ /var/tmp/diff_new_pack.xoFRfL/_new  2013-04-14 12:11:11.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/Monitoring
 Requires:   modutils
-Source0:lm_sensors-%{version}.tar.bz2
+Source0:
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
 Source1:lm_sensors.init
 Source2:baselibs.conf
 Patch1: lm_sensors-3.1.1-build.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-03-01 20:44:35

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2012-11-12 
07:06:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-03-01 
20:44:38.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 28 18:43:13 CET 2013 - jdelv...@suse.de
+
+- lm_sensors-r6111-detection-Winbond-W83627SF.diff: Add detection
+  of Winbond W83627SF/GF (no sensors.)
+- lm_sensors-r6112-detection-AMD-family-16h.diff: Add detection of
+  AMD family 16h power sensors.
+- lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff: Map IT8771E,
+  IT8772E, IT8782F and IT8783F to it87.
+- lm_sensors-r6117-detection-ITE-IT8752F.diff: Add detection of
+  IT8752F.
+- lm_sensors-r6123-AnalogDev-ADT7410-driver.diff: We have a driver
+  for the ADT7410 since kernel 3.7.
+
+---

New:

  lm_sensors-r6111-detection-Winbond-W83627SF.diff
  lm_sensors-r6112-detection-AMD-family-16h.diff
  lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
  lm_sensors-r6117-detection-ITE-IT8752F.diff
  lm_sensors-r6123-AnalogDev-ADT7410-driver.diff



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.dPtfwz/_old  2013-03-01 20:44:43.0 +0100
+++ /var/tmp/diff_new_pack.dPtfwz/_new  2013-03-01 20:44:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,11 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
+Patch5: lm_sensors-r6111-detection-Winbond-W83627SF.diff
+Patch6: lm_sensors-r6112-detection-AMD-family-16h.diff
+Patch7: lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
+Patch8: lm_sensors-r6117-detection-ITE-IT8752F.diff
+Patch9: lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -136,6 +141,11 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ lm_sensors-r6111-detection-Winbond-W83627SF.diff ++
Subject: Add detection of Winbond W83627SF/GF (no sensors)
Upstream: yes, r6111

---
 prog/detect/sensors-detect |4 
 1 file changed, 4 insertions(+)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -1945,6 +1945,10 @@ use constant FEAT_SMBUS  = (1  7);
logdev = 0x0b,
features = FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+   name = Winbond W83627SF/GF Super IO,
+   driver = not-a-sensor,
+   devid = 0x59,
+   }, {
name = Winbond W83627THF/THG Super IO Sensors,
driver = w83627hf,
devid = 0x82,
++ lm_sensors-r6112-detection-AMD-family-16h.diff ++
Subject: Add detection of AMD family 16h power sensors
Upstream: yes, r6112

---
 prog/detect/sensors-detect |4 
 1 file changed, 4 insertions(+)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -2353,6 +2353,10 @@ use vars qw(@cpu_ids);
driver = fam15h_power,
detect = sub { amd_pci_detect('1604') },
}, {
+   name = AMD Family 16h power sensors,
+   driver = fam15h_power,
+   detect = sub { amd_pci_detect('1534') },
+   }, {
name = Intel digital thermal sensor,
driver = coretemp,
detect = \coretemp_detect,
++ lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff ++
Subject: Map ITE IT8771E, IT8772E, IT8782F and IT8783F to it87
Upstream: yes, r6113

---
 prog/detect/sensors-detect |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -2225,13 +2225,13 @@ use constant FEAT_SMBUS = (1  7);
features = FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name = ITE IT8771E Super IO Sensors,
-   

commit sensors for openSUSE:Factory

2012-11-11 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2012-11-12 07:06:48

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2012-11-02 
17:42:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2012-11-12 
07:06:49.0 +0100
@@ -1,0 +2,16 @@
+Fri Nov  9 21:40:32 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Update to lm_sensors 3.3.3
+ * documentation: Update fan-divisors, fan divisors are optional
+ * libsensors: Fix warning about library path not in /etc/ld.so.conf
+ * sensors: Fix libiconv linkage need detection in rare corner case
+ Add support for humidity output
+ Add long switches to manual page
+ * sensors-detect: Don't choke on systems without PCI
+ Avoid probing EDID addresses on graphics cards (#2386)
+ Add detection of NCT6779D and NCT6102D/NCT6106D
+ Add detection of SMSC LPC47N217 and SIO10N268
+ Do not scan I2C adapters on graphics cards by default
+ Fix parent class discovery when multiplexer is present
+
+---

Old:

  lm_sensors-3.3.2.tar.bz2

New:

  lm_sensors-3.3.3.tar.bz2



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.FLlRuj/_old  2012-11-12 07:06:52.0 +0100
+++ /var/tmp/diff_new_pack.FLlRuj/_new  2012-11-12 07:06:52.0 +0100
@@ -21,7 +21,7 @@
 BuildRequires:  flex
 BuildRequires:  rrdtool-devel
 Url:http://www.lm-sensors.org/
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:Hardware health monitoring for Linux
 License:GPL-2.0+

++ lm_sensors-3.3.2.tar.bz2 - lm_sensors-3.3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lm_sensors-3.3.2/CHANGES new/lm_sensors-3.3.3/CHANGES
--- old/lm_sensors-3.3.2/CHANGES2012-03-14 08:43:39.0 +0100
+++ new/lm_sensors-3.3.3/CHANGES2012-11-06 21:10:47.0 +0100
@@ -1,6 +1,19 @@
 lm-sensors CHANGES file
 ---
 
+3.3.3 Happy Birthday Sophie (2012-11-06)
+  documentation: Update fan-divisors, fan divisors are optional
+  libsensors: Fix warning about library path not in /etc/ld.so.conf
+  sensors: Fix libiconv linkage need detection in rare corner case
+   Add support for humidity output
+   Add long switches to manual page
+  sensors-detect: Don't choke on systems without PCI
+  Avoid probing EDID addresses on graphics cards (#2386)
+  Add detection of NCT6779D and NCT6102D/NCT6106D
+  Add detection of SMSC LPC47N217 and SIO10N268
+  Do not scan I2C adapters on graphics cards by default
+  Fix parent class discovery when multiplexer is present
+
 3.3.2 (2012-03-14)
   libsensors: Added support for new sysfs attributes
   Change sysfs detection to survive upcoming kernel changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lm_sensors-3.3.2/doc/developers/lm_sensors.lsm 
new/lm_sensors-3.3.3/doc/developers/lm_sensors.lsm
--- old/lm_sensors-3.3.2/doc/developers/lm_sensors.lsm  2012-03-14 
08:43:39.0 +0100
+++ new/lm_sensors-3.3.3/doc/developers/lm_sensors.lsm  2012-11-06 
21:10:47.0 +0100
@@ -1,7 +1,7 @@
 Begin4
 Title: lm_sensors
-Version: 3.3.2
-Entered-date: 2012-03-14
+Version: 3.3.3
+Entered-date: 2012-11-06
 Description: Hardware health monitoring package for Linux. It consists of 
  a library to allow applications to read sensors data more
  easily, and of an example program to pretty print this data.
@@ -11,8 +11,8 @@
 Author: kh...@linux-fr.org (Jean Delvare)
 Maintained-by: kh...@linux-fr.org (Jean Delvare)
 Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/
-  lm_sensors-3.3.2.tar.bz2
-  lm_sensors-3.3.2.tar.bz2.sig
+  lm_sensors-3.3.3.tar.bz2
+  lm_sensors-3.3.3.tar.bz2.sig
 Alternate-site: ftp.netroedge.com /pub/lm-sensors/
 Copying-policy: GPL/LGPL
 End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lm_sensors-3.3.2/doc/developers/release_checklist 
new/lm_sensors-3.3.3/doc/developers/release_checklist
--- old/lm_sensors-3.3.2/doc/developers/release_checklist   2010-10-14 
14:25:16.0 +0200
+++ new/lm_sensors-3.3.3/doc/developers/release_checklist   2012-11-06 
21:10:47.0 +0100
@@ -7,16 +7,13 @@
   (edit lib/Module.mk and 

commit sensors for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2012-11-02 17:41:59

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2012-09-17 
14:10:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2012-11-02 
17:42:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 02:22:53 UTC 2012 - crrodrig...@opensuse.org
+
+- lm_sensors systemd service file missing [bnc#768354] 
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.zX6q4k/_old  2012-11-02 17:42:03.0 +0100
+++ /var/tmp/diff_new_pack.zX6q4k/_new  2012-11-02 17:42:03.0 +0100
@@ -37,6 +37,8 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
+BuildRequires:  systemd
+%{?systemd_requires}
 
 %description
 This package includes programs that show data from some sensor chips. 
@@ -155,8 +157,12 @@
 mkdir -p   $RPM_BUILD_ROOT/etc/init.d
 install -m 0755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/lm_sensors
 ln -sf /etc/init.d/lm_sensors  $RPM_BUILD_ROOT/usr/sbin/rclm_sensors
+install -D -m 0644 prog/init/lm_sensors.service 
%{buildroot}%{_unitdir}/lm_sensors.service
 
+%pre
+%service_add_pre lm_sensors.service
 %post
+%service_add_post lm_sensors.service
 sh -c '
 CONFIG=/etc/sysconfig/lm_sensors
 test -r $CONFIG || exit 0
@@ -181,9 +187,11 @@
 fi
 
 %preun
+%service_del_preun lm_sensors.service
 %{stop_on_removal lm_sensors}
 
 %postun
+%service_del_postun lm_sensors.service
 %{insserv_cleanup}
 
 %post -n libsensors4 -p /sbin/ldconfig
@@ -192,6 +200,7 @@
 
 %files
 %defattr(-,root,root)
+%{_unitdir}/lm_sensors.service
 /etc/init.d/lm_sensors
 /usr/sbin/rclm_sensors
 /usr/bin/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2012-03-29 11:42:30

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2012-03-19 
10:04:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2012-03-29 
11:42:42.0 +0200
@@ -1,0 +2,18 @@
+Tue Mar 20 18:08:30 CET 2012 - jdelv...@suse.de
+
+- Update to lm_sensors 3.3.2
+  * Support for many subfeatures implemented by new hwmon drivers.
+  * Fix to support a sysfs implementation change in upcoming kernels.
+  * Better printing of power sensors in sensors.
+  * Memory leaks fixed in sensord.
+  * New chips known by sensors-detect, as usual.
+- lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch,
+  lm_sensors-r5992-print-DMI-product-version.patch,
+  lm_sensors-r5993-fix-loading-of-cpuid-module.patch,
+  lm_sensors-r6016-handle-superio-wo-logdev.patch,
+  lm_sensors-r6017-fix-sysfs-detection.patch,
+  lm_sensors-r6025-sensord-fix-memory-leaks.patch,
+  lm_sensors-r6030-fix-power-interval-output.patch: Removes,
+  obsolete.
+
+---

Old:

  lm_sensors-3.3.1.tar.bz2
  lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch
  lm_sensors-r5992-print-DMI-product-version.patch
  lm_sensors-r5993-fix-loading-of-cpuid-module.patch
  lm_sensors-r6016-handle-superio-wo-logdev.patch
  lm_sensors-r6017-fix-sysfs-detection.patch
  lm_sensors-r6025-sensord-fix-memory-leaks.patch
  lm_sensors-r6030-fix-power-interval-output.patch

New:

  lm_sensors-3.3.2.tar.bz2



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.IK0K1Q/_old  2012-03-29 11:42:43.0 +0200
+++ /var/tmp/diff_new_pack.IK0K1Q/_new  2012-03-29 11:42:43.0 +0200
@@ -21,7 +21,7 @@
 Name:   sensors
 BuildRequires:  bison flex rrdtool-devel
 Url:http://www.lm-sensors.org/
-Version:3.3.1
+Version:3.3.2
 Release:1
 Summary:Hardware health monitoring for Linux
 License:GPL-2.0+
@@ -35,13 +35,6 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
-Patch5: lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch
-Patch6: lm_sensors-r5992-print-DMI-product-version.patch
-Patch7: lm_sensors-r5993-fix-loading-of-cpuid-module.patch
-Patch8: lm_sensors-r6016-handle-superio-wo-logdev.patch
-Patch9: lm_sensors-r6017-fix-sysfs-detection.patch
-Patch10:lm_sensors-r6025-sensord-fix-memory-leaks.patch
-Patch11:lm_sensors-r6030-fix-power-interval-output.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -144,13 +137,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ lm_sensors-3.0.0-sysconfig_metadata.patch ++
--- /var/tmp/diff_new_pack.IK0K1Q/_old  2012-03-29 11:42:43.0 +0200
+++ /var/tmp/diff_new_pack.IK0K1Q/_new  2012-03-29 11:42:43.0 +0200
@@ -2,9 +2,9 @@
  prog/detect/sensors-detect |6 ++
  1 file changed, 6 insertions(+)
 
 lm_sensors-3.3.0.orig/prog/detect/sensors-detect
-+++ lm_sensors-3.3.0/prog/detect/sensors-detect
-@@ -6416,6 +6416,12 @@ sub write_config
+--- lm_sensors-3.3.2.orig/prog/detect/sensors-detect
 lm_sensors-3.3.2/prog/detect/sensors-detect
+@@ -6642,6 +6642,12 @@ sub write_config
or die Sorry, can't create /etc/sysconfig/lm_sensors 
($!);
print SYSCONFIG # Generated by sensors-detect on  . scalar 
localtime() . \n;
print SYSCONFIG 'EOT';

++ lm_sensors-3.0.3-hint-at-kernel-extra-package.patch ++
--- /var/tmp/diff_new_pack.IK0K1Q/_old  2012-03-29 11:42:43.0 +0200
+++ /var/tmp/diff_new_pack.IK0K1Q/_new  2012-03-29 11:42:43.0 +0200
@@ -6,9 +6,9 @@
  prog/detect/sensors-detect |   11 +--
  1 file changed, 9 insertions(+), 2 deletions(-)
 
 lm_sensors-3.3.0.orig/prog/detect/sensors-detect
-+++ lm_sensors-3.3.0/prog/detect/sensors-detect
-@@ -2421,12 +2421,15 @@ sub initialize_conf
+--- lm_sensors-3.3.2.orig/prog/detect/sensors-detect
 lm_sensors-3.3.2/prog/detect/sensors-detect
+@@ -2567,12 +2567,15 @@ sub initialize_conf
  # [2] - SUBLEVEL
  # [3] - EXTRAVERSION
  #
@@ -25,7 +25,7 @@
chomp($kernel_arch = `uname -m`);
  
# We only 

commit sensors for openSUSE:Factory

2012-03-19 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2012-03-19 10:04:17

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2012-02-15 
16:18:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2012-03-19 
10:04:19.0 +0100
@@ -1,0 +2,14 @@
+Thu Mar  8 10:35:17 CET 2012 - jdelv...@suse.de
+
+- lm_sensors-r5993-fix-loading-of-cpuid-module.patch: Fix loading
+  of the cpuid module.
+- lm_sensors-r6016-handle-superio-wo-logdev.patch: Properly handle
+  Super-I/O chips without logical device.
+- lm_sensors-r6017-fix-sysfs-detection.patch: libsensors: Change
+  sysfs detection to survive upcoming kernel changes (bnc#751180).
+- lm_sensors-r6025-sensord-fix-memory-leaks.patch: sensord: Fix
+  memory leaks revealed by valgrind (bnc#751177).
+- lm_sensors-r6030-fix-power-interval-output.patch: Fix power
+  interval output.
+
+---

New:

  lm_sensors-r5993-fix-loading-of-cpuid-module.patch
  lm_sensors-r6016-handle-superio-wo-logdev.patch
  lm_sensors-r6017-fix-sysfs-detection.patch
  lm_sensors-r6025-sensord-fix-memory-leaks.patch
  lm_sensors-r6030-fix-power-interval-output.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.NpD2pt/_old  2012-03-19 10:04:23.0 +0100
+++ /var/tmp/diff_new_pack.NpD2pt/_new  2012-03-19 10:04:23.0 +0100
@@ -37,6 +37,11 @@
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
 Patch5: lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch
 Patch6: lm_sensors-r5992-print-DMI-product-version.patch
+Patch7: lm_sensors-r5993-fix-loading-of-cpuid-module.patch
+Patch8: lm_sensors-r6016-handle-superio-wo-logdev.patch
+Patch9: lm_sensors-r6017-fix-sysfs-detection.patch
+Patch10:lm_sensors-r6025-sensord-fix-memory-leaks.patch
+Patch11:lm_sensors-r6030-fix-power-interval-output.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -141,6 +146,11 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ lm_sensors-r5993-fix-loading-of-cpuid-module.patch ++
Fix loading of the cpuid module. On non-udev systems, or even on udev
systems where /dev/cpu/0/cpuid is part of the static device node tree,
the previous test would succeed even when the cpuid module isn't
loaded, resulting in missing detections (of coretemp-supported CPU
models in particuler.) Check if the module is loaded by looking in
sysfs instead, this is much more reliable.

---
 prog/detect/sensors-detect |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lm_sensors-3.3.1.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.1/prog/detect/sensors-detect
@@ -6636,7 +6636,7 @@ sub main
  Do you want to scan for them? This is totally safe. (YES/no): ;
unless (STDIN =~ /^\s*n/i) {
# Load the cpuid driver if needed
-   unless (-e /dev/cpu/$cpu[0]-{nr}/cpuid) {
+   unless (-e $sysfs_root/class/cpuid) {
load_module(cpuid);
udev_settle();
}
++ lm_sensors-r6016-handle-superio-wo-logdev.patch ++
Properly handle Super-I/O chips without logical device. Just report
that we can't support the chip yet, instead of spitting I/O errors.

---
 prog/detect/sensors-detect |4 
 1 file changed, 4 insertions(+)

--- lm_sensors-3.3.1.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.1/prog/detect/sensors-detect
@@ -3747,6 +3747,10 @@ sub probe_superio
print \n(hardware monitoring capabilities accessible via 
SMBus only)\n;
return FEAT_SMBUS;
}
+   if (!exists $chip-{logdev}) {
+   print \n(no support yet)\n;
+   return 0;
+   }
 
# Switch to the sensor logical device
outb($addrreg, $superio{logdevreg});
++ lm_sensors-r6017-fix-sysfs-detection.patch ++
References: bnc#751180

Upcoming change in sysfs will break the way libsensors detects if
sysfs is mounted. Adjust the implementation so that it still works after
said change.

---
 lib/sysfs.c |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

--- lm_sensors-3.3.1.orig/lib/sysfs.c
+++ lm_sensors-3.3.1/lib/sysfs.c
@@ -24,6 +24,7 @@
 
 #include sys/types.h
 #include sys/stat.h
+#include sys/vfs.h
 #include unistd.h
 #include 

commit sensors for openSUSE:Factory

2012-02-15 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2012-02-15 16:18:03

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2011-09-23 
12:46:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2012-02-15 
16:18:04.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 17 12:50:05 CET 2012 - jdelv...@suse.de
+
+- Package /etc/sensors.d/.
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.yFoPqL/_old  2012-02-15 16:18:05.0 +0100
+++ /var/tmp/diff_new_pack.yFoPqL/_new  2012-02-15 16:18:05.0 +0100
@@ -230,6 +230,7 @@
 %files -n libsensors4
 %defattr(-,root,root)
 %config /etc/sensors3.conf
+%config /etc/sensors.d/
 %{_libdir}/libsensors.so.4*
 %doc /usr/share/man/man5/*.5.gz
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2011-12-06 19:03:35

Comparing /work/SRC/openSUSE:Factory/sensors (Old)
 and  /work/SRC/openSUSE:Factory/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:




Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.QFL2IF/_old  2011-12-06 19:36:43.0 +0100
+++ /var/tmp/diff_new_pack.QFL2IF/_new  2011-12-06 19:36:43.0 +0100
@@ -24,7 +24,7 @@
 Version:3.3.1
 Release:1
 Summary:Hardware health monitoring for Linux
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Monitoring
 Requires:   modules
 AutoReqProv:on
@@ -63,7 +63,7 @@
 Geert Uytterhoeven ge...@linux-m68k.org
 
 %package -n sensord
-License:GPLv2+
+License:GPL-2.0+
 Summary:Hardware health monitoring daemon
 Group:  System/Monitoring
 Provides:   sensors:/usr/sbin/sensord
@@ -83,7 +83,7 @@
 Merlin Hughes mer...@merlin.org
 
 %package -n libsensors4
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Hardware health monitoring library
 Group:  System/Libraries
 AutoReqProv:on
@@ -107,7 +107,7 @@
 Mark M. Hoffmanmhoff...@lightlink.com
 
 %package -n libsensors4-devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Hardware health monitoring library
 Group:  Development/Libraries/C and C++
 Requires:   libsensors4 = %{version} glibc-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package sensors for openSUSE:Factory
checked in at Thu Sep 22 16:57:23 CEST 2011.




--- sensors/sensors.changes 2011-07-22 19:03:34.0 +0200
+++ /mounts/work_src_done/STABLE/sensors/sensors.changes2011-09-22 
15:14:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 13:11:43 UTC 2011 - jdelv...@suse.de
+
+- lm_sensors.init: Move lock file from /var/lock/subsys to
+  /var/run (bnc#714654).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lm_sensors.init ++
--- /var/tmp/diff_new_pack.UCAP5t/_old  2011-09-22 16:57:15.0 +0200
+++ /var/tmp/diff_new_pack.UCAP5t/_new  2011-09-22 16:57:15.0 +0200
@@ -37,7 +37,7 @@
 #MODULE_1, MODULE_2, MODULE_3, etc.
 
 CONFIG=/etc/sysconfig/lm_sensors
-LOCK=/var/lock/subsys/lm_sensors
+LOCK=/var/run/lm_sensors.lock
 PSENSORS=/usr/bin/sensors
 FANCONFIG=/etc/fancontrol
 PFAN=/usr/sbin/fancontrol






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sensors for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package sensors for openSUSE:Factory
checked in at Mon Jul 25 08:42:31 CEST 2011.




--- sensors/sensors.changes 2011-03-29 19:11:31.0 +0200
+++ /mounts/work_src_done/STABLE/sensors/sensors.changes2011-07-22 
19:03:34.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 22 18:56:09 CEST 2011 - jdelv...@suse.de
+
+- Update to lm_sensors 3.3.1
+  * Detection of new devices
+- lm_sensors-3.1.1-no-ipmisensors-driver.patch: Removed, obsolete.
+- lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch,
+  lm_sensors-r5992-print-DMI-product-version.patch: Improve DMI
+  product identification.
+
+---

calling whatdependson for head-i586


Old:

  lm_sensors-3.1.1-no-ipmisensors-driver.patch
  lm_sensors-3.3.0.tar.bz2
  lm_sensors-r5952-new-fintek-chips.patch

New:

  lm_sensors-3.3.1.tar.bz2
  lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch
  lm_sensors-r5992-print-DMI-product-version.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.IiXFGY/_old  2011-07-25 08:41:59.0 +0200
+++ /var/tmp/diff_new_pack.IiXFGY/_new  2011-07-25 08:41:59.0 +0200
@@ -21,7 +21,7 @@
 Name:   sensors
 BuildRequires:  bison flex rrdtool-devel
 Url:http://www.lm-sensors.org/
-Version:3.3.0
+Version:3.3.1
 Release:1
 Summary:Hardware health monitoring for Linux
 License:GPLv2+
@@ -35,8 +35,9 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 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-r5952-new-fintek-chips.patch
+Patch5: lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch
+Patch6: lm_sensors-r5992-print-DMI-product-version.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
 

++ lm_sensors-3.3.0.tar.bz2 - lm_sensors-3.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lm_sensors-3.3.0/CHANGES new/lm_sensors-3.3.1/CHANGES
--- old/lm_sensors-3.3.0/CHANGES2011-03-28 09:02:37.0 +0200
+++ new/lm_sensors-3.3.1/CHANGES2011-07-21 22:36:42.0 +0200
@@ -1,6 +1,24 @@
 lm-sensors CHANGES file
 ---
 
+3.3.1 (2011-07-21)
+  isadump: Add support for word (16-bit) and long (32-bit) reads
+  isaset: Add support for word (16-bit) and long (32-bit) writes
+  sensors.conf.default: Add a section for the EMC6W201
+  sensors-detect: Add AMD family 15h CPU detection
+  Add detection of ADT7461A / NCT1008
+  Add detection of ITE IT8516E/F/G
+  Integrate with systemd
+  Drop unreliable smart battery detection
+  Add detection of SMSC EMC6W201
+  Drop unreliable detection of Maxim MAX6650
+  Add detection of SMSC EMC2300
+  Add detection of MAX6642
+  Add detection of ITE IT8772E
+  Don't advertise the ipmisensors driver
+  Add detection of SA56004
+  Add detection of LM95245
+
 3.3.0 (2011-03-28)
   Makefile: Check for bison and flex
   libsensors: Add support for intrusion detection (#2370)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lm_sensors-3.3.0/doc/developers/lm_sensors.lsm 
new/lm_sensors-3.3.1/doc/developers/lm_sensors.lsm
--- old/lm_sensors-3.3.0/doc/developers/lm_sensors.lsm  2011-03-28 
09:02:37.0 +0200
+++ new/lm_sensors-3.3.1/doc/developers/lm_sensors.lsm  2011-07-21 
22:36:42.0 +0200
@@ -1,7 +1,7 @@
 Begin4
 Title: lm_sensors
-Version: 3.3.0
-Entered-date: 2011-03-28
+Version: 3.3.1
+Entered-date: 2011-07-21
 Description: Hardware health monitoring package for Linux. It consists of 
  a library to allow applications to read sensors data more
  easily, and of an example program to pretty print this data.
@@ -11,8 +11,8 @@
 Author: kh...@linux-fr.org (Jean Delvare)
 Maintained-by: kh...@linux-fr.org (Jean Delvare)
 Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/
-  lm_sensors-3.3.0.tar.bz2
-  lm_sensors-3.3.0.tar.bz2.sig
+  lm_sensors-3.3.1.tar.bz2
+  lm_sensors-3.3.1.tar.bz2.sig
 Alternate-site: ftp.netroedge.com /pub/lm-sensors/
 Copying-policy: GPL/LGPL
 End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lm_sensors-3.3.0/doc/libsensors-API.txt 
new/lm_sensors-3.3.1/doc/libsensors-API.txt
--- old/lm_sensors-3.3.0/doc/libsensors-API.txt 2011-03-28 09:02:37.0