Scott Bradnick
6d0e8c2e5e
- Update to version 1.2.6+git20220414.9abf849: * Update snapcraft.yaml - Update to version v1.2.6+git20220413.4bae3c4: * Update continuous-build-linux.yml * v1.2.6 Bug fixes * Changed: Enter symbol to a more common variant * updated robin_hood.h to v3.11.5 * Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD * Fixed: Wrong memory unit when shorten and size is less than 10 * v1.2.5 Bug fixes * Fixed: Mouse mappings for net box * fix: title_left symbol between auto and zero in the net box is not displayed OBS-URL: https://build.opensuse.org/request/show/970875 OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=24
21 lines
644 B
XML
21 lines
644 B
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<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>
|