From eac6329ff46caddae82e8c02eb5dee3ad59d1db5e1526b5a0ba870664608340a Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Tue, 17 Jan 2023 09:17:32 +0000 Subject: [PATCH] Accepting request 1057182 from home:guoyunhe:branches:Emulators - Remove v from version number to match Factory standard - Remove unneeded build requires: * git * pkgconfig - Update to version 0.0.26~git20230109: * AppImage: Do not bundle libgmodule-2.0 and libglib-2.0 OBS-URL: https://build.opensuse.org/request/show/1057182 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=40 --- _service | 3 +-- _servicedata | 2 +- intel-ittapi.obscpio | 2 +- rpcs3-0.0.26~git20230109.obscpio | 3 +++ rpcs3-v0.0.26~git20230107.obscpio | 3 --- rpcs3.changes | 10 ++++++++++ rpcs3.obsinfo | 6 +++--- rpcs3.spec | 5 +---- 8 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 rpcs3-0.0.26~git20230109.obscpio delete mode 100644 rpcs3-v0.0.26~git20230107.obscpio diff --git a/_service b/_service index c1c257c..5d1e364 100644 --- a/_service +++ b/_service @@ -4,8 +4,7 @@ https://github.com/RPCS3/rpcs3.git rpcs3 @PARENT_TAG@~git%cd - v(.*)\-(.*)\-(.*) - \1\2\3 + v(.*) enable */ffmpeg/* */3rdparty/curl/* diff --git a/_servicedata b/_servicedata index 274b7a4..185948f 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/RPCS3/rpcs3.git - df718bcb0f2b7be809bf48b6059be7322fc17202 \ No newline at end of file + 8ec1a5627d2363b81191fa03473e3493bccf4372 \ No newline at end of file diff --git a/intel-ittapi.obscpio b/intel-ittapi.obscpio index cd25192..a31610e 100644 --- a/intel-ittapi.obscpio +++ b/intel-ittapi.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4e9be53c7ad0b935d2ad885ba331deee28b502785e5463fdb8c230647e63be4 +oid sha256:1bb00d61c1d3d8c3395aae21e13f54935ed7caab64832cdb1073a6c4cf8b5b93 size 1305612 diff --git a/rpcs3-0.0.26~git20230109.obscpio b/rpcs3-0.0.26~git20230109.obscpio new file mode 100644 index 0000000..27aec48 --- /dev/null +++ b/rpcs3-0.0.26~git20230109.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba9cde56671962307268b7fbc3e318466aaeeb9fc4c0f79caef5155b6354cf3 +size 463184910 diff --git a/rpcs3-v0.0.26~git20230107.obscpio b/rpcs3-v0.0.26~git20230107.obscpio deleted file mode 100644 index 444bd8b..0000000 --- a/rpcs3-v0.0.26~git20230107.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95ee5e43032cecc329a10bc893481505726ff9354b8e426dc58c04c40226f402 -size 463212558 diff --git a/rpcs3.changes b/rpcs3.changes index 8416a54..5cabf90 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 09 11:08:49 UTC 2023 - i@guoyunhe.me + +- Remove v from version number to match Factory standard +- Remove unneeded build requires: + * git + * pkgconfig +- Update to version 0.0.26~git20230109: + * AppImage: Do not bundle libgmodule-2.0 and libglib-2.0 + ------------------------------------------------------------------- Sun Jan 08 00:15:51 UTC 2023 - pousaduarte@gmail.com diff --git a/rpcs3.obsinfo b/rpcs3.obsinfo index 18a5443..7975ae5 100644 --- a/rpcs3.obsinfo +++ b/rpcs3.obsinfo @@ -1,4 +1,4 @@ name: rpcs3 -version: v0.0.26~git20230107 -mtime: 1673131661 -commit: df718bcb0f2b7be809bf48b6059be7322fc17202 +version: 0.0.26~git20230109 +mtime: 1673248793 +commit: 8ec1a5627d2363b81191fa03473e3493bccf4372 diff --git a/rpcs3.spec b/rpcs3.spec index 8db64f4..35e1541 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: v0.0.26~git20230107 +Version: 0.0.26~git20230109 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only @@ -26,7 +26,6 @@ Source0: %{name}-%{version}.tar.xz Source1: intel-ittapi.tar.xz BuildRequires: gcc-c++ >= 9 BuildRequires: cmake(x86-64) >= 3.14.1 -BuildRequires: pkgconfig BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(yaml-cpp) @@ -35,8 +34,6 @@ BuildRequires: pkgconfig(libevdev) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libedit) -BuildRequires: git -BuildRequires: -post-build-checks #graphics backend dependencies: #-------------------------------------------------