- updated to 6.6 development release

- Mono engine updated to version 6.1.1, with upstream updates.
  - DWrite and DnsApi libraries converted to PE.
  - Plug & play driver support improvements.
  - Various bug fixes.
- update staging to 6.6 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=811
This commit is contained in:
2021-04-10 06:07:06 +00:00
committed by Git OBS Bridge
parent e9ced33d2f
commit c7bfda20ce
3 changed files with 16 additions and 6 deletions

View File

@@ -29,8 +29,8 @@
%endif
# needs to be on top due to usage of %version macro below
%define realver 6.5
Version: 6.5
%define realver 6.6
Version: 6.6
Release: 0
%if "%{flavor}" != ""
@@ -142,8 +142,8 @@ Source8: wine-rpmlintrc
#Patch0: susefixes.patch
Recommends: wine-gecko >= 2.47.2
Conflicts: wine-gecko < 2.47.2
Recommends: wine-mono >= 6.0.0
Conflicts: wine-mono < 6.0.0
Recommends: wine-mono >= 6.1.1
Conflicts: wine-mono < 6.1.1
# not packaged in distro...
Recommends: wine-mono
Recommends: dosbox
@@ -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.5
%define staging_version 6.6
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel