- Update to 0.9.2:
Bug Fixes: * #1186: Fix for temperature sensor data gathering on Linux immediately halting if any method failed. * #1191: Fix ntfs3 mounts not being counted as a physical drive type. * #1195: Fix battery health being incorrectly reported on M1 macOS. * #1188: Don't fail fast with temperature sensor name generation on Linux. Features: * #1172: Support human times for time_delta and default_time_value. * #1187: Use better names for duplicate temp sensors on Linux. * #1188: Also check /sys/devices/platform/coretemp.* for temp sensors on Linux. Other: * #1199: bottom should build on aarch64-linux-android with features disabled. OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=33
This commit is contained in:
parent
ced1dab431
commit
9a36ff39a6
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.9.1</param>
|
||||
<param name="revision">0.9.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
||||
<param name="changesrevision">d019181b2dcf16febeb6f1f78994431dedbb7201</param></service></servicedata>
|
||||
<param name="changesrevision">93b6a5649fbeeaf7e2b00cba3313fa0e3683192a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36b44fa88f62e53cd930de20977d7d0e37b516fb297000bcef2cd9ee18c2a993
|
||||
size 3024349
|
3
bottom-0.9.2~0.tar.zst
Normal file
3
bottom-0.9.2~0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:000a43886ee6839fe411c7d067a46e9762d20b79c0976ff384a78036a829a57e
|
||||
size 3029045
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 07:21:14 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.2:
|
||||
Bug Fixes:
|
||||
* #1186: Fix for temperature sensor data gathering on Linux immediately halting if any method failed.
|
||||
* #1191: Fix ntfs3 mounts not being counted as a physical drive type.
|
||||
* #1195: Fix battery health being incorrectly reported on M1 macOS.
|
||||
* #1188: Don't fail fast with temperature sensor name generation on Linux.
|
||||
Features:
|
||||
* #1172: Support human times for time_delta and default_time_value.
|
||||
* #1187: Use better names for duplicate temp sensors on Linux.
|
||||
* #1188: Also check /sys/devices/platform/coretemp.* for temp sensors on Linux.
|
||||
Other:
|
||||
* #1199: bottom should build on aarch64-linux-android with features disabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 09:13:50 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: bottom
|
||||
Version: 0.9.1~0
|
||||
Version: 0.9.2~0
|
||||
Release: 0
|
||||
Summary: Yet another graphical process/system monitor
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c5b4f8569cb9e849537f60c6bf4f16efcd406829b42a90cf54a22e32e780259
|
||||
size 36093113
|
||||
oid sha256:d93973b657a60f94565b008fba67e01e6199851df2643261f209812b91780429
|
||||
size 29531103
|
||||
|
Loading…
Reference in New Issue
Block a user