From e50225cc9c42ed0dd298f4431ffbac3a9f669344 Mon Sep 17 00:00:00 2001 From: Scott Bradnick Date: Wed, 29 Jun 2022 18:24:33 +0000 Subject: [PATCH] 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 --- _servicedata | 2 +- btop-1.2.7+git20220528.c3eb02f.tar.gz | 3 -- btop-1.2.8+git20220629.102b6db.tar.gz | 3 ++ btop.changes | 40 +++++++++++++++++++++++++++ btop.obsinfo | 6 ++-- btop.spec | 4 +-- 6 files changed, 49 insertions(+), 9 deletions(-) delete mode 100644 btop-1.2.7+git20220528.c3eb02f.tar.gz create mode 100644 btop-1.2.8+git20220629.102b6db.tar.gz diff --git a/_servicedata b/_servicedata index d664c7b..bd1a62e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/aristocratos/btop - c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8 \ No newline at end of file + 102b6dbc9d33906319e7c710cf58ba2893d6ec49 \ No newline at end of file diff --git a/btop-1.2.7+git20220528.c3eb02f.tar.gz b/btop-1.2.7+git20220528.c3eb02f.tar.gz deleted file mode 100644 index 39b5e95..0000000 --- a/btop-1.2.7+git20220528.c3eb02f.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b0075e8b0b051966c03a84b2e4ab954656250042dcb863d385873f2208ab73a -size 983108 diff --git a/btop-1.2.8+git20220629.102b6db.tar.gz b/btop-1.2.8+git20220629.102b6db.tar.gz new file mode 100644 index 0000000..8d2dc91 --- /dev/null +++ b/btop-1.2.8+git20220629.102b6db.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bd7b1f0c6f5504da585b8701500cb31bf9e9a58ef53713e4e045a553e199f0 +size 984659 diff --git a/btop.changes b/btop.changes index 75afbf6..e2f7085 100644 --- a/btop.changes +++ b/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 diff --git a/btop.obsinfo b/btop.obsinfo index 6c77d42..c1847ea 100644 --- a/btop.obsinfo +++ b/btop.obsinfo @@ -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 diff --git a/btop.spec b/btop.spec index 327b84b..ba8d9ba 100644 --- a/btop.spec +++ b/btop.spec @@ -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