From edf1d18f1dbffd51621cdb2b6104c64a9e490254 Mon Sep 17 00:00:00 2001 From: factory-maintainer <> Date: Mar 15 2024 19:43:43 +0000 Subject: Update 0ad to version 0.0.26 / rev 11 via SR 1158162 https://build.opensuse.org/request/show/1158162 by user factory-maintainer + anag+factory Automatic submission by obs-autosubmit --- diff --git a/.files b/.files index 6e688b4..ce960c3 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 36da0ca..0b50d84 100644 --- a/.rev +++ b/.rev @@ -86,4 +86,12 @@ 1131230 + + a5bbeed350183b94a42c38c86d440713 + 0.0.26 + + anag+factory + Automatic submission by obs-autosubmit + 1158162 + diff --git a/0ad.changes b/0ad.changes index 5864e44..d6ad778 100644 --- a/0ad.changes +++ b/0ad.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Mar 8 07:44:09 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- Tue Dec 5 22:44:36 UTC 2023 - Aaron Puchert - Add fix-fmt10-build.patch to fix build with libfmt 10. diff --git a/0ad.spec b/0ad.spec index fb0e912..0419b1b 100644 --- a/0ad.spec +++ b/0ad.spec @@ -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