SHA256
1
0
forked from pool/wine

- Updated to 9.3 release

- Improvements to Internet Proxy support.
  - New HID pointer device driver.
  - Timezone database update.
  - More exception fixes on ARM platforms.
  - Various bug fixes.
- update staging to 9.3 release
- correct conflicts/recommends for mono and gecko

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1090
This commit is contained in:
2024-02-26 10:36:23 +00:00
committed by Git OBS Bridge
parent cb812877bb
commit ada2ba8bac
9 changed files with 42 additions and 30 deletions

View File

@@ -29,8 +29,8 @@
%endif
# needs to be on top due to usage of %version macro below
%define realver 9.2
Version: 9.2
%define realver 9.3
Version: 9.3
Release: 0
%if "%{flavor}" != ""
@@ -156,10 +156,10 @@ Source7: baselibs.conf
Source8: wine-rpmlintrc
# SUSE specific patches
# - currently none, but add them here
Recommends: wine-gecko >= 2.47.3
Conflicts: wine-gecko < 2.47.3
Recommends: wine-mono >= 8.1.0
Conflicts: wine-mono < 8.1.0
Recommends: wine-gecko >= 2.47.4
Conflicts: wine-gecko < 2.47.4
Recommends: wine-mono >= 9.0.0
Conflicts: wine-mono < 9.0.0
# not packaged in distro...
Recommends: wine-mono
Recommends: alsa-plugins
@@ -174,7 +174,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
%if %{staging}
# upstream patch target version
%define staging_version 9.2
%define staging_version 9.3
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel