- 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

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