Accepting request 985931 from home:sbradnick
- Update to version 1.2.8+git20220629.102b6db: * v1.2.8 New features & themes * use Shared::procPath, fix Logger error type * Fixed kernel proc filter clearing issue + optimization * Optimize away clear_kernel_cache() function * Add tomorrow night theme * fix identation * Remove duplicate fstype setter * Remove forgotten debug logger calls * Added support for ZFS pool io stats monitoring * Changed: Disable battery monitoring if it fails instead of exiting * Add everforest-dark-hard.theme * Changed spaces to tabs * Finished kernel proc filtering. * Added a check for filter kernel mode * Added caching for kernel processes. * More indentation * Replaced my spaces with tabs * Indentation fix. * Woops that went unnoticed, didn't it? * Fixed menu description * Added linux label on the config option * Fixed clang-format off labels * Made kernel process filtering more efficient * Replaced $*\s with tabs * Fixed some formatting issues. * Added TUI option for kernel proc filtering. * Moved to correct version of the code - Adjusting '/usr/bin' to '%{_bindir}' OBS-URL: https://build.opensuse.org/request/show/985931 OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=31
This commit is contained in:
parent
5e8c7039d6
commit
e50225cc9c
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/aristocratos/btop</param>
|
||||
<param name="changesrevision">c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8</param></service></servicedata>
|
||||
<param name="changesrevision">102b6dbc9d33906319e7c710cf58ba2893d6ec49</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b0075e8b0b051966c03a84b2e4ab954656250042dcb863d385873f2208ab73a
|
||||
size 983108
|
3
btop-1.2.8+git20220629.102b6db.tar.gz
Normal file
3
btop-1.2.8+git20220629.102b6db.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0bd7b1f0c6f5504da585b8701500cb31bf9e9a58ef53713e4e045a553e199f0
|
||||
size 984659
|
40
btop.changes
40
btop.changes
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 17:02:08 UTC 2022 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 1.2.8+git20220629.102b6db:
|
||||
* v1.2.8 New features & themes
|
||||
* use Shared::procPath, fix Logger error type
|
||||
* Fixed kernel proc filter clearing issue + optimization
|
||||
* Optimize away clear_kernel_cache() function
|
||||
* Add tomorrow night theme
|
||||
* fix identation
|
||||
* Remove duplicate fstype setter
|
||||
* Remove forgotten debug logger calls
|
||||
* Added support for ZFS pool io stats monitoring
|
||||
* Changed: Disable battery monitoring if it fails instead of exiting
|
||||
* Add everforest-dark-hard.theme
|
||||
* Changed spaces to tabs
|
||||
* Finished kernel proc filtering.
|
||||
* Added a check for filter kernel mode
|
||||
* Added caching for kernel processes.
|
||||
* More indentation
|
||||
* Replaced my spaces with tabs
|
||||
* Indentation fix.
|
||||
* Woops that went unnoticed, didn't it?
|
||||
* Fixed menu description
|
||||
* Added linux label on the config option
|
||||
* Fixed clang-format off labels
|
||||
* Made kernel process filtering more efficient
|
||||
* Replaced $*\s with tabs
|
||||
* Fixed some formatting issues.
|
||||
* Added TUI option for kernel proc filtering.
|
||||
* Moved to correct version of the code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 14:56:35 UTC 2022 - scott.bradnick@suse.com
|
||||
|
||||
- Adjusting '/usr/bin' to '%{_bindir}'
|
||||
- Update to version 1.2.7+git20220603.83e9942:
|
||||
* Update README.md
|
||||
* Update btop.desktop
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 20:35:04 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: btop
|
||||
version: 1.2.7+git20220528.c3eb02f
|
||||
mtime: 1653764910
|
||||
commit: c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8
|
||||
version: 1.2.8+git20220629.102b6db
|
||||
mtime: 1656521967
|
||||
commit: 102b6dbc9d33906319e7c710cf58ba2893d6ec49
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: btop
|
||||
Version: 1.2.7+git20220528.c3eb02f
|
||||
Version: 1.2.8+git20220629.102b6db
|
||||
Release: 0
|
||||
Summary: Usage and stats for processor, memory, disks, network and processes
|
||||
License: Apache-2.0
|
||||
@ -47,7 +47,7 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
|
||||
%make_install PREFIX=/usr
|
||||
|
||||
%files
|
||||
/usr/bin/btop
|
||||
%{_bindir}/btop
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/themes
|
||||
%dir %{_datadir}/icons/hicolor
|
||||
|
Loading…
Reference in New Issue
Block a user