From 1ebdca2a6cdd5cd086d574879618775a57042bb77ed2b03c4bca7951c34ad0fe Mon Sep 17 00:00:00 2001 From: Hunter Wardlaw Date: Mon, 18 Nov 2024 13:50:00 +0000 Subject: [PATCH] - BuildRequire llvm-devel >= 17: this is what is documented to be required according to BUILDING.md. - Change service definitions to 'manual' instead of 'localonly': localonly keep on running the service on every local build attempt. OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=127 --- _service | 10 +++++----- rpcs3.changes | 9 +++++++++ rpcs3.spec | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/_service b/_service index ef312db..92683de 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + git https://github.com/RPCS3/rpcs3.git rpcs3 @@ -25,18 +25,18 @@ *.props *.sln - + git https://github.com/intel/ittapi.git intel-ittapi _none_ - + *.tar xz - + rpcs3 - + diff --git a/rpcs3.changes b/rpcs3.changes index f9991f2..dabecd0 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 18 12:03:28 UTC 2024 - Dominique Leuenberger + +- BuildRequire llvm-devel >= 17: this is what is documented to be + required according to BUILDING.md. +- Change service definitions to 'manual' instead of 'localonly': + localonly keep on running the service on every local build + attempt. + ------------------------------------------------------------------- Sun Nov 17 11:46:36 UTC 2024 - i@guoyunhe.me diff --git a/rpcs3.spec b/rpcs3.spec index 5ca4cb3..72e0868 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -27,7 +27,7 @@ Source1: intel-ittapi.tar.xz Patch1: fix-test-files.patch Patch2: fix-toolbar-color.patch BuildRequires: gcc-c++ -BuildRequires: llvm16-devel +BuildRequires: llvm-devel >= 17 BuildRequires: cmake(x86-64) >= 3.14.1 BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libedit)