- 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:
parent
6023c55ec6
commit
3391b7e470
2
_service
2
_service
@ -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.0-rc6</param>
|
||||
<param name="revision">refs/tags/v6.0</param>
|
||||
<param name="match-tag">v*.*</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
10
wine.changes
10
wine.changes
@ -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>
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
||||
%endif
|
||||
|
||||
# needs to be on top due to usage of %version macro below
|
||||
%define realver 6.0-rc6
|
||||
Version: 6.0~rc6
|
||||
%define realver 6.0
|
||||
Version: 6.0
|
||||
Release: 0
|
||||
|
||||
%if "%{flavor}" != ""
|
||||
@ -158,7 +158,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
|
||||
%if %{staging}
|
||||
# upstream patch target version
|
||||
%define staging_version 6.0rc6
|
||||
%define staging_version 6.0
|
||||
Source100: wine-staging-%{staging_version}.tar.xz
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libOSMesa-devel
|
||||
|
Loading…
Reference in New Issue
Block a user