btop/_service
Scott Bradnick 2adccee33f Accepting request 1002964 from home:sbradnick
- Update to version 1.2.9+git20220828.26ac007:
  * Fixed: Process tree filtering not case insensitive
  * v1.2.9 Bug fixes + new features and themes
  * Fixed: Memory values not clearing properly when not in graph mode in mem box
  * Cleaning up snap
  * Instructions for btop-desktop
  * Update snapcraft.yaml
  * Removing desktop launch
  * Add FreeBSD installation command
  * Update snapcraft.yaml
  * Update snapcraft.yaml
  * Update snapcraft.yaml
  * Update btop.desktop
  * Update btop.desktop
  * Add files via upload
  * Create btop.desktop
  * Update snapcraft.yaml
  * Update snapcraft.yaml
  * Update snapcraft.yaml
  * Update snapcraft.yaml
  * Update snapcraft.yaml
  * Update snapcraft.yaml
  * Maybe
  * updated color change
  * Added: Option to hide the small cpu graphs for processes
  * Add Fedora/RHEL install docs
  * [fix] Color correction
  * Changed: Small graphs now show colors for each character
  * [feature] Created 'Elementarish' theme
  * Fixed: Getting selfpath on macos (fix for finding theme folder)

OBS-URL: https://build.opensuse.org/request/show/1002964
OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=33
2022-09-12 13:48:08 +00:00

17 lines
612 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/aristocratos/btop</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">main</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>