Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libretro-play for openSUSE:Factory 
checked in at 2021-04-29 01:38:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-play (Old)
 and      /work/SRC/openSUSE:Factory/.libretro-play.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-play"

Thu Apr 29 01:38:42 2021 rev:7 rq:889055 version:0~git20210312

Changes:
--------
--- /work/SRC/openSUSE:Factory/libretro-play/libretro-play.changes      
2020-09-03 01:16:39.508525807 +0200
+++ /work/SRC/openSUSE:Factory/.libretro-play.new.12324/libretro-play.changes   
2021-04-29 01:39:53.546705246 +0200
@@ -1,0 +2,21 @@
+Sat Mar 20 17:32:50 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Add ExclusiveArch and a note that SIMD is a hard requirement.
+
+-------------------------------------------------------------------
+Sat Mar 13 05:39:58 UTC 2021 - i...@guoyunhe.me
+
+- Update to version 0~git20210312:
+  * fix a bad assertion and a crash with 16 bit textures in the debugger
+  * Don't crash if we can't figure out which access mode to use.
+  * Fix games broken by idle loop detection tweak.
+  * 4 bit 16 wide textures work in SIMD now.
+  * Fix Virtua Fighter 4 character selection screen on the Vulkan renderer
+  * Limit to 50FPS on PAL.
+  * Adjust SPU transfer throttling.
+  * Add basic mount/umount support for HDDs.
+  * fix segfault when attempting to access model before its initialised
+  * Fix memory leak that can happen when failing to create an optical media.
+  * Fix crash that can occur when trying to delete covers.
+
+-------------------------------------------------------------------

Old:
----
  libretro-play-0~git20200825.tar.xz

New:
----
  libretro-play-0~git20210312.tar.xz

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

Other differences:
------------------
++++++ libretro-play.spec ++++++
--- /var/tmp/diff_new_pack.SQpcfb/_old  2021-04-29 01:39:54.202706174 +0200
+++ /var/tmp/diff_new_pack.SQpcfb/_new  2021-04-29 01:39:54.206706180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libretro-play
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libretro-play
-Version:        0~git20200825
+Version:        0~git20210312
 Release:        0
 Summary:        Play! libretro core for PlayStation 2 emulation
 License:        MIT
@@ -40,19 +40,31 @@
 BuildRequires:  nlohmann_json-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  zlib-devel
+ExclusiveArch:  %ix86 x86_64 %arm aarch64
+
+# Function convertColumn8 has an empty body for non-SIMD cases, which appears
+# to render the package rather not-performing-properly even if it could build
+# on e.g. PPC.
 
 %description
 Play! is an attempt to create a PlayStation 2 emulator.
 
 This package is for RetroArch/libretro front-end.
 
+The software strictly requires a processor with SSSE3 or NEON.
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 mkdir build
 cd build
-cmake .. -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no 
-DENABLE_AMAZON_S3=no -DCMAKE_BUILD_TYPE="Release"
+cmake .. \
+    -DBUILD_LIBRETRO_CORE=yes \
+    -DBUILD_PLAY=off \
+    -DBUILD_TESTS=no \
+    -DENABLE_AMAZON_S3=no \
+    -DCMAKE_BUILD_TYPE="Release"
 %make_jobs
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.SQpcfb/_old  2021-04-29 01:39:54.254706248 +0200
+++ /var/tmp/diff_new_pack.SQpcfb/_new  2021-04-29 01:39:54.258706253 +0200
@@ -1,11 +1,10 @@
 <services>
-  <service name="tar_scm" mode="localonly">
+  <service name="tar_scm" mode="disabled">
     <param name="scm">git</param>
     <param name="url">https://github.com/jpd002/Play-.git</param>
     <param name="filename">libretro-play</param>
     <param name="revision">master</param>
     <param name="versionformat">0~git%cd</param>
-    <param name="changesgenerate">enable</param>
     <param name="exclude">deps/Dependencies/boost-cmake</param>
     <param name="exclude">deps/Dependencies/BoostMac</param>
     <param name="exclude">deps/Dependencies/build_android</param>
@@ -20,9 +19,9 @@
     <param name="exclude">deps/Dependencies/unrarsrc-5.2.5</param>
     <param name="exclude">deps/Dependencies/zlib-1.2.8</param>
   </service>
-  <service name="recompress" mode="localonly">
+  <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="localonly"/>
+  <service name="set_version" mode="disabled"/>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.SQpcfb/_old  2021-04-29 01:39:54.286706293 +0200
+++ /var/tmp/diff_new_pack.SQpcfb/_new  2021-04-29 01:39:54.290706299 +0200
@@ -3,4 +3,4 @@
                 <param name="url">https://github.com/libretro/Play-.git</param>
               <param 
name="changesrevision">fedc1e1c2918a7490a881cdb4ec951a828c19671</param></service><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">082c80fb65ec2496d0abc7c3427552fc7e3b04e3</param></service></servicedata>
\ No newline at end of file

++++++ libretro-play-0~git20200825.tar.xz -> libretro-play-0~git20210312.tar.xz 
++++++
/work/SRC/openSUSE:Factory/libretro-play/libretro-play-0~git20200825.tar.xz 
/work/SRC/openSUSE:Factory/.libretro-play.new.12324/libretro-play-0~git20210312.tar.xz
 differ: char 15, line 1

Reply via email to