Files
spotifyd/_service
Martin Pluskal 5db15086e5 Accepting request 1123501 from home:amanzini:branches:multimedia:apps
- Update to version 0.3.5:
  * new project website
  * Credential caching has been re-enabled
  * A audio_format option was added to circumvent certain errors 
  * Improved backend selection logic
  * Documentation improvements
  * Minimum supported rust version (MSRV) has been bumped to 1.64
  * Dependency updated
  * Shuffle setter.
- Update to version 0.3.4:
  * Add cache_size configuration option
  * Add dbus_type configuration option
  * Improve error reporting
  * Fix wrong handling of credential cache

OBS-URL: https://build.opensuse.org/request/show/1123501
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotifyd?expand=0&rev=29
2023-11-06 15:13:19 +00:00

28 lines
1.0 KiB
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/Spotifyd/spotifyd.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.3.5</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mailaender@opensuse.org</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">spotifyd</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">spotifyd</param>
</service>
</services>