Upgrade to 1.90.2

Signed-off-by: SuperSix173 <liuchao173@huawei.com>
This commit is contained in:
SuperSix173 2024-01-25 10:55:52 +08:00
parent 4a01d6a635
commit 6a9c571bd6
3 changed files with 43 additions and 3 deletions

Binary file not shown.

BIN
upower-v1.90.2.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: upower Name: upower
Version: 0.99.17 Version: 1.90.2
Release: 1 Release: 1
Summary: Power Management Service Summary: Power Management Service
License: GPLv2+ License: GPLv2+
@ -68,6 +68,7 @@ Developer documentation for for libupower-glib.
%{_libdir}/libupower-glib.so.* %{_libdir}/libupower-glib.so.*
%{_datadir}/dbus-1/system.d/*.conf %{_datadir}/dbus-1/system.d/*.conf
%{_udevrulesdir}/*.rules %{_udevrulesdir}/*.rules
%{_udevhwdbdir}/*hwdb
%dir %{_localstatedir}/lib/upower %dir %{_localstatedir}/lib/upower
%dir %{_sysconfdir}/UPower %dir %{_sysconfdir}/UPower
%config %{_sysconfdir}/UPower/UPower.conf %config %{_sysconfdir}/UPower/UPower.conf
@ -77,8 +78,7 @@ Developer documentation for for libupower-glib.
%{_mandir}/man* %{_mandir}/man*
%{_datadir}/dbus-1/system-services/*.service %{_datadir}/dbus-1/system-services/*.service
%{_unitdir}/*.service %{_unitdir}/*.service
%exclude %{_libdir}/*.la %{_datadir}/installed-tests/upower/upower-integration.test
%exclude %{_libdir}/*.a
%files devel %files devel
%{_datadir}/dbus-1/interfaces/*.xml %{_datadir}/dbus-1/interfaces/*.xml
@ -95,6 +95,46 @@ Developer documentation for for libupower-glib.
%{_datadir}/gtk-doc/html/UPower/* %{_datadir}/gtk-doc/html/UPower/*
%changelog %changelog
* Thu Jan 25 2024 liuchao <liuchao173@huawei.com> - 1.90.2-1
- Update to 1.90.2:
- Fix wireless devices not disappearing from Settings when disconnected
- Require a newer libgudev to avoid bugs related to newline stripping when reading sysfs attributes
- Add installed-tests files for use with gnome-desktop-testing
- Fix integration test to work with system installed upower binary and under jhbuild
- Detect headsets with kernel batteries such as Logitech and Steelseries headsets, and make them automatically disappear if the headset is turned off (if the kernel driver supports the wireless_status attribute)
- Hide duplicate Logitech Bluetooth devices (Bolt-compatible devices connected through Bluetooth would show as 2 batteries)
- Hide duplicate Logitech wireless devices when they get connected through USB as well
- Fix Bluetooth device names not synchronising, and use user-chosen names when available
- Handle the "present" sysfs attribute changing
- Fix iDevices not appearing
- Fix reading capacity_level with newer libgudev
- Fix OpenBSD backend
- Refactor internal battery handling into separate classes
- Guess charging/discharging state based on energy rate (#196)
- Fix polling after resume (#198)
- Fix battery state guessing (#146)
- Reload history when battery ID changes
- Test fixes
- Move state guessing into DisplayDevice
- Always use 90% threshold to consider a battery full
- Various test improvements
- Fix mice showing up as keyboards (#189)
- Allow unit test inspector to fail (#187)
- Fix test cases when daemon shuts down too slowly (#188)
- Remove broken wakeup DBus API
- Tag UPS hid devices using hwdb and update list from upstream
- Only permit Refresh method when in debug mode
- Refactor device polling
- Refactor udev device discovery and sibling detection
- Improved testing and CI
- Handle SIGTERM to trigger a clean shutdown
- Improve polling of batteries after line-power "online" status change
- Multiple wacom tablet detection fixes
- Fix updates after a BT hid power supply moves in sysfs
- Fix enumeration of "Whats Up!" devices on startup
- Accept USB power supplies without warning
- Allow building without gtk-doc
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.99.17-1 * Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.99.17-1
- Update to 0.99.17 - Update to 0.99.17