Files
wine/_service
Marcus Meissner 46b8f56cfb - Updated to 9.19 release
- Character tables updates to Unicode 16.0.0.                                                                                                                                              
  - Better window positioning in the Wayland driver.                                                                                                                                         
  - More support for network sessions in DirectPlay.                                                                                                                                         
  - Support for plug&play device change notifications.                                                                                                                                       
  - Various bug fixes.                                                                                                                                                                       
- update staging to 9.19 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1151
2024-10-06 13:44:16 +00:00

15 lines
529 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
<param name="revision">refs/tags/v9.19</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>