From f21946392a8e062c8bae58e0e7f95ef4fd1c6f40ccd6807bb45c1c6652e6fdcc Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Wed, 27 Feb 2019 15:50:11 +0000 Subject: [PATCH] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=181 --- _servicedata | 2 +- ppsspp-1.7.5~git20190223.tar.xz | 3 --- ppsspp-1.7.5~git20190227.tar.xz | 3 +++ ppsspp.changes | 23 +++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.7.5~git20190223.tar.xz create mode 100644 ppsspp-1.7.5~git20190227.tar.xz diff --git a/_servicedata b/_servicedata index 7be72ea..a61ccdd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 6c9ee0ea59506713271b6829aca0e45806bfe6a4 \ No newline at end of file + bd71af24db441d8a64b86af15034cf97bcf2204b \ No newline at end of file diff --git a/ppsspp-1.7.5~git20190223.tar.xz b/ppsspp-1.7.5~git20190223.tar.xz deleted file mode 100644 index 9465158..0000000 --- a/ppsspp-1.7.5~git20190223.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27eeeeee16371a6e8ca893873f79b7756e48fbc8e6ce4439f187fdec2630d4fe -size 171251636 diff --git a/ppsspp-1.7.5~git20190227.tar.xz b/ppsspp-1.7.5~git20190227.tar.xz new file mode 100644 index 0000000..4caa240 --- /dev/null +++ b/ppsspp-1.7.5~git20190227.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e2f8b6c4f99398ea5c3f9cd9d90e69d9f0b242fc6a473d3840c8addc5b4d75 +size 171249544 diff --git a/ppsspp.changes b/ppsspp.changes index c76d8a3..f73384e 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Feb 27 15:23:38 UTC 2019 - pousaduarte@gmail.com + +- Update to version 1.7.5~git20190227: + * Fix some minor things found looking at Valgrind output + * Add missing line to SDL EGL init (no way this path could have worked anywhere?) + * EGL errors should cause us to bail. Also downweight alpha in the EGL config chooser. See #11839 + * Silence a compiler warning, fix an uninitialized variable + * Disable vertex range culling when the depthrange hack is enabled. Temporary workaround for #11576. + * Ignore DisableAccurateDepth on Adreno as well. Fixes #11557 + * Disable more texcoord math on terrible-precision PowerVR (it's really awful). Fixes #9189. + * EGL: Avoid HDR mode. Uses unknownbrackets' changes from #11839. + * Better place for CloseHandle + * Found the handle leak! Doh. + * Avoid trying to create a FileLoader for empty filenames + * Rename the lag sync config ini setting to reset it for all users. See #10195. + * Back out wrong change. Leaving better error handling for later. + * VulkanImage: Fix issue where we'd try to free dedicated allocations from the allocator_ instead of Vulkan directly. + * interp: Implement vsbz and vlgb. + * Jit: Correct VFPU prefix eating flags. + * interp: Correctly handle vsocp prefixes. + * Jit: Correct vocp prefix handling. + ------------------------------------------------------------------- Sat Feb 23 19:23:23 UTC 2019 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 144a16d..3680f66 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.7.5~git20190223 +Version: 1.7.5~git20190227 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0+