Ana Guerrero 2024-02-25 13:08:20 +00:00 committed by Git OBS Bridge
commit 8f055d83c9
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 13:58:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Jun 29 05:31:30 UTC 2017 - bwiedemann@suse.com

View File

@ -52,12 +52,12 @@ and a lot other nice features (and extensions for programmers).
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5
%patch6 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5
%patch -P 6 -p1
%build
make -j1 RPM_OPT_FLAGS="%{optflags}" linux