Marcus Meissner
fea3e61734
- More large scale cleanups to support 'long' type. - Proper support for API sets. - Progress on the PE conversion of USER32 and WineALSA. - A number of HID joystick fixes. - Various bug fixes. - update staging to 7.3 release OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=900
15 lines
528 B
Plaintext
15 lines
528 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/v7.3</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>
|