Hello community,

here is the log from the commit of package Play for openSUSE:Factory checked in 
at 2020-10-07 14:18:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Play (Old)
 and      /work/SRC/openSUSE:Factory/.Play.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Play"

Wed Oct  7 14:18:08 2020 rev:7 rq:839878 version:0~git20201003

Changes:
--------
--- /work/SRC/openSUSE:Factory/Play/Play.changes        2020-09-03 
01:16:34.120523826 +0200
+++ /work/SRC/openSUSE:Factory/.Play.new.4249/Play.changes      2020-10-07 
14:18:15.589474872 +0200
@@ -1,0 +2,72 @@
+Tue Oct  6 14:32:33 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Fix build on aarch64 with openGL ES:
+  * fix-aarch64.patch
+
+-------------------------------------------------------------------
+Tue Oct 06 13:17:46 UTC 2020 - guillaume.gar...@opensuse.org
+
+- Update to version 0~git20201003:
+  * Allow getting block providers from OpticalMedia.
+  * Fix memory leak that can happen when failing to create an optical media.
+  * Disable dual layer detection when getting disc id.
+  * Remove dead code.
+  * Fetch all tags in Travis.
+  * Add missing blending formulae in D3D9.
+  * Add missing blending formulae in OGL.
+  * Save/load module states in a nicer manner.
+  * Fix find predicate.
+  * Save/Load Timrman state.
+  * Add SaveState and LoadState in Module interface.
+  * Keep track of allocated timers.
+  * Enable textures on lines.
+  * Remove useless assert.
+  * Fix code style.
+  * Implement line rendering in Vulkan.
+  * Scan timer list in reverse order.
+  * Return an error when no timer is found.
+  * IOP timer 3 can also count on hblank.
+  * Improve formatting.
+  * Set some defaults when creating an input profile.
+  * Make Config All work on pad 2.
+  * Allow unbound buttons to be saved and loaded properly.
+  * Use enum.
+  * Fix build.
+  * Rename BindingModel to InputBindingModel.
+  * Handle SetMainMode in PADMAN HLE.
+  * Cleanup.
+  * Handle multiple pads in PADMAN HLE.
+  * Only process pad 1 in HLE PADMAN.
+  * Update both pads in PH_GenericInput.
+  * Allow defining bindings for pad 2.
+  * Move Amazon S3 client in Framework submodule.
+  * Add missing pixel format.
+  * Write out current directory when ChDir is called.
+  * Add way to change the system's language.
+  * Cleanup.
+  * Remove some old style pointer handling.
+  * Update Framework submodule.
+  * Style fix
+  * Fix filter logic
+  * Make sure we only filter repeat CIFS mounts
+  * Add CIFS mount support for Android clients
+  * Tidy up the code.
+  * Mask ADDR field from DMAtags.
+  * Request Legacy External Storage on Android.
+  * Update Framework submodule.
+  * Sign app only if not building a pull request.
+  * Send app for notarization by Apple.
+  * Sign macOS executable.
+  * Import macOS dev id certificate in TravisCI.
+  * Use TravisCI's homebrew addon.
+  * Rename macosx to macos.
+  * Code style fix.
+  * Update CodeGen submodule.
+  * Disable NSOpenGLContext thread assertions.
+  * Build using Xcode 11.6 for macOS on Travis.
+  * Take into account DSAY not being a multiple of page height.
+  * Add Espgaluda transfer invalidation range test.
+  * Fix crash that can occur when trying to delete covers.
+  * Update Android build environment.
+
+-------------------------------------------------------------------

Old:
----
  Play-0~git20200825.tar.xz

New:
----
  Play-0~git20201003.tar.xz
  fix-aarch64.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Play.spec ++++++
--- /var/tmp/diff_new_pack.UZxULl/_old  2020-10-07 14:18:16.997475992 +0200
+++ /var/tmp/diff_new_pack.UZxULl/_new  2020-10-07 14:18:17.001475995 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           Play
-Version:        0~git20200825
+Version:        0~git20201003
 Release:        0
 Summary:        Play! - PlayStation 2 Emulator
 License:        MIT
 Group:          System/Emulators/Other
 URL:            http://purei.org
 Source:         %{name}-%{version}.tar.xz
-
+Patch0:         fix-aarch64.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  boost-devel
@@ -51,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 mkdir build

++++++ Play-0~git20200825.tar.xz -> Play-0~git20201003.tar.xz ++++++
/work/SRC/openSUSE:Factory/Play/Play-0~git20200825.tar.xz 
/work/SRC/openSUSE:Factory/.Play.new.4249/Play-0~git20201003.tar.xz differ: 
char 15, line 1

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.UZxULl/_old  2020-10-07 14:18:17.085476062 +0200
+++ /var/tmp/diff_new_pack.UZxULl/_new  2020-10-07 14:18:17.085476062 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/jpd002/Play-.git</param>
-              <param 
name="changesrevision">caf83d311c416c4288ed13a202b8659f12aed1ee</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">eaf3580857ee611aeb08caf919a0d3c7b75cec25</param></service></servicedata>
\ No newline at end of file

++++++ fix-aarch64.patch ++++++
--- deps/Framework/include/opengl/OpenGlDef.h.orig      2020-10-06 
15:16:07.558436331 +0200
+++ deps/Framework/include/opengl/OpenGlDef.h   2020-10-06 15:16:17.962536297 
+0200
@@ -40,7 +40,7 @@
 #include <GL/gl.h>
 #include <GL/glu.h>
 #elif defined(GLES_COMPATIBILITY)
-#include <EGL/egl.h>
+// #include <EGL/egl.h>
 #include <GLES3/gl3.h>
 #endif
 

Reply via email to