Changelog for
iio-sensor-proxy-debugsource-3.5-1.4.i586.rpm :
* Wed Jul 26 2023 Atri Bhattacharya
- Update to version 3.5:
* Fix sensor hotplugging
* Fix some sensors not working when they were assigned a sampling frequency they did not support.
* Add more tests.
* Correct the location of the D-Bus policy file.
* Wed Oct 05 2022 Callum Farmer - Move dbus system.d conf file to /usr (bsc#1204055)
* Fri Jul 15 2022 Atri Bhattacharya - Update to version 3.4:
* Add polkit checks for whether a user is allowed to claim a sensor.
* Fix the ambient light sensor readings on some systems, a regression in the fake-input-accelerometer test binary.
* A number of memory leaks.- Package polkit privilege file (subject to boo#1201558); add BuildRequires: pkgconfig(polkit-gobject-1).
* Thu Sep 30 2021 Atri Bhattacharya - Update to version 3.3:
* Fix a bug left-over in one of the 3.2 bug fixes where some accelerometers would fail to initialise.- Changes from version 3.2:
* Fix problems parsing numbers with decimal separator.- Require gudev >= 237 for building (for consistency with upstream).- Drop the rpmlintrc file and add back appropriate service macros in pre/post scriptlets.
* Wed Jun 16 2021 Atri Bhattacharya - Update to version 3.1:
* Port to meson as a build system and add a test-suite.
* Fix long-standing problem with property changes being sent as a broadcast.
* Fix sensor support for accelerometers with different scales on different axes.
* Add sensor support for RGBC light sensors.
* Support reading proximity threshold from sysfs for DeviceTree devices.- Use tar.bz2 source as this can be accessed using a repeatable URL (not requiring commit id).- Switch to meson based building.- New BuildRequires: meson (for building), gtk-doc (to generate docs); update required version of gudev to 234 in keeping with minimum required version upstream.
* Tue Jul 14 2020 Bjørn Lie - Update to version 3.0: + This release adds support for a number of sensors that didn\'t work before, usually due to being combined with other sensors of the same or different types (eg. dual-accelerometers, light/proximity combined sensors, etc.), and adds support for kernel-exported mount-matrix properties on Device Tree hardware. + Update URL and Source to new home on gitlab.freedesktop.org.
* Wed Sep 11 2019 Atri Bhattacharya - Update to version 2.8: + Add support for accelerometers in ChromeBooks. + Fix screen orientation in favour of portrait when rotating display instead of favouring the previous orientation.
* Mon Jun 17 2019 Markus Ebner - Update to version 2.7: + This release fixes broken sensor readings on multiple platforms due to a compiler optimisation.
* Thu May 16 2019 Atri Bhattacharya - Update to version 2.6: + Add support for mount matrices coming from the kernel itself, checking those more thoroughly for validity. On devices with multiple accelerometers, the ones in the base are now ignored. + Improve/fix support for sensors with uncommon formats. + Fix a couple of possible crashes and memory leaks.- Minor specfile cleanups using spec-cleaner.
* Mon Oct 22 2018 badshah400AATTgmail.com- Update to version 2.5: + Fix a number of build warnings and bugs. + Ensure some devices have non-0 update frequencies. + Set sensor scale to 1.0 when the device does not export one.