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:
@@ -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
|
||||
|
Reference in New Issue
Block a user