From b20c1b7cf24bb1aa665b670c69a2ba261b0cc613da9caa096a3e23bdfbc5c66b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 16 May 2024 15:25:53 +0000 Subject: [PATCH] Accepting request 1174644 from home:dimstar:Factory - Adjust commented out patch apply command to ensure whoever applies it will use the non-deprecated format. OBS-URL: https://build.opensuse.org/request/show/1174644 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/python-pywlroots?expand=0&rev=32 --- python-pywlroots.changes | 6 ++++++ python-pywlroots.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pywlroots.changes b/python-pywlroots.changes index fd9830f..52a3a39 100644 --- a/python-pywlroots.changes +++ b/python-pywlroots.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 16 15:11:44 UTC 2024 - Dominique Leuenberger + +- Adjust commented out patch apply command to ensure whoever + applies it will use the non-deprecated format. + ------------------------------------------------------------------- Sun Dec 17 06:15:33 UTC 2023 - Soc Virnyl Estela diff --git a/python-pywlroots.spec b/python-pywlroots.spec index 6870867..9f83321 100644 --- a/python-pywlroots.spec +++ b/python-pywlroots.spec @@ -1,7 +1,7 @@ # # spec file for package python-pywlroots # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,7 +55,7 @@ Python binding to the wlroots library using cffi. %prep %setup -q -n pywlroots-%{version} -#%%patch0 -p1 +#%%patch -P 0 -p1 %build export CFLAGS="%optflags $(pkg-config --cflags wayland-client xkbcommon pixman-1 libinput libdrm)"