From 1e75de19619bfe8cf5f44427ce979e343c9efcbfbc0da152a0afe390e4a8d6ed Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Wed, 16 Oct 2019 19:15:08 +0000 Subject: [PATCH] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=219 --- _servicedata | 2 +- ppsspp-1.9.3~git20191008.tar.xz | 3 --- ppsspp-1.9.3~git20191015.tar.xz | 3 +++ ppsspp.changes | 16 ++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20191008.tar.xz create mode 100644 ppsspp-1.9.3~git20191015.tar.xz diff --git a/_servicedata b/_servicedata index 35ec366..955c4c2 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 0b17dd04e6f2be7c7d8d317aa718ee8b1d35c06a \ No newline at end of file + e3971dccbde395fb6d990dd3b3be66f65326325d \ No newline at end of file diff --git a/ppsspp-1.9.3~git20191008.tar.xz b/ppsspp-1.9.3~git20191008.tar.xz deleted file mode 100644 index 0296c82..0000000 --- a/ppsspp-1.9.3~git20191008.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9523a5496fc808b42c3f4cc202db78b98c3880574220e011d500c888887fee47 -size 194804456 diff --git a/ppsspp-1.9.3~git20191015.tar.xz b/ppsspp-1.9.3~git20191015.tar.xz new file mode 100644 index 0000000..6ecbd25 --- /dev/null +++ b/ppsspp-1.9.3~git20191015.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d54d37b8eefce4ccb1f552f465d0f00db69dc0359803df05e72df3e3e844406 +size 194762800 diff --git a/ppsspp.changes b/ppsspp.changes index 81501f9..487e1ea 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Oct 16 18:16:47 UTC 2019 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20191015: + * Fix fork logic + * Replace horrible hack with less horrible hack + * Fix name collision on iOS build + * Move the viewport clamping back to rendermanager to avoid a struct copy in the common case. + * Fix misplaced break + * Vulkan: Move viewport/scissor rotation to the QueueRunner instead of RenderManager. Add some checks. + * Vulkan blend factor: Bugfix and minor optimization + * Update last commit to use IsValidRange instead of IsValidAddress. + * Code analysis: Skip invalid code sections. May help #12414. + * UI: Better way of showing game/savedata images. Fixes #12408 + * WASAPI: Discovered by chance that pwstrDeviceId can be null. Treating it as a new device. + ------------------------------------------------------------------- Wed Oct 09 20:56:30 UTC 2019 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 7bb5ab0..ef9f4cb 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20191008 +Version: 1.9.3~git20191015 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0+