Accepting request 987270 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/987270 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btop?expand=0&rev=20
This commit is contained in:
commit
4b47c78e09
@ -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">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>
|
Tue May 31 20:35:04 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: btop
|
name: btop
|
||||||
version: 1.2.7+git20220528.c3eb02f
|
version: 1.2.8+git20220629.102b6db
|
||||||
mtime: 1653764910
|
mtime: 1656521967
|
||||||
commit: c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8
|
commit: 102b6dbc9d33906319e7c710cf58ba2893d6ec49
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: btop
|
Name: btop
|
||||||
Version: 1.2.7+git20220528.c3eb02f
|
Version: 1.2.8+git20220629.102b6db
|
||||||
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
|
||||||
@ -47,7 +47,7 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
|
|||||||
%make_install PREFIX=/usr
|
%make_install PREFIX=/usr
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/bin/btop
|
%{_bindir}/btop
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%dir %{_datadir}/%{name}/themes
|
%dir %{_datadir}/%{name}/themes
|
||||||
%dir %{_datadir}/icons/hicolor
|
%dir %{_datadir}/icons/hicolor
|
||||||
|
Loading…
Reference in New Issue
Block a user