From 7533b94fde83674eb398a7694537cacb82f7b1e9c4984f0d6022988ad5cf33b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 12 Mar 2018 08:58:10 +0000 Subject: [PATCH] Accepting request 585456 from home:xenonpk - Update to version 0.0.5~git20180309: * ppu/sys_interrupt: add stack_reset command to fix sys_interrupt stack overflowing * rsx: Fix alpha test on VK/GL Moving alpha test outside of fp_main. This enforces alpha test is still done even if shader asm has early return - Update to version 0.0.5~git20180307: * rsx: add vertex data base to offset and mask before translating address - Update to version 0.0.5~git20180306: * Update Vulkan-LoadAndValidationLayers to make CI work again - Update to version 0.0.5~git20180305: * gui/themes: YoRHa by Ani - Bugfixes * gui: Fix typos and clean up Engrish (#4250) - Update to version 0.0.5~git20180303: * cellGame: Fix cellDiscGameGetBootDiscInfo return values (#4241) * Qt: enable background images for floating dock widgets * [HLE] First steps to Playstation Move (#4083) - Update to version 0.0.5~git20180301: * Fix boot game crash * Improve TTY output * Optimize SPU interpreter * CPUTranslator: implement ICmp ops - Update to version 0.0.5~git20180301: * Qt: fix dockwidget background - Update to version 0.0.5~git20180301: * gui/themes: YoRHa by Ani * Add 2-channels mode for cellAudioOutGetDeviceInfo * Change return of function "sceNpMatching2Init" to CELL_OK * Fix Boot regression introduced by #4158 * Qt: enable custom fonts for stylesheets and add random object names * Make cellNetCtlGetInfo returns the correct value in disconnected mode * spu/interp: optimize floating point exception checking * Qt: ask for cache and config removal on app remove (#4016) * Improve GDB debug server (#4027) * Qt: simplify Boot options a bit (#4158) - Update to version 0.0.5~git20180228: * Fix firmware installation for vfs * Qt: remove gamelist toolbar * Add callbacks for cellStorage * Add callbacks for cellUserInfo * Add callbacks for cellPhotoImport * Add callbacks for cellSysconf * Add callbacks for cellCrossController * Add callbacks for cellPrint * Add callbacks for cellPhotoDecode * Add callbacks for cellMusicExport * Add callbacks for cellMusicDecode * Refactor .travis.yml and qt installation OBS-URL: https://build.opensuse.org/request/show/585456 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=17 --- _servicedata | 2 +- rpcs3-0.0.5~git20180225.tar.xz | 3 - rpcs3-0.0.5~git20180309.tar.xz | 3 + rpcs3.changes | 109 +++++++++++++++++++++++++++++---- rpcs3.spec | 5 +- 5 files changed, 105 insertions(+), 17 deletions(-) delete mode 100644 rpcs3-0.0.5~git20180225.tar.xz create mode 100644 rpcs3-0.0.5~git20180309.tar.xz diff --git a/_servicedata b/_servicedata index 4233c9e..47d0db4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/RPCS3/rpcs3.git - 7753ac60b05bd6c77411c6e46bbbbc9ee9c7afb5 \ No newline at end of file + 7bbadfd08bc2d6c3da98ecc7edd00a7e837138e3 \ No newline at end of file diff --git a/rpcs3-0.0.5~git20180225.tar.xz b/rpcs3-0.0.5~git20180225.tar.xz deleted file mode 100644 index 4beb4b2..0000000 --- a/rpcs3-0.0.5~git20180225.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afd4b0ef489eb4dcba1d947ce630da4b9a8edf1f2d5629efba27bf792accdb19 -size 171433080 diff --git a/rpcs3-0.0.5~git20180309.tar.xz b/rpcs3-0.0.5~git20180309.tar.xz new file mode 100644 index 0000000..a93bbd3 --- /dev/null +++ b/rpcs3-0.0.5~git20180309.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c3a7661943eec39ce2293b671956885fc59f9766344ef92829bed1dc90b104 +size 171917812 diff --git a/rpcs3.changes b/rpcs3.changes index 5d303d2..4b079d8 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,12 +1,99 @@ ------------------------------------------------------------------- -Sun Feb 25 15:26:50 UTC 2018 - opensuse-packaging@opensuse.org +Sat Mar 10 19:12:35 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180309: + * ppu/sys_interrupt: add stack_reset command to fix sys_interrupt stack overflowing + * rsx: Fix alpha test on VK/GL Moving alpha test outside of fp_main. This enforces alpha test is still done even if shader asm has early return + +------------------------------------------------------------------- +Thu Mar 08 18:18:48 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180307: + * rsx: add vertex data base to offset and mask before translating address + +------------------------------------------------------------------- +Tue Mar 06 18:56:48 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180306: + * Update Vulkan-LoadAndValidationLayers to make CI work again + +------------------------------------------------------------------- +Tue Mar 06 14:24:33 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180305: + * gui/themes: YoRHa by Ani - Bugfixes + * gui: Fix typos and clean up Engrish (#4250) + +------------------------------------------------------------------- +Sat Mar 03 12:16:30 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180303: + * cellGame: Fix cellDiscGameGetBootDiscInfo return values (#4241) + * Qt: enable background images for floating dock widgets + * [HLE] First steps to Playstation Move (#4083) + +------------------------------------------------------------------- +Fri Mar 02 13:44:16 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180301: + * Fix boot game crash + * Improve TTY output + * Optimize SPU interpreter + * CPUTranslator: implement ICmp ops + +------------------------------------------------------------------- +Thu Mar 01 13:45:11 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180301: + * Qt: fix dockwidget background + +------------------------------------------------------------------- +Thu Mar 01 10:50:33 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180301: + * gui/themes: YoRHa by Ani + * Add 2-channels mode for cellAudioOutGetDeviceInfo + * Change return of function "sceNpMatching2Init" to CELL_OK + * Fix Boot regression introduced by #4158 + * Qt: enable custom fonts for stylesheets and add random object names + * Make cellNetCtlGetInfo returns the correct value in disconnected mode + * spu/interp: optimize floating point exception checking + * Qt: ask for cache and config removal on app remove (#4016) + * Improve GDB debug server (#4027) + * Qt: simplify Boot options a bit (#4158) + +------------------------------------------------------------------- +Wed Feb 28 13:56:23 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180228: + * Fix firmware installation for vfs + * Qt: remove gamelist toolbar + * Add callbacks for cellStorage + * Add callbacks for cellUserInfo + * Add callbacks for cellPhotoImport + * Add callbacks for cellSysconf + * Add callbacks for cellCrossController + * Add callbacks for cellPrint + * Add callbacks for cellPhotoDecode + * Add callbacks for cellMusicExport + * Add callbacks for cellMusicDecode + * Refactor .travis.yml and qt installation + +------------------------------------------------------------------- +Mon Feb 26 00:48:01 UTC 2018 - pousaduarte@gmail.com + +- Update to version 0.0.5~git20180225: + * fix spu interpreter single stepping + +------------------------------------------------------------------- +Sun Feb 25 15:26:50 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.5~git20180225: * Add CELL_GAMEUPDATE_RESULT_STATUS_* enum * Checks for content_id in sceNpDrmVerifyUpgradeLicense and sceNpDrmVerifyUpgradeLicense2 ------------------------------------------------------------------- -Sat Feb 24 23:03:33 UTC 2018 - opensuse-packaging@opensuse.org +Sat Feb 24 23:03:33 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.5~git20180224: * RPCS3 0.0.5: Versioning Changes (Hotfix) (#4208) @@ -16,19 +103,19 @@ Sat Feb 24 23:03:33 UTC 2018 - opensuse-packaging@opensuse.org * Add callbacks for cellMusic ------------------------------------------------------------------- -Fri Feb 23 22:12:57 UTC 2018 - opensuse-packaging@opensuse.org +Fri Feb 23 22:12:57 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180223: * Fix quoting in cmake ------------------------------------------------------------------- -Fri Feb 23 11:49:59 UTC 2018 - opensuse-packaging@opensuse.org +Fri Feb 23 11:49:59 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180223: * Update for Qt 5.10 (#4202) ------------------------------------------------------------------- -Thu Feb 22 18:39:56 UTC 2018 - opensuse-packaging@opensuse.org +Thu Feb 22 18:39:56 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180222: * Qt: use setAttribute(AA_DisableWindowContextHelpButton) instead of flags @@ -41,7 +128,7 @@ Thu Feb 22 18:39:56 UTC 2018 - opensuse-packaging@opensuse.org * disasm: clamp spu address ------------------------------------------------------------------- -Tue Feb 20 12:01:19 UTC 2018 - opensuse-packaging@opensuse.org +Tue Feb 20 12:01:19 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180219: * add kdevelop to gitignore @@ -50,20 +137,20 @@ Tue Feb 20 12:01:19 UTC 2018 - opensuse-packaging@opensuse.org * Add an easy way for package builders to disable native cpu optimizations ------------------------------------------------------------------- -Sun Feb 18 23:16:54 UTC 2018 - opensuse-packaging@opensuse.org +Sun Feb 18 23:16:54 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180219: * Qt: fix gamegrid scroll ------------------------------------------------------------------- -Sun Feb 18 16:49:34 UTC 2018 - opensuse-packaging@opensuse.org +Sun Feb 18 16:49:34 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180218: * Add flag for rockband. Tests have shown it independent other flags. But, actual use is currently not known. * hle: return enosys on unpresented syscalls ------------------------------------------------------------------- -Fri Feb 16 13:41:46 UTC 2018 - opensuse-packaging@opensuse.org +Fri Feb 16 13:41:46 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180216: * rsx/gl: Hotfix for GL format compatibility check when high precision depth buffers is enabled @@ -85,7 +172,7 @@ Fri Feb 16 13:41:46 UTC 2018 - opensuse-packaging@opensuse.org * rsx: Reorganize framebuffer setup code - Fixes some fast paths for framebuffer creation and binding ------------------------------------------------------------------- -Mon Feb 12 21:42:43 UTC 2018 - opensuse-packaging@opensuse.org +Mon Feb 12 21:42:43 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180212: * hle: gpio syscalls @@ -100,7 +187,7 @@ Mon Feb 12 21:42:43 UTC 2018 - opensuse-packaging@opensuse.org * CPUTranslator: add bitcast, trunc, zext, sext ------------------------------------------------------------------- -Sun Feb 11 18:03:47 UTC 2018 - opensuse-packaging@opensuse.org +Sun Feb 11 18:03:47 UTC 2018 - pousaduarte@gmail.com - Update to version 0.0.4~git20180209: * Clean vm::ps3 namespace use diff --git a/rpcs3.spec b/rpcs3.spec index 243d563..30a4cb7 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.5~git20180225 +Version: 0.0.5~git20180309 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0 @@ -70,8 +70,9 @@ An open-source PlayStation 3 emulator/debugger written in C++. #Force Link with shared LLVM libs #-e 's|llvm_map_components_to_libnames(LLVM_LIBS .*)|set(LLVM_LIBS LLVM)|g' \ sed -i \ +-e 's|Qt5 5.[0-9]\+|Qt5|g' \ -e 's|-march=native|-msse -msse2 -mcx16 -mrtm|g' \ -rpcs3/CMakeLists.txt +%{name}/CMakeLists.txt #Generate Version Strings GIT_VERSION=$(echo %{version} | sed 's|.*git|git~|g')