forked from pool/bottom
Accepting request 1102585 from home:jlkDE
Update to version 0.9.4 OBS-URL: https://build.opensuse.org/request/show/1102585 OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=37
This commit is contained in:
parent
ee4fd51bde
commit
b906c74fd5
8
_constraints
Normal file
8
_constraints
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<constraints>
|
||||||
|
<hardware>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">8</size>
|
||||||
|
</memory>
|
||||||
|
</hardware>
|
||||||
|
</constraints>
|
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">0.9.3</param>
|
<param name="revision">0.9.4</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
||||||
<param name="changesrevision">590b15a51049668e064feb6c97586c0f73d468e4</param></service></servicedata>
|
<param name="changesrevision">07b7caa5fa4080f91af8a448f28456fb95f36722</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b733983f127d9992925060567490da50a0bd0becda81b09d173c93e539f4a945
|
|
||||||
size 3029632
|
|
3
bottom-0.9.4~0.tar.zst
Normal file
3
bottom-0.9.4~0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e61878190ed5fcf4d49890182eab4e3b46a9d46dd56447810eafc0954fd5106e
|
||||||
|
size 3031152
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 6 14:46:52 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
|
||||||
|
|
||||||
|
- Update to version 0.9.4:
|
||||||
|
Bug Fixes:
|
||||||
|
* #1230: Fix core dump if the terminal is closed while bottom is
|
||||||
|
open.
|
||||||
|
* #1264: Fix ARC usage showing max system memory instead of max
|
||||||
|
ARC size.
|
||||||
|
Features:
|
||||||
|
* #1248: Add I/O counters from ZFS for Linux and FreeBSD.
|
||||||
|
Changes:
|
||||||
|
* #1236: Hide the battery tab selector if there is only one
|
||||||
|
battery detected.
|
||||||
|
* #1251: Make the charge meter take the entire width of the
|
||||||
|
battery widget.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 26 05:37:15 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
Mon Jun 26 05:37:15 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
@ -31,6 +48,11 @@ Sun May 14 09:13:50 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|||||||
* #1148: Fix Gruvbox colour string being invalid when cache usage
|
* #1148: Fix Gruvbox colour string being invalid when cache usage
|
||||||
is enabled.
|
is enabled.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 20:45:12 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
|
||||||
|
|
||||||
|
- Add memory build constraint
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 10 08:47:20 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
Wed May 10 08:47:20 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bottom
|
Name: bottom
|
||||||
Version: 0.9.3~0
|
Version: 0.9.4~0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yet another graphical process/system monitor
|
Summary: Yet another graphical process/system monitor
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:64c2ee1f45e4c1538008586847b79ca9b39ec511ec7e0808f8c8cab100bada81
|
oid sha256:a1809665bc5ed2dcab0ff24b66385f7d3f65525337ed72ee4d611e6a3da76bb5
|
||||||
size 29107340
|
size 30341031
|
||||||
|
Loading…
x
Reference in New Issue
Block a user