SHA256
1
0
forked from pool/wine

- Updated to 6.0 release, highlevel changes:

- Core modules in PE format.
  - Vulkan backend for WineD3D.
  - DirectShow and Media Foundation support.
  - Text console redesign.
- update staging to 6.0 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=789
This commit is contained in:
Marcus Meissner 2021-01-14 16:08:23 +00:00 committed by Git OBS Bridge
parent 6023c55ec6
commit 3391b7e470
3 changed files with 14 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param> <param name="url">https://github.com/wine-staging/wine-staging.git</param>
<param name="revision">refs/tags/v6.0-rc6</param> <param name="revision">refs/tags/v6.0</param>
<param name="match-tag">v*.*</param> <param name="match-tag">v*.*</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 14 16:07:35 UTC 2021 - Marcus Meissner <meissner@suse.com>
- Updated to 6.0 release, highlevel changes:
- Core modules in PE format.
- Vulkan backend for WineD3D.
- DirectShow and Media Foundation support.
- Text console redesign.
- update staging to 6.0 release
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 9 11:37:37 UTC 2021 - Marcus Meissner <meissner@suse.com> Sat Jan 9 11:37:37 UTC 2021 - Marcus Meissner <meissner@suse.com>

View File

@ -29,8 +29,8 @@
%endif %endif
# needs to be on top due to usage of %version macro below # needs to be on top due to usage of %version macro below
%define realver 6.0-rc6 %define realver 6.0
Version: 6.0~rc6 Version: 6.0
Release: 0 Release: 0
%if "%{flavor}" != "" %if "%{flavor}" != ""
@ -158,7 +158,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64 ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
%if %{staging} %if %{staging}
# upstream patch target version # upstream patch target version
%define staging_version 6.0rc6 %define staging_version 6.0
Source100: wine-staging-%{staging_version}.tar.xz Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel BuildRequires: libOSMesa-devel