Dominique Leuenberger 2024-03-03 19:18:25 +00:00 committed by Git OBS Bridge
commit 99b5a2983f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 1 10:17:39 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Mar 10 17:27:33 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -88,9 +88,9 @@ Its usage is documented in the README.
%prep
%setup -q -b1
%patch0 -p1
%patch -P 0 -p1
pushd ../vdpauinfo-*
%patch1 -p1
%patch -P 1 -p1
popd
%build