SHA256
1
0
forked from pool/fillup

Accepting request 1153181 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1153181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fillup?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2024-03-01 22:34:34 +00:00 committed by Git OBS Bridge
commit 670e14021a
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:19:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Jan 17 17:32:18 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -47,13 +47,13 @@ its variable name.
%prep
%setup -q
%patch0
%patch1 -p1
%patch2
%patch3
%patch4
%patch5
%patch6 -p1
%patch -P 0
%patch -P 1 -p1
%patch -P 2
%patch -P 3
%patch -P 4
%patch -P 5
%patch -P 6 -p1
%build
make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="%{optflags}"