Marcus Meissner
b5ab0459f2
- update to 9.21 release: - More support for network sessions in DirectPlay. - Header fixes for C++ compilation. - I/O completion fixes. - More formats supported in D3DX9. - Various bug fixes. - update staging to 9.21 release - remove wisotool, as it should not be useful anymore - remove dosbox as a runtime dependency - remove desktop integration, as most users who use wine directly, don't use them, and most people use wine bottle managers - spec file overhauled, using pkgconfig, removing Leap < 1500 OBS-URL: https://build.opensuse.org/request/show/1222910 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1156
15 lines
529 B
Plaintext
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.20</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>
|