SHA256
1
0
forked from pool/wine

- removed 0008-winex11.drv-Listen-to-RawMotion-and-RawButton-events.patch

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=822
This commit is contained in:
Marcus Meissner 2021-04-24 11:17:13 +00:00 committed by Git OBS Bridge
parent 38634e1c67
commit 4552734d49
2 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,7 @@ Sat Apr 24 08:16:43 UTC 2021 - Marcus Meissner <meissner@suse.com>
- Various bug fixes.
- update staging to 6.7 release
- removed wine-winegcc-missing-includes.patch (upstream)
- removed 0008-winex11.drv-Listen-to-RawMotion-and-RawButton-events.patch
-------------------------------------------------------------------
Wed Apr 21 14:21:30 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -140,7 +140,6 @@ Source8: wine-rpmlintrc
# SUSE specific patches
# - currently none, but add them here
#Patch0: susefixes.patch
Source99: a886228fbcefe7b8de06d2dd7182272df6cc3c36.patch
Recommends: wine-gecko >= 2.47.2
Conflicts: wine-gecko < 2.47.2
Recommends: wine-mono >= 6.1.1
@ -224,7 +223,6 @@ cp %{S:3} .
%if %{staging}
# apply wine staging patch set on top of the wine release.
tar xf %{SOURCE100}
cp %{SOURCE99} ./wine-staging-%staging_version/patches/user32-rawinput-mouse/0008-winex11.drv-Listen-to-RawMotion-and-RawButton-events.patch
bash ./wine-staging-%staging_version/patches/patchinstall.sh --all
%endif