Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libretro-beetle-ngp for
openSUSE:Factory checked in at 2021-09-20 23:32:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-beetle-ngp (Old)
and /work/SRC/openSUSE:Factory/.libretro-beetle-ngp.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libretro-beetle-ngp"
Mon Sep 20 23:32:30 2021 rev:3 rq:919800 version:0~git20210607
Changes:
--------
--- /work/SRC/openSUSE:Factory/libretro-beetle-ngp/libretro-beetle-ngp.changes
2020-06-07 21:36:28.853100621 +0200
+++
/work/SRC/openSUSE:Factory/.libretro-beetle-ngp.new.1899/libretro-beetle-ngp.changes
2021-09-20 23:33:37.999209167 +0200
@@ -1,0 +2,95 @@
+Fri Sep 10 15:02:25 UTC 2021 - [email protected]
+
+- Update to version 0~git20210607:
+ * We don't need file.c for Mednafen NGP anymore
+ * Add missing header stddef.h for size_t
+ * Hook up persistent data buffer - note that the copy to ngpc_rom.data still
happens and seems unavoidable for now since a temporary ROM buffer is needed
for flash writes
+ * Flip things around - make ngpc_rom.orig_data the original persistent buffer
+ * Get rid of MDFNI_LoadGame
+ * Some cleanups + update libretro.h
+ * Take out puts/printf calls in state.c
+ * Fix LGTM warning
+ * Silence warnings (pointed out by LGTM)
+ * Remove unused file
+ * Add osx-arm64, tvos-arm64, ios-arm64
+ * (MSVC) Embed MSVCRT runtime
+ * Add MSVC 2005 and 2010 cores
+ * Fix Makefile
+ * Add armv8 and fix rpi aarch64
+ * Update .gitlab-ci.yml
+ * Update .gitlab-ci.yml
+ * Update .gitlab-ci.yml
+ * Update Makefile
+ * Update Makefile
+ * Update .gitlab-ci.yml
+ * Update .gitlab-ci.yml
+ * Update
+ * Cleanups
+ * Update .gitlab-ci.yml
+ * Backport this -
https://github.com/gameblabla/NGPCemu/commit/80cdf4aaeecc98f91c843d2b7b48237346dc5b6e
Plus change C++ comments to C
+ * msvc2010: Buildfix
+ * Update libretro-common
+ * Update .gitlab-ci.yml
+ * Add .gitlab-ci.yml
+ * Get rid of require
+ * Get rid of osc_output mono
+ * Get rid of mono T6W28_Apu output
+ * Get rid of sms_type_t typedef
+ * system cleanup
+ * Cut down on stdio.h usage
+ * Cleanup
+ * Get rid of two unused structs
+ * Get rid of unused driver.h
+ * system - flash stateregs
+ * Cleanups
+ * Convert libretro.cpp to C
+ * Get rid of C++ functionality in state_helpers.h
+ * remove unused headers
+ * Make libretro.cpp no longer dependent on state_helpers.h
+ * Get rid of std::string dependencies
+ * Reimplement retro_base_name as C string
+ * MSVC buildfix
+ * Cleanups
+ * Cleanups
+ * Cleanups
+ * Cleanups
+ * Cleanups
+ * Backport
https://github.com/gameblabla/NGPCemu/commit/106fcebefeefd44ad06e26eb803c9456c08fd630
+ * Backport
https://github.com/gameblabla/NGPCemu/commit/3ece3a0575d349748b30d4ae006b5ee38d84126c
+ * Backport
https://github.com/gameblabla/NGPCemu/commit/88404e4dfd4348ee3e0db8a5d7e78f1e259a62c9
+ * Cleanup
+ * Remove unnecessary templated functions/classes that were never used
+ * Buildfixes for MSVC
+ * Cleanups
+ * Cleanups
+ * Cleanups
+ * Remove MDFNGameInfo
+ * Header include cleanups
+ * Cleanup
+ * Cleanups
+ * Cleanups
+ * Don't need scrc32.c
+ * Remove unused MPC_FIXED_POINT
+ * Cleanups
+ * Cleanups
+ * Convert ngp/mem.cpp to C
+ * Convert interrupt.cpp to C
+ * Convert gfx.cpp to C
+ * Convert Z80_interface.cpp to C
+ * Convert dma.cpp to dma.c
+ * Convert biosHLE.cpp to biosHLE.c
+ * Convert ngp/system.cpp to ngp/system.c
+ * Convert rom.cpp to rom.c
+ * Convert flash.cpp to flash.c
+ * Cleanups
+ * Remove DecodeCheat
+ * Cleanups
+ * tab formatting
+ * clear blip buffers on loadstate
+ * C89 buildfix
+ * Convret state.cpp to C
+ * Cleanup
+ * libretro: mingw: Use backslash for includes
+ * Backport https://github.com/libretro/beetle-psx-libretro/pull/681
+
+-------------------------------------------------------------------
Old:
----
libretro-beetle-ngp-0~git20200518.tar.xz
New:
----
libretro-beetle-ngp-0~git20210607.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libretro-beetle-ngp.spec ++++++
--- /var/tmp/diff_new_pack.0wq7lR/_old 2021-09-20 23:33:38.555209853 +0200
+++ /var/tmp/diff_new_pack.0wq7lR/_new 2021-09-20 23:33:38.555209853 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libretro-beetle-ngp
#
-# 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-beetle-ngp
-Version: 0~git20200518
+Version: 0~git20210607
Release: 0
Summary: Mednafen NGP libretro core for NeoGeo Pocket emulation
License: GPL-3.0-only
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0wq7lR/_old 2021-09-20 23:33:38.587209893 +0200
+++ /var/tmp/diff_new_pack.0wq7lR/_new 2021-09-20 23:33:38.587209893 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/libretro/beetle-ngp-libretro.git</param>
- <param
name="changesrevision">3d31f4ad9f8d8367ccf492f04640c8ca172ef81d</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">1a2dd95b4397cc05548ef81a9666c477c860e3ee</param></service></servicedata>
\ No newline at end of file
++++++ libretro-beetle-ngp-0~git20200518.tar.xz ->
libretro-beetle-ngp-0~git20210607.tar.xz ++++++
++++ 24903 lines of diff (skipped)