- updated to 7.0-rc1 release candidate

- Reimplementation of the WinMM joystick driver.
  - All Unix libraries converted to the syscall-based interface.
  - Various bug fixes.
- update staging to 7.0-rc1 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=884
This commit is contained in:
2021-12-11 18:37:14 +00:00
committed by Git OBS Bridge
parent 7ecb5eced5
commit 79afa56d2a
9 changed files with 36 additions and 27 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/v6.23</param>
<param name="revision">refs/tags/v7.0-rc1</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>