- Updated to 5.10 development release

- More progress on the WineD3D Vulkan backend.
  - Beginnings of a separate Unix library for NTDLL.
  - Better support for anti-cheat kernel drivers.
  - More glyph substitutions in DirectWrite.
  - Support for DSS private keys.
  - ARM64 exception handling fixes.
  - Various bug fixes.
- update staging to 5.10 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=732
This commit is contained in:
2020-06-06 06:40:21 +00:00
committed by Git OBS Bridge
parent ec7fc0408d
commit 127f798cea
9 changed files with 39 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.9</param>
<param name="revision">refs/tags/v5.10</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>