SHA256
1
0
forked from pool/rpcs3

Accepting request 1149840 from home:dimstar:rpm4.20:r

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149840
OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=97
This commit is contained in:
Yunhe Guo 2024-02-24 15:14:56 +00:00 committed by Git OBS Bridge
parent 5a44260004
commit 0f4afb9984
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 23 11:39:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Wed Feb 21 11:25:54 UTC 2024 - i@guoyunhe.me

View File

@ -95,9 +95,7 @@ ExclusiveArch: x86_64
An open-source PlayStation 3 emulator/debugger written in C++.
%prep
%setup -q -a 1
%patch1 -p 1
%patch2 -p 1
%autosetup -p1 -a 1
#Generate Version Strings
GIT_VERSION=$(echo %{version} | sed 's|.*git|git~|g')