Accepting request 490169 from home:xenonpk
Fix versioning OBS-URL: https://build.opensuse.org/request/show/490169 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=5
This commit is contained in:
parent
ae1d689016
commit
99dcb5ccca
16
_service
16
_service
@ -3,9 +3,21 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="filename">ppsspp</param>
|
||||
<param name="versionprefix">1.4</param>
|
||||
<param name="versionformat">0~git%cd</param>
|
||||
<param name="versionformat">@PARENT_TAG@.0~git%cd</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="exclude">ffmpeg</param>
|
||||
<param name="exclude">dx9sdk</param>
|
||||
<param name="exclude">UWP</param>
|
||||
<param name="exclude">Windows</param>
|
||||
<param name="exclude">*.cmd</param>
|
||||
<param name="exclude">*.dll</param>
|
||||
<param name="exclude">*.vcxproj</param>
|
||||
<param name="exclude">*.vcxproj.user</param>
|
||||
<param name="exclude">*.vcxproj.filters</param>
|
||||
<param name="exclude">*.yml</param>
|
||||
<param name="exclude">*.props</param>
|
||||
<param name="exclude">*.sln</param>
|
||||
</service>
|
||||
<service name="recompress" mode="localonly">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">372cbaac159bd7c85f3b537c318b983860e96a7c</param></service></servicedata>
|
||||
<param name="changesrevision">1a58629cfb4fe457f1a7366173310bb8cf3ecbc8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98c3281b878e9b648dd34a829eb96b5d2d32877bbfa0058e60e47a7d1f6408c7
|
||||
size 173067196
|
3
ppsspp-1.4.0~git20170423.tar.xz
Normal file
3
ppsspp-1.4.0~git20170423.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a264b215e761be891ff09dd9309c56f89e4f7713ef7e69dd96be80126b54dc0
|
||||
size 22644188
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 07:47:39 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4.0~git20170423:
|
||||
* Headless: Fix DirectX11 support on Windows.
|
||||
* Headless: Enable mipmaps.
|
||||
* GPU: Correct const mip 0 detection.
|
||||
* D3D11: Approximate AUTO/CONST mip bias.
|
||||
* D3D9: Disable mips when mip filtering disabled.
|
||||
* D3D9: Support AUTO mip bias and approximate CONST.
|
||||
* Vulkan: NULL initialize some handles.
|
||||
* GLES: Support AUTO and CONST mip bias.
|
||||
* SoftGPU: Use texture bufw in bytes.
|
||||
* SoftGPU: Rasterize triangles in chunks of 4 pixels.
|
||||
* SoftGPU: Interpolate through texturing better.
|
||||
* GLES: Avoid MIN/MAX LOD without LOD control flag.
|
||||
* SoftGPU: Grab 4 S/T coords in non-through too.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 08:14:57 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4~git20170421:
|
||||
* Windows: Fix buffer overflow on load.
|
||||
* Headless: Fix graphics tests.
|
||||
* IR: Cleanup some invalid ops.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 08:37:28 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4.0~git20170418:
|
||||
* UI: Proxy devmenu keypress through an event.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 18:59:15 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4.0~git20170417:
|
||||
* Linux: add another PS3 controller GUID
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 14:37:36 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4.0~git20170416:
|
||||
* Vulkan: Detect swapchain init failure.
|
||||
* Add a restarting flag to NativeInit/NativeShutdown.
|
||||
* Windows: Avoid restarting completely on GPU change.
|
||||
* Core: Remove bRestartRequired config hack.
|
||||
* EditorConfig: Workaround MSVC2017 bug.
|
||||
* SoftGPU: Correct negative coord handling.
|
||||
* SoftGPU: Fix crash on matrix load.
|
||||
* SoftGPU: Force render res to 1x.
|
||||
* SoftGPU: Use common spline/bezier rendering.
|
||||
* SoftGPU: Fix indices starting after 0.
|
||||
* SoftGPU: Simplify index conversion.
|
||||
* SoftGPU: Remove old spline handling code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 15 17:09:51 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4.0~git20170415:
|
||||
* Remove unused parameter to DestroyAllFBOs().
|
||||
* Destroy FBOs only on actual resize.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 15 00:47:52 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.4.0~git20170414
|
||||
Version: 1.4.0~git20170423
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user