- updated to 7.5 development release

- ALSA driver converted to PE.
  - Locale database generated from Unicode CLDR.
  - HLSL compiler support with the bundled vkd3d.
  - Initial support for the OCSP protocol.
  - More cleanups to support 'long' type.
  - Various bug fixes.
- update staging to 7.5 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=908
This commit is contained in:
2022-03-26 11:28:50 +00:00
committed by Git OBS Bridge
parent d7cf3d3908
commit 20367f3671
9 changed files with 38 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/v7.4</param>
<param name="revision">refs/tags/v7.5</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>