- Updated to 5.18 development release

- Vulkan shader compilation using the new vkd3d-shader library.
  - USER32 library converted to PE.
  - Console no longer requires the curses library.
  - Support for display modes with various orientations.
  - A number of syntax fixes in the WIDL compiler.
  - Non-recursive makefiles.
  - Various bug fixes.
- update staging to 5.18 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=758
This commit is contained in:
2020-09-28 06:21:13 +00:00
committed by Git OBS Bridge
parent 82e21fc160
commit 26ca4cf9ff
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.17</param>
<param name="revision">refs/tags/v5.18</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>