Accepting request 1156266 from home:dimstar:Factory

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1156266
OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=132
This commit is contained in:
Aaron Puchert 2024-03-08 17:39:34 +00:00 committed by Git OBS Bridge
parent 4b6c6464cb
commit 9d2ab198fe
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 07:44:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Dec 5 22:44:36 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -1,7 +1,7 @@
#
# spec file for package 0ad
#
# 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
@ -99,13 +99,13 @@ flexible game engine.
%prep
%setup -q -n %{name}-%{version}-alpha
%patch0 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch -P 0 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
%if %{with system_mozjs}
%patch1 -p1
%patch2 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%endif
%build