- Updated to 5.7 development release

- Wine Mono engine updated to 5.0.0, with upstream WPF support.
  - More progress on the WineD3D Vulkan backend.
  - Beginnings of a USB device driver.
  - Support for building with Clang in MSVC mode.
  - Builtin modules no longer depend on libwine.
  - Support for configuring Windows version from the command line.
  - Various bug fixes.
- update staging to 5.7 release
- libusb build requires

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=720
This commit is contained in:
2020-04-25 13:08:23 +00:00
committed by Git OBS Bridge
parent 11dc65493e
commit 97c4bb9667
9 changed files with 41 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
<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/v5.6</param>
<param name="revision">refs/tags/v5.7</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>