SHA256
1
0
forked from pool/wine

- Updated to 8.1 release

- Windows version set to Windows 10 for new prefixes.
  - Many code cleanups that were deferred during code freeze.
  - Various bug fixes.
- update staging to 8.1 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=977
This commit is contained in:
2023-02-03 12:41:23 +00:00
committed by Git OBS Bridge
parent 13892f4015
commit aaadd9c967
7 changed files with 34 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package wine
# spec file
#
# Copyright (c) 2023 SUSE LLC
#
@@ -29,8 +29,8 @@
%endif
# needs to be on top due to usage of %version macro below
%define realver 8.0
Version: 8.0
%define realver 8.1
Version: 8.1
Release: 0
%if "%{flavor}" != ""
@@ -134,9 +134,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/8.0/%{projectname}-%{realver}.tar.xz
Source0: https://dl.winehq.org/wine/source/8.x/%{projectname}-%{realver}.tar.xz
Source41: wine.keyring
Source42: https://dl.winehq.org/wine/source/8.0/%{projectname}-%{realver}.tar.xz.sign
Source42: https://dl.winehq.org/wine/source/8.x/%{projectname}-%{realver}.tar.xz.sign
Source2: http://kegel.com/wine/wisotool
Source3: README.SUSE
Source4: wine.desktop
@@ -164,7 +164,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
%if %{staging}
# upstream patch target version
%define staging_version 8.0
%define staging_version 8.1
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel