From d48347e6c7b78f9e091cf5d4fbac379ac64a71606e5e8e255274eae0abc2d26b Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sat, 9 Jun 2018 23:04:22 +0000 Subject: [PATCH] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=55 --- _servicedata | 2 +- ppsspp-1.6.3~git20180608.tar.xz | 3 -- ppsspp-1.6.3~git20180609.tar.xz | 3 ++ ppsspp.changes | 52 +++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 57 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.6.3~git20180608.tar.xz create mode 100644 ppsspp-1.6.3~git20180609.tar.xz diff --git a/_servicedata b/_servicedata index 1f4456f..8eec32d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 79b3f81b0ce29094263c4d43a82382e3aac5bf69 \ No newline at end of file + 9d96e6579ca00e77d132bc01d300d4dbb8fd6a3f \ No newline at end of file diff --git a/ppsspp-1.6.3~git20180608.tar.xz b/ppsspp-1.6.3~git20180608.tar.xz deleted file mode 100644 index 20e84e7..0000000 --- a/ppsspp-1.6.3~git20180608.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c484406d418827b03fef8d8f46852dbc875580db304f16b35947b5fe262a052 -size 160094312 diff --git a/ppsspp-1.6.3~git20180609.tar.xz b/ppsspp-1.6.3~git20180609.tar.xz new file mode 100644 index 0000000..50c1c23 --- /dev/null +++ b/ppsspp-1.6.3~git20180609.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c367fcdb1fdc05d6c058fda6292602abd72452545a5a48089f96ca4675e541cb +size 160115928 diff --git a/ppsspp.changes b/ppsspp.changes index a1944c7..6bebf8b 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Sat Jun 09 22:50:41 UTC 2018 - pousaduarte@gmail.com + +- Update to version 1.6.3~git20180609: + * Qt: Use Roboto Condensed like on other platforms. + * Qt: Remove bundled assets reader. + * Debugger: Ignore invalid branches. + * Debugger: Add func name and data symbol to disasm. + * Debugger: Allow conditions on threadID/moduleID. + * Debugger: Allow stepping based on thread. + * Debugger: Avoid some lock ordering issues. + * Debugger: Add HLE API funcs. + * Debugger: Add debug interfaces for threads. + * Debugger: Use a lock for memory reallocs. + * Debugger: Add some missing memory locks. + * Debugger: Add memory breakpoint management. + * Debugger: Initial breakpoint APIs. + * Debugger: Disasm search API. + * Debugger: Avoid asserts in disassembly. + * Debugger: Add thread safety to breakpoints. + * Debugger: Fix resume not skipping breakpoints. + * Debugger: Include assembler API. + * Debugger: Poll frequently after stepping. + * json: Optimize writing a bit. + * Debugger: Use fragments for long chunks. + * Debugger: Add stepping to WebSocket API. + * Debugger: Add cpu.evaluate method. + * Debugger: Prevent crazy disasm range. + * Debugger: Add additional encoding/symbol info. + * Debugger: Initial disasm API. + * Debugger: Lock during startup/shutdown. + * Debugger: Add version event for future proofing. + * Debugger: Include PC and ticks in stepping events. + * Debugger: Add current game info. + * Log: Use a separate field for the timestamp. + * Debugger: Disconnect on shutdown/disable. + * Debugger: Add checkbox to enable remote debugger. + * Debugger: Add config for remote debugger on start. + * Debugger: Use a counter when entering stepping. + * Debugger: Allow pinging current status. + * Debugger: Name the WebSocket debugger thread. + * Debugger: Add cpu.stepping and cpu.resume. + * Debugger: Reorganize state handling. + * Debugger: Cleanup, add initial API docs. + * Debugger: Allow setting regs to inf/nan. + * Debugger: Improve JSON number parsing. + * Debugger: Initial register get/set APIs. + * Debugger: Minor cleanup in MIPSDebugInterface. + * Debugger: Synchronize error events using tickets. + * Debugger: Organize WebSocket event handling. + * Debugger: Serve a simple log listener WebSocket. + ------------------------------------------------------------------- Fri Jun 08 17:51:00 UTC 2018 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 56095a6..cc015cf 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.6.3~git20180608 +Version: 1.6.3~git20180609 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0+