- Updated to 5.8 development release

- Support for Plug & Play device notifications.
  - More support for building with Clang in MSVC mode.
  - Still more progress on the WineD3D Vulkan backend.
  - Initial implementation of a GIF encoder.
  - Vulkan spec update.
  - Various bug fixes.
- update staging to 5.8 release
- remove patch.txt: was upstream fix

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=725
This commit is contained in:
2020-05-09 06:36:06 +00:00
committed by Git OBS Bridge
parent ac8636ef6a
commit 6aa97921a9
11 changed files with 5590 additions and 41 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.7</param>
<param name="revision">refs/tags/v5.8</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>