- Updated to 5.5 development release

- Builtin libraries use the new UCRTBase C runtime.
  - Compatibility mode used when reporting Windows version.
  - Better support for debug information in PE files.
  - Support for linguistic case mappings.
  - More attributes supported in WebServices.
  - Various bug fixes.
- update staging to 5.5 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=716
This commit is contained in:
2020-03-29 07:36:06 +00:00
committed by Git OBS Bridge
parent 27c82a3f49
commit 0bc184e746
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/v5.4</param>
<param name="revision">refs/tags/v5.5</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>