sensors/sensors.changes

1145 lines
43 KiB
Plaintext

-------------------------------------------------------------------
Tue Nov 16 15:44:52 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_fancontrol.service.patch
* harden_lm_sensors.service.patch
* harden_sensord.service.patch
-------------------------------------------------------------------
Fri Aug 20 09:40:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim ExcludeArch, package build is successful.
-------------------------------------------------------------------
Mon Apr 26 13:06:50 UTC 2021 - Jean Delvare <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).
-------------------------------------------------------------------
Thu Feb 11 14:41:45 UTC 2021 - Jean Delvare <jdelvare@suse.com>
- pwmconfig-handle-fan-input-error.patch: pwmconfig: Deal
gracefully with unreadable fan inputs (boo#1181890).
- pwmconfig-raise-fan-threshold.patch: pwmconfig: Further raise the
fan threshold (boo#1181890).
-------------------------------------------------------------------
Tue May 12 09:12:56 UTC 2020 - Jean Delvare <jdelvare@suse.com>
- 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).
-------------------------------------------------------------------
Tue Dec 3 08:30:17 UTC 2019 - Samu Voutilainen <smar@smar.fi>
- 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
-------------------------------------------------------------------
Sun Mar 3 19:32:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Join %service_* lines to generate less scriptlet boilerplate.
-------------------------------------------------------------------
Wed Dec 19 14:47:35 UTC 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 12:19:48 UTC 2018 - jdelvare@suse.com
- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo excessive
libsensors version bump.
-------------------------------------------------------------------
Sat Nov 24 01:08:57 UTC 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 15:39:15 UTC 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 13:41:51 UTC 2017 - rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
-------------------------------------------------------------------
Wed Nov 30 14:32:40 CET 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 5 06:44:24 UTC 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 2 12:39:37 UTC 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 12:30:06 UTC 2016 - jdelvare@suse.com
- lm_sensors-3.4.0-sensord-service-extra-args.patch: Allow passing
arbitrary extra arguments to sensord.
-------------------------------------------------------------------
Thu Jul 2 10:55:58 CEST 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 13:08:50 CEST 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 9 15:40:57 CEST 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 5 10:43:57 UTC 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 3 11:25:08 UTC 2014 - jdelvare@suse.com
- Actually create the sensord service configuration file from the
template (bnc#882719).
-------------------------------------------------------------------
Wed Jul 2 12:22:44 UTC 2014 - jdelvare@suse.com
- Add pre/post hooks for sensord service.
- Add sysconfig template for sensord service (bnc#882719).
-------------------------------------------------------------------
Tue Jan 28 09:08:45 CET 2014 - jdelvare@suse.de
- Package COPYING and COPYING.LGPL.
-------------------------------------------------------------------
Wed Jan 22 10:24:21 CET 2014 - jdelvare@suse.de
- Package new file /usr/share/man/man8/sensors-conf-convert.8.gz.
-------------------------------------------------------------------
Wed Jan 22 10:08:21 CET 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 15:38:06 UTC 2013 - p.drouand@gmail.com
- Remove sysvinit support; none of target distributions use it anymore
-------------------------------------------------------------------
Mon Jul 1 19:18:59 UTC 2013 - coolo@suse.com
- sensors is required for pacemaker and libdlm, and as such
we should not buildrequire systemd
-------------------------------------------------------------------
Mon Jun 3 13:55:39 CEST 2013 - jdelvare@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
-------------------------------------------------------------------
Thu May 23 18:30:31 CEST 2013 - jdelvare@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 - jdelvare@suse.de
- fancontrol.service: Cleanups.
-------------------------------------------------------------------
Sat May 18 11:58:47 UTC 2013 - werner@suse.com
- Add fancontrol.service (bnc#810344).
-------------------------------------------------------------------
Fri Apr 5 12:06:46 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
Thu Feb 28 18:43:13 CET 2013 - jdelvare@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.
-------------------------------------------------------------------
Fri Nov 9 21:40:32 UTC 2012 - hrvoje.senjan@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
-------------------------------------------------------------------
Thu Nov 1 02:22:53 UTC 2012 - crrodriguez@opensuse.org
- lm_sensors systemd service file missing [bnc#768354]
-------------------------------------------------------------------
Thu Sep 13 23:21:43 UTC 2012 - jengelh@inai.de
- Remove redundant tags/sections from specfile
- Use the "modutils" require instead of "modules" to select a
module toolset implementation
-------------------------------------------------------------------
Tue Mar 20 18:08:30 CET 2012 - jdelvare@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.
-------------------------------------------------------------------
Thu Mar 8 10:35:17 CET 2012 - jdelvare@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.
-------------------------------------------------------------------
Tue Jan 17 12:50:05 CET 2012 - jdelvare@suse.de
- Package /etc/sensors.d/.
-------------------------------------------------------------------
Thu Sep 22 13:11:43 UTC 2011 - jdelvare@suse.de
- lm_sensors.init: Move lock file from /var/lock/subsys to
/var/run (bnc#714654).
-------------------------------------------------------------------
Fri Jul 22 18:56:09 CEST 2011 - jdelvare@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.
-------------------------------------------------------------------
Tue Mar 29 19:09:05 CEST 2011 - jdelvare@suse.de
- Update to lm_sensors 3.3.0
* Support for chassis intrusion and humidity sensors
* Support for many new attributes
* Detection of new devices
- lm_sensors-r5952-new-fintek-chips.patch: Fix driver mapping of
two new Fintek chips.
-------------------------------------------------------------------
Thu Feb 17 21:07:45 CET 2011 - jdelvare@suse.de
- lm_sensors-r5930-fix-DDR3-SPD-detection.patch: Fix typo in
comparison.
-------------------------------------------------------------------
Thu Feb 17 10:13:12 CET 2011 - jdelvare@suse.de
- lm_sensors-r5910-detect-new-Nuvoton-superio.patch: Add detection
of Nuvoton NCT5571D, NCT5577D and NCT6776F.
- lm_sensors-r5913-default-config-NCT677xF.patch: Default config
for NCT6775F and NCT6776F.
- lm_sensors-r5914-fix-TMP421-detection.patch: We probe addresses
0x1c-0x1f for other chips now, so we might as well look for
TMP421 devices there.
- lm_sensors-r5916-fix-EMC140x-detection.patch: Fix addresses
checked for SMSC EMC1403 and EMC1404.
- lm_sensors-r5930-fix-DDR3-SPD-detection.patch: Fix detection of
SPD EEPROM on DDR3 memory modules. DDR3 uses CRC16 over 128 bytes
instead of basic checksum over 64 bytes. Contributed by Clemens
Ladisch.
- libensors-visibility.patch: Add 3 missing symbols.
-------------------------------------------------------------------
Wed Jan 19 11:44:18 CET 2011 - jdelvare@suse.de
- lm_sensors-r5870-i2c-non-sequential.patch: Fix error seen in
sensors-detect if i2c bus numbering is not sequential.
- lm_sensors-r5883-W83667HG-B-is-supported.patch: The W83667HG-B is
supported by the w83627ehf driver since kernel 2.6.36.
- lm_sensors-r5886-default-config-W83627THF.patch: Add a default
configuration section for the Winbond W83627THF.
- lm_sensors-r5887-typo-in-sensors-conf-5.patch: Fixed typo in
lib/sensors.conf.5.
- lm_sensors-r5889-default-config-SCH5127.patch: Add a default
configuration section for the SMSC SCH5127.
- lm_sensors-r5905-fix-coretemp-detection.patch: Implement
universal detection for Intel digital thermal sensors.
-------------------------------------------------------------------
Mon Nov 29 20:47:06 UTC 2010 - cristian.rodriguez@opensuse.org
- libsensors: export only public symbols
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Mon Oct 11 08:47:33 CEST 2010 - jdelvare@suse.de
- Update to lm_sensors 3.2.0
* The libsensors library is now released under the LGPL license
* Minor fixes to libsensors, pwmconfig, sensors and sensord
* New chips known by sensors-detect, as usual
- Don't build the static library in the first place, so we don't
have to delete it later.
-------------------------------------------------------------------
Tue Jun 1 14:46:23 CEST 2010 - jdelvare@suse.de
- lm_sensors-r5837-fix-fam10-RB-C3-detection.patch: Fix detection
of RB-C3 AMD Family 10h CPU.
-------------------------------------------------------------------
Fri May 7 11:48:40 CEST 2010 - jdelvare@suse.de
- lm_sensors-r5835-fix-sensord-regression.patch: Fix regression
in sensord (support for multiple chips was broken by release
3.1.2). Fixes upstream ticket #2377.
-------------------------------------------------------------------
Tue Apr 13 13:08:07 CEST 2010 - jdelvare@suse.de
- Properly implement "rclm_sensors status" (bnc#592273).
-------------------------------------------------------------------
Wed Mar 31 15:18:29 CEST 2010 - jdelvare@suse.de
- lm_sensors-r5832-adt7468-driver.patch: The ADT7467/8 is supported
by the lm85 driver since kernel 2.6.28.
-------------------------------------------------------------------
Thu Feb 4 12:46:28 CET 2010 - jdelvare@suse.de
- Update to lm_sensors 3.1.2
* Support for future kernels and HID devices in libsensors
* Cleanups to sensord
* New chips known by sensors-detect, as usual
-------------------------------------------------------------------
Fri Dec 18 22:54:36 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel build
-------------------------------------------------------------------
Fri Dec 4 11:22:01 CET 2009 - jdelvare@suse.de
- lm_sensors-3.1.1-no-ipmisensors-driver: Do not point the user to
the ipmisensors driver which we do not ship (bnc#558756).
-------------------------------------------------------------------
Wed Oct 28 16:49:32 UTC 2009 - crrodriguez@opensuse.org
- devel package must require glibc-devel
-------------------------------------------------------------------
Wed Sep 16 21:28:43 CEST 2009 - jdelvare@suse.de
- lm_sensors-r5770-fancontrol-update.patch: Make fancontrol more
robust to kernel driver changes (bnc#529483).
-------------------------------------------------------------------
Fri Jul 24 16:14:47 CEST 2009 - jdelvare@suse.de
- lm_sensors-r5757-LPC47M233-not-supported.patch: Don't point the
user at a driver which will not work.
- lm_sensors-r5760-rename-modprobe-conf.patch: Properly name
the modprobe configuration file.
-------------------------------------------------------------------
Mon Jul 20 09:59:32 CEST 2009 - jdelvare@suse.de
- Update to lm_sensors 3.1.1
* Completely reworked sensors-detect
* Support for multiple configuration files
* New default sensors.conf file
- Include our own init script instead of patching upstream's to no
end.
- Fix init script Provides (lm_sensors instead of sensors.)
(bnc#487479)
- Fix init script lock file name.
- Stop patching prog/init/README, we no longer distribute it.
- /etc/sensors3.conf can be updated, user changes should no longer
go there.
-------------------------------------------------------------------
Sat Apr 18 22:28:52 CEST 2009 - crrodriguez@suse.de
- remove static libraries
-------------------------------------------------------------------
Sun Jan 11 13:46:09 CET 2009 - jdelvare@suse.de
- lm_sensors-r5473-sensord-negative-temperatures-in-RRD.patch:
Accept negative temperatures in RRD database.
- lm_sensors-r5580-sensord-survive-transient-errors.patch: Don't
bail out on transient errors.
- lm_sensors-r5581-fix-libsensors-error-propagation.patch: Fix
error propagation during expression evaluation.
- Add %stop_on_removal to the %preun script (fixes an RPMlint
warning.)
-------------------------------------------------------------------
Wed Oct 22 15:54:17 CEST 2008 - jdelvare@suse.de
- lm_sensors-r5366-fix-detection-of-Intel-AMB.patch: Fix detection
of Intel 5000 series FB-DIMM AMB.
-------------------------------------------------------------------
Tue Oct 14 14:34:53 CEST 2008 - jdelvare@suse.de
- lm_sensors-r5352-fix-detection-of-ADT7463-and-LM96000.patch: Fix
detection of ADT7463 and LM96000.
- lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Now that the
kernel package is split into 3 parts, it is possible that not all
required hwmon drivers are installed on the system when
sensors-detect is being run. Point the user to the kernel-*-extra
package if drivers are found to be missing. (bnc#431555)
-------------------------------------------------------------------
Sun Sep 28 19:22:34 CEST 2008 - jdelvare@suse.de
- Update to lm_sensors 3.0.3
* Many improvements to pwmconfig
* sensors-detect knows of a dozen additional devices and was made
more reliable for another half dozen
-------------------------------------------------------------------
Sun May 18 19:33:45 CEST 2008 - jdelvare@suse.de
- Update to lm_sensors 3.0.2
* Support for virtual hardware monitoring devices
* Support for power and energy sensors
* Safer sensors-detect
* FAQ is gone
-------------------------------------------------------------------
Mon May 12 09:59:21 CEST 2008 - jdelvare@suse.de
- lm_sensors-r5235-dont-probe-I2C-addr-40-47.patch: Don't probe I2C
addresses 0x40-0x47.
- lm_sensors-r5245-skip-1-reg-only-I2C-devs.patch: Detect and skip
1-register-only I2C devices.
-------------------------------------------------------------------
Sun May 11 12:21:32 CEST 2008 - coolo@suse.de
- fix rename of xxbit packages
-------------------------------------------------------------------
Tue Apr 29 16:55:11 CEST 2008 - cthiel@suse.de
- fix baselibs.conf
- obsolete sensors-<arch> via baselibs.conf
-------------------------------------------------------------------
Wed Apr 16 18:37:39 CEST 2008 - jdelvare@suse.de
- lm_sensors-r5169-parse-config-in-C-locale.patch: Parse the
configuration file in C locale.
- lm_sensors-r5175-compute-statements-override.patch: Late compute
statements should override early ones.
- lm_sensors-ignore-missing-device-link.patch: Don't choke on
hwmon devices with no device link. The new thermal zone code that
went into kernel 2.6.25-rc5-git4 creates one such hwmon device.
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Thu Mar 13 18:50:04 CET 2008 - werner@suse.de
- Remove hard coded loading of i2c-dev or better i2c-core as it
should happen due auto dependcies (bnc#369798)
-------------------------------------------------------------------
Mon Feb 4 10:36:48 CET 2008 - jdelvare@suse.de
- Update to lm_sensors 3.0.1
* Library no longer depends on libsysfs
* Library initialization is much faster
* Better service integration in sensors-detect
-------------------------------------------------------------------
Sat Jan 19 11:03:05 CET 2008 - jdelvare@suse.de
- Pass PREFIX and MANDIR on the command line from the spec file
rather than patching the Makefile. This is easier to maintain.
-------------------------------------------------------------------
Tue Dec 18 10:45:45 CET 2007 - jdelvare@suse.de
- Fix voltage references in sensors.conf. Fixed upstream in:
http://www.lm-sensors.org/changeset/5076
-------------------------------------------------------------------
Tue Dec 11 14:26:46 CET 2007 - jdelvare@suse.de
- Fix rrd support in sensord. Fixed upstream in:
http://www.lm-sensors.org/changeset/5069
-------------------------------------------------------------------
Fri Nov 30 20:43:02 CET 2007 - jdelvare@suse.de
- Remove obsolete Requires tags. Since version 3.0.0, it is no
longer mandatory to provide a configuration file to libsensors.
-------------------------------------------------------------------
Thu Nov 29 13:43:18 CET 2007 - jdelvare@suse.de
- Add missing Conflicts tag.
-------------------------------------------------------------------
Tue Nov 27 14:47:43 CET 2007 - jdelvare@suse.de
- Add a link to the init script.
-------------------------------------------------------------------
Mon Nov 26 13:34:08 CET 2007 - jdelvare@suse.de
- Update to lm_sensors version 3.0.0
* Completely rewritten library, much smaller
* Supports all devices supported by the kernel (contains no
device-specific code)
* libsensors has a new SONAME (libsensors.so.4)
* fancontrol.pl is gone
-------------------------------------------------------------------
Thu Nov 22 11:31:49 CET 2007 - jdelvare@suse.de
- Drop local changes to sensors-detect that are no longer relevant.
- Drop local changes to sensord.init: we no longer package it.
-------------------------------------------------------------------
Wed Nov 21 11:06:06 CET 2007 - jdelvare@suse.de
- Add missing Requires to libsensors3-devel. This is a cosmetic
change only, as the requirement was already drawn indirectly.
-------------------------------------------------------------------
Mon Nov 5 13:45:24 CET 2007 - jdelvare@suse.de
- Add split provides to subpackages libsensors3-devel and sensord
so that an update will work as designed.
-------------------------------------------------------------------
Fri Nov 2 17:57:14 CET 2007 - jdelvare@suse.de
- Fix two rpmlint warnings. One of them was about a missing
dependency between libsensors3-devel and libsensors3, which was
breaking the build of other packages.
-------------------------------------------------------------------
Fri Nov 2 14:16:43 CET 2007 - jdelvare@suse.de
- Package libsensors separately. I've named the package
"libsensors3" because it is going to fade out quickly in favor
of the new, incompatible version from lm-sensors 3.
- Don't remove the build root before installing. rpmlint was
compaining about that.
-------------------------------------------------------------------
Thu Nov 1 12:16:57 CET 2007 - jdelvare@suse.de
- Fix packaging breakage introduced by the following change:
ppc and ia64 packages do not include isadump nor isaset.
-------------------------------------------------------------------
Wed Oct 31 14:42:04 CET 2007 - jdelvare@suse.de
- Package sensord separately.
- Don't include redundant or outdated initalization scripts in
the documentation tree.
-------------------------------------------------------------------
Sun Oct 28 16:16:39 CET 2007 - jdelvare@suse.de
- Update to lm_sensors version 2.10.5
* Support for the SMSC SCH3112, SCH3114, SCH3116
* libsensors fixes for the thmc50, bmcsensors, lm93, adm1026
drivers
* sensord support for the w83793 and lm87 drivers
* sensors fixes for the dme1737, thmc50 and adm1021 drivers
* Detect new Winbond chips
- useful_addresses.html is no longer part of the package.
- lm_sensors-dont-probe-i2c-isa.dif: Drop, bug fixed upstream.
-------------------------------------------------------------------
Mon Oct 15 13:39:55 CEST 2007 - jdelvare@suse.de
- Do not include i2c tools, they have their own package now.
-------------------------------------------------------------------
Mon Sep 3 17:41:30 CEST 2007 - jdelvare@suse.de
- Run ldconfig in %post and %postun. rpmlint was complaining
that this was missing.
-------------------------------------------------------------------
Tue Aug 28 16:00:29 CEST 2007 - werner@suse.de
- Remove hard coded modules introduced by last change
-------------------------------------------------------------------
Tue Aug 14 22:55:31 CEST 2007 - hvogel@suse.de
- Add sysconfig metadata [#300069]
-------------------------------------------------------------------
Mon Aug 13 15:07:55 CEST 2007 - jdelvare@suse.de
- Don't probe i2c-isa as a regular i2c bus. This regression was
introduced in lm_sensors 2.10.4. Fixed upstream in:
http://www.lm-sensors.org/changeset/4649
-------------------------------------------------------------------
Wed Aug 1 15:41:26 CEST 2007 - werner@suse.de
- Update to lm_sensors version 2.10.4
* added support for recent devices and cips like
dme1737, applesmc, abituguru3, f71882fg, w83627ehf (kernel 2.4)
support for the w83627ehf VID function
support for the w83627ehf thermal sensor types
support for it87 fan4 and fan5
* support block reads with specified length of I2C devices
* A lot of fixes and enhancements
* Add both patches form us for fancontrol and pwmconfig
-------------------------------------------------------------------
Wed Jun 27 13:37:35 CEST 2007 - jdelvare@suse.de
- Don't package the decode-edid.pl script. It requires parse-edid
from the read-edid package, which isn't included in Suse.
-------------------------------------------------------------------
Thu Jun 21 22:51:22 CEST 2007 - dmueller@suse.de
- adjust buildrequires
-------------------------------------------------------------------
Mon Jun 4 16:00:24 CEST 2007 - jdelvare@suse.de
- Don't build on s390 nor s390x.
-------------------------------------------------------------------
Mon May 28 13:43:34 CEST 2007 - jdelvare@suse.de
- Fix two rpmlint errors: /etc/init.d/lm_sensors shouldn't be
marked as a config file, and was missing a Short-Description
tag.
-------------------------------------------------------------------
Wed May 9 09:28:58 CEST 2007 - jdelvare@suse.de
- lm_sensors-no-xeon-script.patch: The decode-xeon.pl script is
outdated. It was never ported to work with 2.6 kernels, so it is
of no use on recent Suse distributions. Stop shipping it.
- Drop a legacy patch to sensors/main.c related to the
configuration file name, which is no longer needed.
-------------------------------------------------------------------
Fri May 4 18:13:40 CEST 2007 - jdelvare@suse.de
- Don't package outdated driver documentation. The up-to-date
driver documentation is in the kernel-source package.
(bug #271302)
- Two minor cleanups to the spec file.
-------------------------------------------------------------------
Thu Apr 12 10:55:19 CEST 2007 - jdelvare@suse.de
- lm_sensors-2.8.3-nodump.patch: Removed, should no longer be
needed. Since lm_sensors 2.8.6, isadump is only compiled on i386
and x86_64.
- Likewise, no need to patch prog/dump/isadump.c for powerpc,
as it won't be compiled for these architectures anyway.
-------------------------------------------------------------------
Thu Apr 5 17:15:43 CEST 2007 - werner@suse.de
- Update to lm_sensors version 2.10.3 which added support for
recent devices and support for kernel 2.6.22.
-------------------------------------------------------------------
Thu Mar 29 22:23:41 CEST 2007 - ro@suse.de
- added bison,flex to buildreq
-------------------------------------------------------------------
Mon Feb 19 16:28:34 CET 2007 - werner@suse.de
- Make README.SuSE encoding independend (bug #246130)
-------------------------------------------------------------------
Tue Jan 30 17:29:21 CET 2007 - werner@suse.de
- Update to lm_sensors version 2.10.2 which added support for
recent devices.
-------------------------------------------------------------------
Mon Nov 13 12:06:01 CET 2006 - werner@suse.de
- Update to lm_sensors version 2.10.1 which also includes the
fix for bug #192092 by not overwriting chip settings
- Remove notify warn message from pdb about overwriting settings
-------------------------------------------------------------------
Mon Jun 26 14:21:24 CEST 2006 - werner@suse.de
- Load i2c-dev kernel module instead of i2c-sensor (bug #188126)
-------------------------------------------------------------------
Tue Feb 28 13:11:23 CET 2006 - werner@suse.de
- Update to version 2.10.0 for better udev support (bug #151931)
- Add i2c-0 to static device list for udev (bug #151931)
-------------------------------------------------------------------
Wed Jan 25 21:41:33 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Jan 11 14:45:10 CET 2006 - werner@suse.de
- Include fan control in lm_sensors service script (bug #141958)
-------------------------------------------------------------------
Tue Dec 13 11:20:39 CET 2005 - werner@suse.de
- Do not to handle module variables from package Modules (#137963)
-------------------------------------------------------------------
Thu Nov 10 14:06:52 CET 2005 - werner@suse.de
- Add postun section to run insserv_clean (bug #132934)
-------------------------------------------------------------------
Fri Oct 14 14:01:39 CEST 2005 - werner@suse.de
- Update to lm_sensors version 2.9.2
-------------------------------------------------------------------
Thu Aug 25 13:33:08 CEST 2005 - werner@suse.de
- Security fix in pwmconfig (bug #112925)
-------------------------------------------------------------------
Wed May 11 14:04:09 CEST 2005 - schwab@suse.de
- Add freetype2 and libart_lgpl to nfb, needed by rrdtool.
-------------------------------------------------------------------
Mon May 9 16:17:16 CEST 2005 - werner@suse.de
- Update to lm_sensors-2.9.1
- Use insserv to enable rc script (bug #76174)
-------------------------------------------------------------------
Thu Feb 17 18:31:22 CET 2005 - werner@suse.de
- Update to lm_sensors-2.9.0 (bug #50681)
-------------------------------------------------------------------
Mon Aug 30 16:57:43 CEST 2004 - werner@suse.de
- Update to newest lm_sensors-2.8.7 to be compatible to the current
kernel version.
-------------------------------------------------------------------
Tue May 4 17:08:34 CEST 2004 - werner@suse.de
- Fix bug #35502 (missing w83627hf entries) by updating to
lm_sensors-2.8.6 which includes a better parser for sysfs
-------------------------------------------------------------------
Tue Apr 13 12:42:09 CEST 2004 - ro@suse.de
- remove kernel-source from neededforbuild
(not needed any longer)
-------------------------------------------------------------------
Wed Mar 10 14:31:30 CET 2004 - werner@suse.de
- Add workaround for missing w83627hf chip driver (bug #35501)
-------------------------------------------------------------------
Tue Mar 9 18:00:34 CET 2004 - werner@suse.de
- A few changes for kernel 2.6 (bug #35500)
-------------------------------------------------------------------
Fri Mar 5 16:35:32 CET 2004 - pth@suse.de
- Remove no-strict-aliasing and fix the code instead. Patch
was also sent to upstream maintainers for inclusion.
-------------------------------------------------------------------
Fri Mar 5 01:23:54 CET 2004 - ro@suse.de
- added libpng to neededforbuild (for rrdtool)
- use no-strict-aliasing
-------------------------------------------------------------------
Wed Jan 28 01:28:01 CET 2004 - ro@suse.de
- update to 2.8.3
- use buildroot and build as user
-------------------------------------------------------------------
Fri Sep 12 14:32:13 CEST 2003 - ro@suse.de
- configure kernel-source if needed
-------------------------------------------------------------------
Mon Jul 21 15:40:30 CEST 2003 - werner@suse.de
- Update to lm_sensors 2.8.0
-------------------------------------------------------------------
Thu Jun 5 15:51:12 CEST 2003 - ro@suse.de
- compile using headers from kernel-source not glibc
-------------------------------------------------------------------
Wed Mar 19 00:38:38 CET 2003 - olh@suse.de
- add lm_sensors-2.7.0-nodump.patch to fix dependency tree
-------------------------------------------------------------------
Thu Feb 27 11:11:50 CET 2003 - werner@suse.de
- Fix location of sensors program in boot script
-------------------------------------------------------------------
Tue Feb 11 17:08:53 CET 2003 - werner@suse.de
- Update due to kernel interface update (anything else is a bug)
-------------------------------------------------------------------
Mon Dec 2 19:29:49 CET 2002 - werner@suse.de
- Update to lm_sensors 2.4.6
-------------------------------------------------------------------
Wed Nov 6 15:07:21 CET 2002 - werner@suse.de
- Fix bug # 21583: sensors shouldn't segfault on missing argument.
-------------------------------------------------------------------
Wed Sep 4 17:29:11 CEST 2002 - werner@suse.de
- Fix boot scripts to be usable (bug #18868)
- Install some progs which are described in FAQ
-------------------------------------------------------------------
Wed Aug 28 14:41:35 CEST 2002 - fehr@suse.de
- updated to current version 2.6.4 of lm_sensors
-------------------------------------------------------------------
Thu Aug 1 17:10:58 CEST 2002 - werner@suse.de
- Use _libdir macro for 64bit architectures
-------------------------------------------------------------------
Wed Jul 31 14:59:13 CEST 2002 - werner@suse.de
- Install sensord daemon for logging (bug #17316)
-------------------------------------------------------------------
Tue Jun 18 14:56:39 CEST 2002 - ke@suse.de
- Fix typo in README.SuSE [# 14790].
-------------------------------------------------------------------
Mon Aug 6 10:54:15 CEST 2001 - uli@suse.de
- fixed to build on PPC
-------------------------------------------------------------------
Wed Jul 4 19:11:52 CEST 2001 - werner@suse.de
- update to 2.6.0
-------------------------------------------------------------------
Mon Apr 16 14:21:51 CEST 2001 - werner@suse.de
- update to 2.5.5
-------------------------------------------------------------------
Thu Apr 5 18:21:38 CEST 2001 - uli@suse.de
- removed lx_suse from neededforbuild
-------------------------------------------------------------------
Thu Dec 14 17:14:04 CET 2000 - werner@suse.de
- Group tag
-------------------------------------------------------------------
Mon Jun 19 00:17:11 CEST 2000 - ro@suse.de
- update to 2.5.0
-------------------------------------------------------------------
Wed Jun 7 18:38:15 MEST 2000 - uli@suse.de
- moved docs to %{_docdir}
-------------------------------------------------------------------
Fri Feb 11 12:59:20 CET 2000 - ro@suse.de
- removed requires kernmod (package eliminated)
-------------------------------------------------------------------
Wed Feb 2 18:56:23 CET 2000 - werner@suse.de
- No asm/io.h if sys/io.h is included
-------------------------------------------------------------------
Wed Feb 2 16:55:25 CET 2000 - werner@suse.de
- No sys/perm.h or sys/io.h on ppc and sparc
-------------------------------------------------------------------
Tue Feb 1 20:40:40 CET 2000 - werner@suse.de
- New package sensors (version 2.4.3 corresponds with
current used kernel i2c patch)
- Prefix is /usr, mandir is /usr/share/man, and kernel
includes i2c
- Be reentrant
- Use RPM_OPT_FLAGS
- Install docs of busses, chips and the FAQ
-------------------------------------------------------------------