!5 Upgrade to 1.90.2
From: @SuperSix173 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
This commit is contained in:
commit
a276ffeea2
Binary file not shown.
BIN
upower-v1.90.2.tar.bz2
Normal file
BIN
upower-v1.90.2.tar.bz2
Normal file
Binary file not shown.
46
upower.spec
46
upower.spec
@ -1,5 +1,5 @@
|
||||
Name: upower
|
||||
Version: 0.99.17
|
||||
Version: 1.90.2
|
||||
Release: 1
|
||||
Summary: Power Management Service
|
||||
License: GPLv2+
|
||||
@ -68,6 +68,7 @@ Developer documentation for for libupower-glib.
|
||||
%{_libdir}/libupower-glib.so.*
|
||||
%{_datadir}/dbus-1/system.d/*.conf
|
||||
%{_udevrulesdir}/*.rules
|
||||
%{_udevhwdbdir}/*hwdb
|
||||
%dir %{_localstatedir}/lib/upower
|
||||
%dir %{_sysconfdir}/UPower
|
||||
%config %{_sysconfdir}/UPower/UPower.conf
|
||||
@ -77,8 +78,7 @@ Developer documentation for for libupower-glib.
|
||||
%{_mandir}/man*
|
||||
%{_datadir}/dbus-1/system-services/*.service
|
||||
%{_unitdir}/*.service
|
||||
%exclude %{_libdir}/*.la
|
||||
%exclude %{_libdir}/*.a
|
||||
%{_datadir}/installed-tests/upower/upower-integration.test
|
||||
|
||||
%files devel
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
@ -95,6 +95,46 @@ Developer documentation for for libupower-glib.
|
||||
%{_datadir}/gtk-doc/html/UPower/*
|
||||
|
||||
%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
|
||||
- Update to 0.99.17
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user