- Updated to 5.4 development release

- Unicode data updated to Unicode version 13.
  - Builtin programs use the new UCRTBase C runtime.
  - More correct support for Internationalized Domain Names.
  - Support for painting rounded rectangles in Direct2D.
  - Text drawing in D3DX9.
  - Various bug fixes.
- update staging to 5.4 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=712
This commit is contained in:
2020-03-14 08:22:21 +00:00
committed by Git OBS Bridge
parent bb5daf904f
commit cd23d5eb36
7 changed files with 34 additions and 25 deletions

View File

@@ -29,8 +29,8 @@
%endif
# needs to be on top due to usage of %version macro below
%define realver 5.3
Version: 5.3
%define realver 5.4
Version: 5.4
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.3
%define staging_version 5.4
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel