Accepting request 1149270 from home:dimstar:rpm4.20:e
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149270 OBS-URL: https://build.opensuse.org/package/show/games/emptyepsilon?expand=0&rev=12
This commit is contained in:
parent
489c7c9dc0
commit
b86c3d3b29
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 11:41:39 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 15:15:35 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
|
@ -54,9 +54,9 @@ Each officer fills a unique role: Captain, Helms, Weapons, Relay, Science, and E
|
||||
%setup -q -a1 -n EmptyEpsilon-EE-%{version}
|
||||
find -name .gitignore | xargs rm
|
||||
pushd SeriousProton-EE-%{version}
|
||||
%patch0 -p1
|
||||
%patch -P 0 -p1
|
||||
popd
|
||||
%patch1 -p1
|
||||
%patch -P 1 -p1
|
||||
|
||||
# extract bundled dependencies
|
||||
mkdir -p SeriousProton/externals/basis
|
||||
|
Loading…
Reference in New Issue
Block a user