nvtop/_service
Malcolm Lewis 28b13601c5 - Update to version 3.1.0+38:
* Add missed '&&".
  * Revert back to the Xe driver device for the PCIe link.
  * Get per-process memory from fdinfo for Xe.
  * Don't require hwmon for AMDGPU.
  * Fix potential null device access.
  * Re-introduce non-cached devices.
  * Hide process list option in setup window & config file.
  * Add Intel Xe driver support.
  * Add i915 hwmon power values.
  * Hide process list window.
  * Fix screenshot URLs in appstream.
  * Fix icon in appstream.
  * amgdpu: video code engine version extraction.
  * Update readme's supported targets paragraph.
  * Support for recent NVML API.
  * Video encode/decode shared by static instance.
  * Remove import of kcmp.
- Remove tar.xz file from source as we use obscpio.

OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=12
2024-11-11 15:43:11 +00:00

20 lines
784 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/Syllo/nvtop.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">malcolmlewis@opensuse.org</param>
<param name="filename">nvtop</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>