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)"