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:
Marcus Meissner 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

@ -3,7 +3,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
<param name="revision">refs/tags/v8.2</param>
<param name="revision">refs/tags/v8.3</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 4 08:28:53 UTC 2023 - Marcus Meissner <meissner@suse.com>
- 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
-------------------------------------------------------------------
Mon Feb 20 08:09:42 UTC 2023 - Marcus Meissner <meissner@suse.com>

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