- updated to 5.0-rc1 release candidate

- Gecko update, with support for running from a global location.
  - Unicode data updated to Unicode version 12.1.
  - Initial version of the MSADO (ActiveX Data Objects) library.
  - Update installation support in the WUSA (Windows Update Standalone) tool.
  - More progress on the kernel32/kernelbase restructuring.
  - Support for signing with ECDSA keys.
  - Various bug fixes.
- updated staging to 5.0-rc1

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=671
This commit is contained in:
2019-12-16 06:55:29 +00:00
committed by Git OBS Bridge
parent ecc0f46e17
commit 5ce50aa31b
8 changed files with 38 additions and 28 deletions

View File

@@ -29,8 +29,8 @@
%endif
# needs to be on top due to usage of %version macro below
%define realver 4.21
Version: 4.21
%define realver 5.0-rc1
Version: 5.0~rc1
Release: 0
%if "%{flavor}" != ""
@@ -118,9 +118,9 @@ Summary: An MS Windows Emulator
License: LGPL-2.1-or-later
Group: System/Emulators/PC
Url: http://www.winehq.org/
Source0: https://dl.winehq.org/wine/source/4.x/%{projectname}-%{realver}.tar.xz
Source0: https://dl.winehq.org/wine/source/5.0/%{projectname}-%{realver}.tar.xz
Source41: wine.keyring
Source42: https://dl.winehq.org/wine/source/4.x/%{projectname}-%{realver}.tar.xz.sign
Source42: https://dl.winehq.org/wine/source/5.0/%{projectname}-%{realver}.tar.xz.sign
Source2: http://kegel.com/wine/wisotool
Source3: README.SUSE
Source4: wine.desktop
@@ -147,7 +147,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
%if %{staging}
# upstream patch target version
%define staging_version 4.21
%define staging_version 5.0-rc1
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel