Accepting request 534093 from home:xenonpk

- Update to version 1.4.2~git20171015:
  * Windows: Fix over/under write for multibyte chars.
  * Savedata: Handle disk full properly in GETSIZE.
  * Gamedata: Fix savestates for data install.
  * OSK: Limit allowed keyboards based on input mask.
- Update to version 1.4.2~git20171011:
  * UWP buildfix. See comments in #9575
- Update to version 1.4.2~git20171009:
  * Extra safety when switching GPU backends, fix possible Vulkan shutdown issue. Should help #10005
- Update to version 1.4.2~git20171004:
  * Added default control pad mapping for control pads not found in SDL's game controller database file.
  * Fix savestates from before 1.4.2-420. Fixes #9998. Unfortunately this also breaks states between 420 and 468, so please save normally before upgrading if you were using one of those.
  * Add ini-only "Savedata Upgrade" setting.
- Update to version 1.4.2~git20171002:
  * Add additional button defines.
  * Finish making extra psp keys mappable.
  * Remove unnecessary ifdef. Thanks Bracket-. See #9548 comments.
  * Oops, forgot this one.
  * Fix typo causing Y axis in joystick tester not to be mirrored correctly if backwards. Should fix #9300
  * Add Horipad One config.
  * gamecontrollerdb.txt: Add 8Bitdo NES30 Pro mappings for Linux
  * Reorder SDL init a bit, allowing us to read the fullscreen option early enough to fix #9086
  * Vulkan: If there are no GPUs available, fail properly instead of asserting.
- Update to version 1.4.2~git20170928:
  * Fix the build on the buildbot by avoiding fancy new Java features. Fixes #9979
  * Don't default to coldbird adhoc server, it doesn't run anymore (?)
- Update to version 1.4.2~git20170923:
  * GLES: Add OpenGL 3.x core profile support.
  * GLSL: Set extension flags for elided core exts.
  * GLES: Android buildfix.
  * GLES: Allow hwtess for GL 3.1 w/o shader4.
  * Update lang submodule
- Update to version 1.4.2~git20170921:
  * Headless: Add support for SDL.
  * GPU: Reset shader state on shader reset.
  * Headless: Reduce some duplication.
  * Headless: Oops, call SDL_Init().

OBS-URL: https://build.opensuse.org/request/show/534093
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=17
This commit is contained in:
Marcus Meissner 2017-10-19 09:34:43 +00:00 committed by Git OBS Bridge
parent 38227fa7bf
commit b1ea7788af
5 changed files with 74 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
<param name="changesrevision">5b75d2af20fd6d194ae2aa834f9c00140f9dbebf</param></service></servicedata>
<param name="changesrevision">ae9393cb2259b5840e82a0f19926e82afac73c9e</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e81c8af83d79f34b861eb3a530167a4cddfd62c4ec12561e269f06f3fcbdf53c
size 161895740

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ac64b9d0d3c04a22436d2755cfa10bfc18d92e94132fa143a5fd38a7933f096
size 161873172

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Sun Oct 15 11:11:45 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20171015:
* Windows: Fix over/under write for multibyte chars.
* Savedata: Handle disk full properly in GETSIZE.
* Gamedata: Fix savestates for data install.
* OSK: Limit allowed keyboards based on input mask.
-------------------------------------------------------------------
Thu Oct 12 16:54:16 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20171011:
* UWP buildfix. See comments in #9575
-------------------------------------------------------------------
Mon Oct 09 13:26:00 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20171009:
* Extra safety when switching GPU backends, fix possible Vulkan shutdown issue. Should help #10005
-------------------------------------------------------------------
Fri Oct 06 13:55:05 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20171004:
* Added default control pad mapping for control pads not found in SDL's game controller database file.
* Fix savestates from before 1.4.2-420. Fixes #9998. Unfortunately this also breaks states between 420 and 468, so please save normally before upgrading if you were using one of those.
* Add ini-only "Savedata Upgrade" setting.
-------------------------------------------------------------------
Mon Oct 02 15:35:55 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20171002:
* Add additional button defines.
* Finish making extra psp keys mappable.
* Remove unnecessary ifdef. Thanks Bracket-. See #9548 comments.
* Oops, forgot this one.
* Fix typo causing Y axis in joystick tester not to be mirrored correctly if backwards. Should fix #9300
* Add Horipad One config.
* gamecontrollerdb.txt: Add 8Bitdo NES30 Pro mappings for Linux
* Reorder SDL init a bit, allowing us to read the fullscreen option early enough to fix #9086
* Vulkan: If there are no GPUs available, fail properly instead of asserting.
-------------------------------------------------------------------
Thu Sep 28 12:06:47 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20170928:
* Fix the build on the buildbot by avoiding fancy new Java features. Fixes #9979
* Don't default to coldbird adhoc server, it doesn't run anymore (?)
-------------------------------------------------------------------
Mon Sep 25 13:59:21 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20170923:
* GLES: Add OpenGL 3.x core profile support.
* GLSL: Set extension flags for elided core exts.
* GLES: Android buildfix.
* GLES: Allow hwtess for GL 3.1 w/o shader4.
* Update lang submodule
-------------------------------------------------------------------
Fri Sep 22 12:54:22 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.2~git20170921:
* Headless: Add support for SDL.
* GPU: Reset shader state on shader reset.
* Headless: Reduce some duplication.
* Headless: Oops, call SDL_Init().
-------------------------------------------------------------------
Fri Sep 15 18:49:23 UTC 2017 - pousaduarte@gmail.com

View File

@ -17,7 +17,7 @@
Name: ppsspp
Version: 1.4.2~git20170914
Version: 1.4.2~git20171015
Release: 0
Summary: PlayStation Portable Emulator
License: GPL-2.0+