* Fri Apr 30 2021 jdelvare@suse.com
- change-pidfile-path-from-var-run-to-run.patch: Change PIDFile
path from /var/run to /run (bsc#1185183).
- var-run-deprecated.patch: /var/run is deprecated (bsc#1185183).
* Wed Dec 19 2018 jdelvare@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 2018 jdelvare@suse.com
- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo excessive
libsensors version bump.
* Sat Nov 24 2018 malcolmlewis@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.
* Mon May 14 2018 hillwood@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.
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Wed Nov 30 2016 jdelvare@suse.com
- lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch: Skip
"random" I/O port probing on non-x86 machines (bsc#1008552)
* Wed Oct 05 2016 jdelvare@suse.com
- lm_sensors-3.4.0-sensors-detect-ppc64le.patch: Fix sensors-detect
CPU detection support on ppc architectures (bsc#999987)
* Fri Sep 02 2016 sweet_f_a@gmx.de
- add lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
for ftsteutates support (Fujitsu Skylake boards)
* Sun Jan 31 2016 jdelvare@suse.com
- lm_sensors-3.4.0-sensord-service-extra-args.patch: Allow passing
arbitrary extra arguments to sensord.
* Thu Jul 02 2015 jdelvare@suse.com
- lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch: Handle
the move of systemd from / to /usr.
* Tue Jun 30 2015 jdelvare@suse.com
- Update to lm_sensors 3.4.0
* library: The arbitrary limit on per-type sensor count is gone.
Support for temperature min and critical min hysteresis.
* sensors: Support for temperature min and critical min
hysteresis.
* fancontrol: Deal with moving hwmon attributes. Reduce memory
consumption.
* sensors-detect: Detection of new devices.
* 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,
lm_sensors-r6282-detect-graphics-card-in-all-cases.patch,
lm_sensors-r6283-skip-addresses-0x37-0x4f-on-DDC.patch:
Removed, upstream now.
* lm_sensors-3.0.0-sensord-separate.patch,
lm_sensors-3.0.0-sysconfig_metadata.patch,
lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed.
* Tue Jun 09 2015 jdelvare@suse.com
- lm_sensors-r6282-detect-graphics-card-in-all-cases.patch:
sensors-detect: Detect graphics card in all cases (bsc#933072).
- lm_sensors-r6283-skip-addresses-0x37-0x4f-on-DDC.patch:
sensors-detect: Skip addresses 0x37 and 0x4f on DDC channels
(bsc#933072).
* Wed Nov 05 2014 jdelvare@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).
* Thu Jul 03 2014 jdelvare@suse.com
- Actually create the sensord service configuration file from the
template (bnc#882719).
* Wed Jul 02 2014 jdelvare@suse.com
- Add pre/post hooks for sensord service.
- Add sysconfig template for sensord service (bnc#882719).
* Tue Jan 28 2014 jdelvare@suse.de
- Package COPYING and COPYING.LGPL.
* Wed Jan 22 2014 jdelvare@suse.de
- Package new file /usr/share/man/man8/sensors-conf-convert.8.gz.
* Wed Jan 22 2014 jdelvare@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.
* Wed Oct 23 2013 p.drouand@gmail.com
- Remove sysvinit support; none of target distributions use it anymore