SHA256
1
0
forked from pool/bottom
bottom/_service

28 lines
1.1 KiB
Plaintext
Raw Normal View History

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/ClementTsang/bottom.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
Accepting request 1086037 from home:jubalh:branches:utilities - Update to 0.9.0: Bug Fixes: * #1021: Fix selected text background colour being wrong if only the foreground colour was set. * #1037: Fix is_list_ignored accepting all results if set to false * #1064: Disk name/mount filter now doesn't always show all entries if one filter wasn't set. * #1064: macOS disk I/O is potentially working now. * #597: Resolve RUSTSEC-2021-0119 by removing heim. Features: * #1016: Add support for displaying process usernames on Windows * #1022: Support three-character hex colour strings for styling. * #1024: Support FreeBSD temperature sensors based on hw.temperature. * #1063: Add buffer and cache memory tracking. * #1106: Add current battery charging state. * #1115: Add customizable process columns to config file. * #801: Add optional process time column and querying. Changes: * #1025: Officially support M1 macOS. * #1035: Migrate away from heim for CPU information. * #1036: Migrate away from heim for memory information; bottom will now try to use MemAvailable on Linux to determine used memory. * #1041: Migrate away from heim for network information. * #1064: Migrate away from heim for storage information. * #812: Fully remove heim from bottom. * #1075: Update how drives are named in Windows. * #1106: Rename battery consumption field to rate. Other: * #1008: Fix clap 3 deprecation warnings. * #1044: Re-enable ZFS feature. OBS-URL: https://build.opensuse.org/request/show/1086037 OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=29
2023-05-11 22:20:52 +02:00
<param name="revision">0.9.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">opensuse-packages@jlk.one</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">bottom</param>
<param name="update">true</param>
<param name="compression">zst</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">bottom</param>
</service>
</services>