SHA256
1
0
forked from pool/wine

- Updated to 8.3 release

- Support for the Low Fragmentation Heap.
  - Smard card support using PCSC-Lite.
  - Bundled Zydis library for more correct disassembly.
  - Various bug fixes.
- update staging to 8.3 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=988
This commit is contained in:
2023-03-04 08:30:47 +00:00
committed by Git OBS Bridge
parent ca3aaceab5
commit afe1ad9843
3 changed files with 15 additions and 4 deletions

View File

@@ -29,8 +29,8 @@
%endif
# needs to be on top due to usage of %version macro below
%define realver 8.2
Version: 8.2
%define realver 8.3
Version: 8.3
Release: 0
%if "%{flavor}" != ""
@@ -93,6 +93,7 @@ BuildRequires: ocl-icd-devel
BuildRequires: openal-soft-devel
BuildRequires: openldap2-devel
BuildRequires: openssl-devel
BuildRequires: pcsc-lite-devel
BuildRequires: pkgconfig
BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files
@@ -166,7 +167,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
%if %{staging}
# upstream patch target version
%define staging_version 8.2
%define staging_version 8.3
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel