- Updated to 5.7 development release

- Wine Mono engine updated to 5.0.0, with upstream WPF support.
  - More progress on the WineD3D Vulkan backend.
  - Beginnings of a USB device driver.
  - Support for building with Clang in MSVC mode.
  - Builtin modules no longer depend on libwine.
  - Support for configuring Windows version from the command line.
  - Various bug fixes.
- update staging to 5.7 release
- libusb build requires

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=720
This commit is contained in:
2020-04-25 13:08:23 +00:00
committed by Git OBS Bridge
parent 11dc65493e
commit 97c4bb9667
9 changed files with 41 additions and 26 deletions

View File

@@ -29,8 +29,8 @@
%endif
# needs to be on top due to usage of %version macro below
%define realver 5.6
Version: 5.6
%define realver 5.7
Version: 5.7
Release: 0
%if "%{flavor}" != ""
@@ -103,6 +103,7 @@ BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(osmesa)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(x11-xcb)
@@ -156,7 +157,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
%if %{staging}
# upstream patch target version
%define staging_version 5.6
%define staging_version 5.7
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel