- Update to 0.9.3:
* #1216: Fix arguments not being sorted alphabetically. * #1219: Fix overflow/underflow in graph timespan zoom. * #1221: Support human times for rate. * #1206: Add .rpm package generation. * #1220: Update documentation for features supporting human times. OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=35
This commit is contained in:
parent
9a36ff39a6
commit
ee4fd51bde
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.9.2</param>
|
||||
<param name="revision">0.9.3</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
||||
<param name="changesrevision">93b6a5649fbeeaf7e2b00cba3313fa0e3683192a</param></service></servicedata>
|
||||
<param name="changesrevision">590b15a51049668e064feb6c97586c0f73d468e4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:000a43886ee6839fe411c7d067a46e9762d20b79c0976ff384a78036a829a57e
|
||||
size 3029045
|
3
bottom-0.9.3~0.tar.zst
Normal file
3
bottom-0.9.3~0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b733983f127d9992925060567490da50a0bd0becda81b09d173c93e539f4a945
|
||||
size 3029632
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 05:37:15 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.3:
|
||||
* #1216: Fix arguments not being sorted alphabetically.
|
||||
* #1219: Fix overflow/underflow in graph timespan zoom.
|
||||
* #1221: Support human times for rate.
|
||||
* #1206: Add .rpm package generation.
|
||||
* #1220: Update documentation for features supporting human times.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 07:21:14 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: bottom
|
||||
Version: 0.9.2~0
|
||||
Version: 0.9.3~0
|
||||
Release: 0
|
||||
Summary: Yet another graphical process/system monitor
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d93973b657a60f94565b008fba67e01e6199851df2643261f209812b91780429
|
||||
size 29531103
|
||||
oid sha256:64c2ee1f45e4c1538008586847b79ca9b39ec511ec7e0808f8c8cab100bada81
|
||||
size 29107340
|
||||
|
Loading…
Reference in New Issue
Block a user