From 551ecbc3001e918b99d5ba5357e746423e72226f6ebab8edf1ca8166820f3e08 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sun, 31 Jan 2021 15:05:44 +0000 Subject: [PATCH 1/7] Update on 2021-01-31 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=271 --- _servicedata | 2 +- ppsspp-1.10.3~git20210124.tar.xz | 3 -- ppsspp-1.10.3~git20210131.tar.xz | 3 ++ ppsspp.changes | 53 ++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 58 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.10.3~git20210124.tar.xz create mode 100644 ppsspp-1.10.3~git20210131.tar.xz diff --git a/_servicedata b/_servicedata index e1b8faa..9b11df6 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 6b110af3e6a460b25513da729ecaea3a29ea4bca \ No newline at end of file + ce2e47f3532a1a6fbae050739d883baa0808296e \ No newline at end of file diff --git a/ppsspp-1.10.3~git20210124.tar.xz b/ppsspp-1.10.3~git20210124.tar.xz deleted file mode 100644 index 59cb345..0000000 --- a/ppsspp-1.10.3~git20210124.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85833b3df5e623c161942a52ecda5eff334ff8b343a062e3e4f68a43e95c90b9 -size 215467380 diff --git a/ppsspp-1.10.3~git20210131.tar.xz b/ppsspp-1.10.3~git20210131.tar.xz new file mode 100644 index 0000000..47c3e36 --- /dev/null +++ b/ppsspp-1.10.3~git20210131.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88143845c4fa47e02ab6d41e2b4667e6d61c9fc34c60e5a0ac00093d2f296a3 +size 215413916 diff --git a/ppsspp.changes b/ppsspp.changes index 9713929..c5e8e41 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 31 14:59:15 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.10.3~git20210131: + * Ge: Restore saved context when ending a list. + * Ge: Improve some logging and memchecks. + * Mpeg:Only allow firmware >= 6 for warmup + * Vulkan: Fix image layout issues after compute shader uploads. + * Io: Consistently use LE values of ISO entries. + * Only force the log level if it set via an argv + * jit: Be very clear on sign extension. + * Core: Correct branch analysis truncation. + * Fix Apple gpu detection + * Attempt to fix #14022 + * Fix logging flags + * x64Emitter: Fix unaligned store UBSAN errors + * Fix left shift of negative value in MIPSCodeUtils + * Minimize the Adreno shader compiler bug repro test + * Fix connection issue on Dynasty Warriors (Shin Sangoku Musou) games when playing with more than 2 players. + * jit: Make branch shift more obvious. + * Fix alignment issues in ISOFileSystem + * Fix Russian characters ltn8~15.pgf + * CMake: Fix UBSAN link error + * CMake: Rename USE_ADDRESS_SANITIZER to USE_ASAN + * CMake: Add USE_UBSAN + * Try to build fix on non-windows + * Mpeg:Only allow firmware >= 3 for warmup + * (.gitlab-ci.yml) Add windows-x64 target + * FindFFmpeg: Fix a few issues + * gitlab ci change requested by m4xw + * Fix Greek characters ltn0~7.pgf + * Specify MaxScale=2 for the new MMPX texture scaling shader + * Vulkan: Allow tex shaders to specify a max scale. + * Vulkan: Add MMPX upscaling texture shader. + * Remove duplicates from ThreadManForKernel + * Mp3: Correct logging for init. + * Updated GameMode initial data sync, in case remote players aren't listening yet when sending initial data (fix Pocket Pool) + * Mp3: Always keep sample rate from original mp3. + * Add back XCode TARGETED_DEVICE_FAMILY config line + * Mp3: Allow decode without pcm pointer. + * Mp3: Correct error handling for newer sdk versions. + * GLES: Remove direct khrplatform.h header include. + * Add header information + * sceMp3Init:Add layerBits and versionBits information + * Don't allow ForcedFirstConnect hack when using PtpConnect within PtpOpen to prevent returning result from blocking PtpConnect instead of result of PtpOpen. + * Reporting: Expose CRC queue methods for other uses. + * D3D9: Don't allow separate alpha clears. + * GPU: Respect stencil write mask for 5551 buffers. + * GE: Better naming of render passes for color reinterpret + * Io: Don't allow async close while async busy. + * Fix duplicate shader version in the flat shader test + * OpenGL fragment shader gen: Fix precision inconsistency for v_color0/1. + ------------------------------------------------------------------- Sun Jan 24 14:20:20 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 67249fc..aa40854 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.10.3~git20210124 +Version: 1.10.3~git20210131 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 3c97433d77bb65134831f51a0fc89fe800c2375977dcc5fa0b4d8b5b41e9de7c Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Tue, 2 Feb 2021 11:20:24 +0000 Subject: [PATCH 2/7] Update on 2021-02-02 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=273 --- _servicedata | 2 +- ppsspp-1.10.3~git20210131.tar.xz | 3 --- ppsspp-1.10.3~git20210201.tar.xz | 3 +++ ppsspp.changes | 16 ++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.10.3~git20210131.tar.xz create mode 100644 ppsspp-1.10.3~git20210201.tar.xz diff --git a/_servicedata b/_servicedata index 9b11df6..2753212 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - ce2e47f3532a1a6fbae050739d883baa0808296e \ No newline at end of file + a51036ffaf98d89297e4b444f2b41e1e623ee085 \ No newline at end of file diff --git a/ppsspp-1.10.3~git20210131.tar.xz b/ppsspp-1.10.3~git20210131.tar.xz deleted file mode 100644 index 47c3e36..0000000 --- a/ppsspp-1.10.3~git20210131.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a88143845c4fa47e02ab6d41e2b4667e6d61c9fc34c60e5a0ac00093d2f296a3 -size 215413916 diff --git a/ppsspp-1.10.3~git20210201.tar.xz b/ppsspp-1.10.3~git20210201.tar.xz new file mode 100644 index 0000000..801e405 --- /dev/null +++ b/ppsspp-1.10.3~git20210201.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7855ec3d196506608075691f3d116aac90b1947c298273128fdfe95b75f000 +size 215443784 diff --git a/ppsspp.changes b/ppsspp.changes index c5e8e41..66e6395 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Feb 02 11:13:54 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.10.3~git20210201: + * Updated PdpStat and PtpStat + * vertexjit: Only save extra regs on x64. + * Core: Assert debug stats remain positive. + * vertexjit: Correct saved registers on x64. + * Core: Maintain frame dump disc ID in SFO. + * Loaders: Prevent errors on 0 byte reads. + * Have the flat shading workaround obey the driver workarounds checkbox + * Fix minor rendering glitch in PPSSPP's menus on iOS + * Add checkbox to enable/disable driver bug workarounds. + * Add a new command in developer tools to list and load framedumps from framedump.ppsspp.org/repro/ + * Framedump test screen. Downloads a list of framedumps. + ------------------------------------------------------------------- Sun Jan 31 14:59:15 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index aa40854..93dd2dc 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.10.3~git20210131 +Version: 1.10.3~git20210201 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From e2c3aaa1db3c237de1b693ef522e8e8a5a35bf5feb0db2260c41845c7944d6de Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sun, 7 Feb 2021 00:50:57 +0000 Subject: [PATCH 3/7] Update on 2021-02-07 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=274 --- _servicedata | 2 +- ppsspp-1.10.3~git20210201.tar.xz | 3 --- ppsspp-1.10.3~git20210205.tar.xz | 3 +++ ppsspp.changes | 12 ++++++++++++ ppsspp.spec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.10.3~git20210201.tar.xz create mode 100644 ppsspp-1.10.3~git20210205.tar.xz diff --git a/_servicedata b/_servicedata index 2753212..60ae83c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - a51036ffaf98d89297e4b444f2b41e1e623ee085 \ No newline at end of file + 5babc1af2c72a369f68dcfed62d3ea7df5e794a2 \ No newline at end of file diff --git a/ppsspp-1.10.3~git20210201.tar.xz b/ppsspp-1.10.3~git20210201.tar.xz deleted file mode 100644 index 801e405..0000000 --- a/ppsspp-1.10.3~git20210201.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7855ec3d196506608075691f3d116aac90b1947c298273128fdfe95b75f000 -size 215443784 diff --git a/ppsspp-1.10.3~git20210205.tar.xz b/ppsspp-1.10.3~git20210205.tar.xz new file mode 100644 index 0000000..a7a7f46 --- /dev/null +++ b/ppsspp-1.10.3~git20210205.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4add615eb5d31cf96a32f6e2be05aadcef23c7ea943fcb1b75e4f0fd6a67d885 +size 215443920 diff --git a/ppsspp.changes b/ppsspp.changes index 66e6395..d7152e6 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Feb 07 00:39:08 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.10.3~git20210205: + * Windows: Prevent crash on null symbol map. + * Core: Reset state properly on CPU init failure. + * Make a couple of UI animations refresh rate independent + * UI: Correct developer tools test run. + * Updated PdpStat to prevent rcv_sb_cc from exceeding the buffer size arg (since we use larger buffer size to prevent micro stutters or disconnection issue due to too many dropped packets with small buffer size). TODO: May need to improve it to be able to calculate the correct size if there are multiple datagram messages + * Fix possible lock issue during AdhocMatchingStart + * (.gitlab-ci.yml) Add linux-i686 and windows-i686 targets (+ prevent creation of 'null' file when building Windows libretro cores) + ------------------------------------------------------------------- Tue Feb 02 11:13:54 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 93dd2dc..8dfc2ee 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.10.3~git20210201 +Version: 1.10.3~git20210205 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From d5239d467ff1454d586f459c8c256b3d5f0dcb47f196149ab78622863f91f73b Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Mon, 8 Feb 2021 01:06:28 +0000 Subject: [PATCH 4/7] Update on 2021-02-08 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=275 --- _servicedata | 2 +- ppsspp-1.10.3~git20210205.tar.xz | 3 --- ppsspp-1.11~git20210207.tar.xz | 3 +++ ppsspp.changes | 25 +++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.10.3~git20210205.tar.xz create mode 100644 ppsspp-1.11~git20210207.tar.xz diff --git a/_servicedata b/_servicedata index 60ae83c..fa5d977 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 5babc1af2c72a369f68dcfed62d3ea7df5e794a2 \ No newline at end of file + 76a568a4d37539fc13f6f90da9f22ed62a9bdc6a \ No newline at end of file diff --git a/ppsspp-1.10.3~git20210205.tar.xz b/ppsspp-1.10.3~git20210205.tar.xz deleted file mode 100644 index a7a7f46..0000000 --- a/ppsspp-1.10.3~git20210205.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4add615eb5d31cf96a32f6e2be05aadcef23c7ea943fcb1b75e4f0fd6a67d885 -size 215443920 diff --git a/ppsspp-1.11~git20210207.tar.xz b/ppsspp-1.11~git20210207.tar.xz new file mode 100644 index 0000000..98c4a82 --- /dev/null +++ b/ppsspp-1.11~git20210207.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f777d228c68c10e69e9851b3b1adbc58c64b662c56f50fc0e13acc729f3bf2 +size 215252348 diff --git a/ppsspp.changes b/ppsspp.changes index d7152e6..502e0e7 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Feb 08 00:59:28 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.11~git20210207: + * Update version to 1.11 + * Do the title screen animation by accumulator instead, to avoid a long first frame breaking it. + * Update lang,pspautotests submodules + * Run the link script, fixups + * Run the link script + * Removing hleDelayResult from internal adhoc functions to prevent waking up thread that supposed to be blocked by the outer HLE. + * Updated some Logs to help finding the location of the call to debug. + * PPGe: Clear text allocations on shutdown. + * PPGe: Fallback to atlas text on alloc fail. + * Debugger: Populate funcs if disassembly open early. + * Fix jpn0.pgf characters position. + * Fix possible race condition issue. + * Moving hleDelayResult from internal function of SetSocketAlert to prevent waking up HLE-blocked thread + * Minor renaming + * We don't really need to allocate a buffer when using MSG_TRUNC on recvfrom + * More stuff in README.md + * More from unknown and sum2012 + * List fixed games. Thanks sum2012 + * Address initial feedback by iota97 + * Update README.md for 1.11 + ------------------------------------------------------------------- Sun Feb 07 00:39:08 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 8dfc2ee..9be49be 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.10.3~git20210205 +Version: 1.11~git20210207 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From bd4761be3502a52fda0d32997ada7cbcec0bfe6e1ed6c91461539ddd8c89e5ce Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Thu, 11 Feb 2021 22:15:20 +0000 Subject: [PATCH 5/7] Update on 2021-02-11 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=276 --- _servicedata | 2 +- ppsspp-1.11.1~git20210211.tar.xz | 3 +++ ppsspp-1.11~git20210207.tar.xz | 3 --- ppsspp.changes | 25 +++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 ppsspp-1.11.1~git20210211.tar.xz delete mode 100644 ppsspp-1.11~git20210207.tar.xz diff --git a/_servicedata b/_servicedata index fa5d977..96df9bc 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 76a568a4d37539fc13f6f90da9f22ed62a9bdc6a \ No newline at end of file + d1c4b86e0a5cfa0880ed97f4a08ee2fa2fb01944 \ No newline at end of file diff --git a/ppsspp-1.11.1~git20210211.tar.xz b/ppsspp-1.11.1~git20210211.tar.xz new file mode 100644 index 0000000..cca1f85 --- /dev/null +++ b/ppsspp-1.11.1~git20210211.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd104f8d3394aaf60e5492e92b847a5672bf55dab1512887fe4091b89b6ea38 +size 215245268 diff --git a/ppsspp-1.11~git20210207.tar.xz b/ppsspp-1.11~git20210207.tar.xz deleted file mode 100644 index 98c4a82..0000000 --- a/ppsspp-1.11~git20210207.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23f777d228c68c10e69e9851b3b1adbc58c64b662c56f50fc0e13acc729f3bf2 -size 215252348 diff --git a/ppsspp.changes b/ppsspp.changes index 502e0e7..6ee5e74 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Feb 11 22:08:36 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.11.1~git20210211: + * Update version to 1.11.1 + * Slight simplification in LogoScreen + * Update README.md for 1.11.1 + * Fix lobby issue on The Warriors, probably also fix similar issue on other games too. + * Update zh_CN and zh_TW + * Windows recvfrom doesn't support MSG_TRUNC, so we're using dummy buffer with max size as alternative for peeking actual size of the next pending message. + * Fix frozen (0 FPS) issue on Kao Challengers and Asterix & Obelix XX (probably also fix other games from the same developer with similar issue) https://github.com/hrydgard/ppsspp/issues/14103 + * Assorted paranoid cleanups, inspired by #14082 + * Remove a completely unnecessary check in BackgroundAudio.cpp that caused glitching at 44.1khz. + * Update lang submodule (it_IT updates) + * SaveState: Prevent crash on bad cookie marker. + * Rename the new warmup variable from #14091 + * Only allow sceMpegGetAvcAu warmup for God Eater Series + * Remove now-redundant check + * GL: Call CreateDeviceObjects *after* updating render_. + * Buildfix + * Cause the correct type of exception. Never ignore EXEC_ADDR exceptions. + * Handle exec addr errors better - don't let IgnoreBadMemoryAccesses skip dispatcher exceptions. + * Add more games to ReportSmallMemStick + * PPGe: Decimate text images properly. + ------------------------------------------------------------------- Mon Feb 08 00:59:28 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 9be49be..db0613e 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.11~git20210207 +Version: 1.11.1~git20210211 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 8caafd53b33b807de5bcd784b358780244da9e76e476691cbedb7aa12ba46762 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sun, 14 Feb 2021 11:12:42 +0000 Subject: [PATCH 6/7] Update on 2021-02-14 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=277 --- _servicedata | 2 +- ppsspp-1.11.1~git20210211.tar.xz | 3 --- ppsspp-1.11.2~git20210214.tar.xz | 3 +++ ppsspp.changes | 17 +++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.11.1~git20210211.tar.xz create mode 100644 ppsspp-1.11.2~git20210214.tar.xz diff --git a/_servicedata b/_servicedata index 96df9bc..439585e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - d1c4b86e0a5cfa0880ed97f4a08ee2fa2fb01944 \ No newline at end of file + acd496b6c2e9340bf56faf0811863e0aa045107c \ No newline at end of file diff --git a/ppsspp-1.11.1~git20210211.tar.xz b/ppsspp-1.11.1~git20210211.tar.xz deleted file mode 100644 index cca1f85..0000000 --- a/ppsspp-1.11.1~git20210211.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffd104f8d3394aaf60e5492e92b847a5672bf55dab1512887fe4091b89b6ea38 -size 215245268 diff --git a/ppsspp-1.11.2~git20210214.tar.xz b/ppsspp-1.11.2~git20210214.tar.xz new file mode 100644 index 0000000..61b245e --- /dev/null +++ b/ppsspp-1.11.2~git20210214.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44bd6393815a23a0deb14533f673b9baf863964ebd8d3a5a4eb2e517e22c047 +size 215281076 diff --git a/ppsspp.changes b/ppsspp.changes index 6ee5e74..00b5bae 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Feb 14 11:06:11 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.11.2~git20210214: + * Update version to 1.11.2 + * compat.ini: GachiTora requires block transfer + * Android: Ensure shutdown waits for render. + * Build: Cache Qt during Actions run. + * Build: Allow on actions test branch. + * Don't assert on invalid format in CwCheat. + * Io: Truncate reads/writes to valid memory. + * Update lang submodule + * Add some checks trying to prevent creation of 0 sized textures. + * GPU: Force reinterpret off without copy image. + * Revert (partially) "compat.ini: Add Split/Second to [ReinterpretFramebuffers]. See #13957" + * Some GLSL compilers are very particular about the sign of shift operands.. + ------------------------------------------------------------------- Thu Feb 11 22:08:36 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index db0613e..3bf1a09 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.11.1~git20210211 +Version: 1.11.2~git20210214 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 60b65ed0a60c35a8b379c4fe561a3776d9d24b4e1adbc61d3a11c703ae4574ee Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Mon, 15 Feb 2021 16:52:49 +0000 Subject: [PATCH 7/7] Update on 2021-02-15 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=278 --- _servicedata | 2 +- ppsspp-1.11.2~git20210214.tar.xz | 3 --- ppsspp-1.11.2~git20210215.tar.xz | 3 +++ ppsspp.changes | 41 ++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 46 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.11.2~git20210214.tar.xz create mode 100644 ppsspp-1.11.2~git20210215.tar.xz diff --git a/_servicedata b/_servicedata index 439585e..5341258 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - acd496b6c2e9340bf56faf0811863e0aa045107c \ No newline at end of file + 5ed5947804f957d7e5a7d1f1f34619bc303ccaa0 \ No newline at end of file diff --git a/ppsspp-1.11.2~git20210214.tar.xz b/ppsspp-1.11.2~git20210214.tar.xz deleted file mode 100644 index 61b245e..0000000 --- a/ppsspp-1.11.2~git20210214.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c44bd6393815a23a0deb14533f673b9baf863964ebd8d3a5a4eb2e517e22c047 -size 215281076 diff --git a/ppsspp-1.11.2~git20210215.tar.xz b/ppsspp-1.11.2~git20210215.tar.xz new file mode 100644 index 0000000..fa61fad --- /dev/null +++ b/ppsspp-1.11.2~git20210215.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85d1f139180aa8fc28717fe1c1fd3720df17f87d4c56bd0b9594f9a262881fd +size 215502056 diff --git a/ppsspp.changes b/ppsspp.changes index 00b5bae..83a1522 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Feb 15 16:46:24 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.11.2~git20210215: + * Headless: Add test paths for CMake on Windows. + * CMake: Correct headless build on Windows. + * CMake: Correct build on Windows. + * Update gradle. Enable automatic debug symbol upload for release builds. + * libretro: Remove "Unsafe FuncReplacements" option. See #12322 + * Fix many symbols on jpn0.pgf. + * Windows: Fix some const type conversion warnings. + * Windows: Make InputDevice destructor virtual. + * GPU: Fix a type comparison warning. + * Windows: Use CommonWindows more consistently. + * Windows: Fix some format warnings. + * Windows: Add some missing override specifiers. + * Common: Include unistd.h before ctime on mingw. + * Common: Fix AVX check on mingw/lower targets. + * Build: Use ws2_32 and iphlpapi names directly. + * Windows: Fix improper case or missing includes. + * Debugger: Invalidate when using memory APIs. + * Debugger: Option to skip mem hacks in memory dump. + * mipsjit: Fix basic compilation. + * Jit: Fix compilation of FakeJit. + * Savedata: Show save icons with proper aspect ratio. + * Savedata: Show corrupted data more clearly. + * PPGe: Decimate early if kernel alloc fails. + * GPU: Force texture invalidation for ZHP minimap. + * Sas: Minor clenaup. + * CoreTiming: Ensure we never idle into the past. + * Common: Maintain C++11 support in sign extend. + * Common: Sign extend w/func not chained casts. + * Vertex cache minihash: Round up the starting address to a multiple of 4. + * jpge.cpp: Remove malloc.h include + * Update ext/jpge + * Dialog: Simulate volatile memory lock behavior. + * Dialog: Manage status only through accessors. + * Power: expose volatile memory lock/unlock funcs. + * HLE: Hook Worms text render copy func. + * Vulkan: Remove #10097 hack for newer AMD drivers. + ------------------------------------------------------------------- Sun Feb 14 11:06:11 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 3bf1a09..4601a1a 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.11.2~git20210214 +Version: 1.11.2~git20210215 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later