From ae1d689016cc3fdf8d2ff1a23e6fe067f8ffadc2fe79031a48c94303fd4a3199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Sat, 15 Apr 2017 09:56:54 +0000 Subject: [PATCH] Accepting request 488047 from home:xenonpk Source Update OBS-URL: https://build.opensuse.org/request/show/488047 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=4 --- _servicedata | 2 +- ppsspp-1.4.0~git20170412.tar.xz | 3 --- ppsspp-1.4.0~git20170414.tar.xz | 3 +++ ppsspp.changes | 13 +++++++++++++ ppsspp.spec | 16 +++------------- 5 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 ppsspp-1.4.0~git20170412.tar.xz create mode 100644 ppsspp-1.4.0~git20170414.tar.xz diff --git a/_servicedata b/_servicedata index 2b8f334..777cb10 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 0cb4344da1ab5f644589e1c987cfd93a86558c8f \ No newline at end of file + 372cbaac159bd7c85f3b537c318b983860e96a7c \ No newline at end of file diff --git a/ppsspp-1.4.0~git20170412.tar.xz b/ppsspp-1.4.0~git20170412.tar.xz deleted file mode 100644 index 8de3950..0000000 --- a/ppsspp-1.4.0~git20170412.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:251e04f21fcbf30248dc2a93641fca0115e2d3ae5313890853b916e8b7878e22 -size 173067988 diff --git a/ppsspp-1.4.0~git20170414.tar.xz b/ppsspp-1.4.0~git20170414.tar.xz new file mode 100644 index 0000000..2926a0d --- /dev/null +++ b/ppsspp-1.4.0~git20170414.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c3281b878e9b648dd34a829eb96b5d2d32877bbfa0058e60e47a7d1f6408c7 +size 173067196 diff --git a/ppsspp.changes b/ppsspp.changes index 3be519c..db65e45 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Apr 15 00:47:52 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4.0~git20170414: + * Disable pause button when not using touch. Remove per-game status from some settings which shouldn't be per-game. + +------------------------------------------------------------------- +Thu Apr 13 08:54:57 UTC 2017 - pousaduarte@gmail.com + +- Update to version 1.4.0~git20170413: + * Update lang submodule + * UI: Respect the pause button display setting. + ------------------------------------------------------------------- Wed Apr 12 10:01:26 UTC 2017 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 5efa4bd..b7eb4b4 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.4.0~git20170412 +Version: 1.4.0~git20170414 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0+ @@ -38,10 +38,6 @@ BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(libpng) -%if 0%{?sle_version} != 120100 -BuildRequires: vulkan-devel -%endif - #Qt deps: BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5OpenGL) @@ -97,10 +93,7 @@ const char *PPSSPP_GIT_VERSION = \"%{version}\"; -DUSE_FFMPEG="ON" \ -DUSE_SYSTEM_FFMPEG="ON" \ -DUSING_QT_UI="ON" \ - -DGOLD="ON" \ - %if 0%{?sle_version} != 120100 - -DNO_VULKAN="OFF" - %endif + -DGOLD="ON" %make_jobs @@ -110,10 +103,7 @@ cd .. %cmake .. \ -DUSE_FFMPEG="ON" \ -DUSE_SYSTEM_FFMPEG="ON" \ - -DGOLD="ON" \ - %if 0%{?sle_version} != 120100 - -DNO_VULKAN="OFF" - %endif + -DGOLD="ON" %make_jobs