Marcus Meissner
2d04fef741
- Swapchain support in Direct 3D 12. - Vulkan support updated to the latest spec. - Debugger support for Wow64 processes. - Still more support for the Task Scheduler. - Various bug fixes. - updated winetricks - updated staging to 3.10 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=515
22 lines
872 B
Plaintext
22 lines
872 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/v3.10</param>
|
|
<param name="match-tag">v*.*</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">wined3d9(.*)</param>
|
|
<param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param>
|
|
<param name="revision">refs/tags/wine-d3d9-3.10</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|