Accepting request 1002965 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1002965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btop?expand=0&rev=21
This commit is contained in:
commit
3744fed6b7
4
_service
4
_service
@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
# vim: set syntax=xml
|
|
||||||
-->
|
|
||||||
|
|
||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/aristocratos/btop</param>
|
<param name="url">https://github.com/aristocratos/btop</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/aristocratos/btop</param>
|
<param name="url">https://github.com/aristocratos/btop</param>
|
||||||
<param name="changesrevision">102b6dbc9d33906319e7c710cf58ba2893d6ec49</param></service></servicedata>
|
<param name="changesrevision">26ac007777c574bf2f5648da4e677403b964886f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0bd7b1f0c6f5504da585b8701500cb31bf9e9a58ef53713e4e045a553e199f0
|
|
||||||
size 984659
|
|
3
btop-1.2.9+git20220828.26ac007.tar.gz
Normal file
3
btop-1.2.9+git20220828.26ac007.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6935d33cdf3c37d1e48e4849e4822102c643deb660feb012c34770a4bce5105
|
||||||
|
size 986737
|
47
btop.changes
47
btop.changes
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 28 16:40:11 UTC 2022 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.2.9+git20220828.26ac007:
|
||||||
|
* Fixed: Process tree filtering not case insensitive
|
||||||
|
* v1.2.9 Bug fixes + new features and themes
|
||||||
|
* Fixed: Memory values not clearing properly when not in graph mode in mem box
|
||||||
|
* Cleaning up snap
|
||||||
|
* Instructions for btop-desktop
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Removing desktop launch
|
||||||
|
* Add FreeBSD installation command
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update btop.desktop
|
||||||
|
* Update btop.desktop
|
||||||
|
* Add files via upload
|
||||||
|
* Create btop.desktop
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Update snapcraft.yaml
|
||||||
|
* Maybe
|
||||||
|
* updated color change
|
||||||
|
* Added: Option to hide the small cpu graphs for processes
|
||||||
|
* Add Fedora/RHEL install docs
|
||||||
|
* [fix] Color correction
|
||||||
|
* Changed: Small graphs now show colors for each character
|
||||||
|
* [feature] Created 'Elementarish' theme
|
||||||
|
* Fixed: Getting selfpath on macos (fix for finding theme folder)
|
||||||
|
* switch Logger calls to debug() to avoid filling up the logfile
|
||||||
|
* rename zfs_pools_only option to zfs_hide_datasets, make its description clearer
|
||||||
|
* check if at least one object was read before updating ZFS pool io in zfs_collect_pool_total_stats(), use try-catch to prevent possible crashes from int_64t conversions
|
||||||
|
* add "?" to see help
|
||||||
|
* Fixed: Logo transparency
|
||||||
|
* Use fs::directory_iterator() instead of readdir() in ZFS functions, use fs::path instead of strings.
|
||||||
|
* Move get_zfs_stat_file() and zfs_collect_pool_total_stats() functions declarations to btop_collect.cpp so they aren't included when compiling for macos and freebsd
|
||||||
|
* Made ZFS stats collection compatible with zfs_pools_only option. ZFS pool's stat filepath points to the objset-* file when the option is disabled, otherwise it points to the pool's stats directory. Made ZFS total pool stat collection into a separate function for clean code. Also removed an unnecessary variable in the default ZFS stat collection, and changed io_ticks to track the number of reads/writes, reducing unnecessary calculations.
|
||||||
|
* Re-implemented ZFS stat collection to be compatible with new ZFS versions, now it uses files "/proc/spl/kstat/zfs/*pool_name*/objset*". Needs additional work to be compatible with the option "zfs_pools_only".
|
||||||
|
* Pass const string ref
|
||||||
|
* Changed: Rewrite of process sorting and tree generation including fixes for tree sorting and mouse support
|
||||||
|
* Add solarized_light theme
|
||||||
|
* Add zfs_pools_only option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 29 17:02:08 UTC 2022 - scott.bradnick@suse.com
|
Wed Jun 29 17:02:08 UTC 2022 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: btop
|
name: btop
|
||||||
version: 1.2.8+git20220629.102b6db
|
version: 1.2.9+git20220828.26ac007
|
||||||
mtime: 1656521967
|
mtime: 1661689356
|
||||||
commit: 102b6dbc9d33906319e7c710cf58ba2893d6ec49
|
commit: 26ac007777c574bf2f5648da4e677403b964886f
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: btop
|
Name: btop
|
||||||
Version: 1.2.8+git20220629.102b6db
|
Version: 1.2.9+git20220828.26ac007
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Usage and stats for processor, memory, disks, network and processes
|
Summary: Usage and stats for processor, memory, disks, network and processes
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user