- Updated to 8.10 release
- All PE->Unix transitions go through the syscall interface. - Mouse cursor clipping improvements. - Support for virtual memory placeholders. - Locale and timezone data updates. - Various bug fixes. - update staging to 8.10 release OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1018
This commit is contained in:
parent
d58b54cd6c
commit
bb4fa7c6ab
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
|
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
|
||||||
<param name="revision">refs/tags/v8.9.1</param>
|
<param name="revision">refs/tags/v8.10</param>
|
||||||
<param name="match-tag">v*.*</param>
|
<param name="match-tag">v*.*</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
|
11
wine.changes
11
wine.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 12 06:58:24 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- Updated to 8.10 release
|
||||||
|
- All PE->Unix transitions go through the syscall interface.
|
||||||
|
- Mouse cursor clipping improvements.
|
||||||
|
- Support for virtual memory placeholders.
|
||||||
|
- Locale and timezone data updates.
|
||||||
|
- Various bug fixes.
|
||||||
|
- update staging to 8.10 release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 27 08:04:04 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
Sat May 27 08:04:04 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# needs to be on top due to usage of %version macro below
|
# needs to be on top due to usage of %version macro below
|
||||||
%define realver 8.9
|
%define realver 8.10
|
||||||
Version: 8.9
|
Version: 8.10
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%if "%{flavor}" != ""
|
%if "%{flavor}" != ""
|
||||||
@ -168,7 +168,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
|
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
|
||||||
%if %{staging}
|
%if %{staging}
|
||||||
# upstream patch target version
|
# upstream patch target version
|
||||||
%define staging_version 8.9.1
|
%define staging_version 8.10
|
||||||
Source100: wine-staging-%{staging_version}.tar.xz
|
Source100: wine-staging-%{staging_version}.tar.xz
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: libOSMesa-devel
|
BuildRequires: libOSMesa-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user