Hello community,

here is the log from the commit of package libretro-yabause for 
openSUSE:Factory checked in at 2020-06-23 21:06:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-yabause (Old)
 and      /work/SRC/openSUSE:Factory/.libretro-yabause.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-yabause"

Tue Jun 23 21:06:09 2020 rev:2 rq:816506 version:0~git20200605

Changes:
--------
--- /work/SRC/openSUSE:Factory/libretro-yabause/libretro-yabause.changes        
2020-02-11 22:23:57.207519847 +0100
+++ 
/work/SRC/openSUSE:Factory/.libretro-yabause.new.2956/libretro-yabause.changes  
    2020-06-23 21:06:49.102273315 +0200
@@ -1,0 +2,450 @@
+Tue Jun 16 05:53:50 UTC 2020 - [email protected]
+
+- Update to version 0~git20200605:
+  * Restore IllumOS build
+  * enable Solaris build
+  * (libretro) Oops, fix a typo
+  * (MSVC 2017/Libretro) Buildfix
+  * Update Makefile
+  * Enable Haiku build
+  * (iOS/tvOS) support building
+  * (libretro) disable debug tools
+  * (libretro) update cd-libretro.c
+  * Add Classic consoles
+  * Turkish Language Option
+  * libretro/Makefile: add platform unix if platform armv
+  * (libretro) some more fix/refactoring
+  * (libretro) some more fix/refactoring
+  * (libretro) remove stupid rule in gitignore
+  * (libretro) trying to enable jit
+  * (libretro) update jni
+  * (libretro) rebase port against latest yabause sources
+  * Fixed gtk port compilation
+  * Fix qt 5.11 (#422)
+  * Updating translations for yabause/l10n/yabause_es_419.yts
+  * Fixed Cocoa port
+  * Added YAB_WANT_GLUT compile option
+  * Fixed emulator's internal backup memory data access. This problem was 
happening only with saves having a specific data size. (#410)
+  * Add translation and fix mistranslation for Korean
+  * Add translation for Korean
+  * Updating translations for yabause/l10n/yabause_tr.yts
+  * Updating translations for yabause/l10n/yabause_nl.yts
+  * Apparently clang agrees with me
+  * Added doxygen function documentation for all functions in netlink.c
+  * Fixed a couple of issues relating to travis-ci compiling
+  * Added doxygen function documentation for all functions in cs2.c
+  * Fix issue with not conforming to ISO C90 standards
+  * Enumerate each command table in QT VDP1 debug window
+  * ygles: avoid potentially calling strstr on a null pointer
+  * ygl.h: avoid multiple GL header include warning
+  * Updating translations for yabause/l10n/yabause_ru.yts
+  * Detection of OpenGL failure and fallback
+  * Turning off dynarec by default
+  * fix wrong Category and building in openSUSE OBS (#355)
+  * Updating translations for yabause/l10n/yabause_sv.yts
+  * Updating translations for yabause/l10n/yabause_es.yts
+  * Updating translations for yabause/l10n/yabause_de.yts
+  * Support for different Android platforms (#351)
+  * Rewrote thread sleep/wake for Linux (#348)
+  * Handling runtime permissions for Android >= 6 (#346)
+  * Moved linux default data dir to sane location
+  * Added prohibited color mode 6 (#341)
+  * Enable all color calculation modes for RGB (#339)
+  * Fixed button positions for new images
+  * Added new icons for resources
+  * Added arm64-v8a ABI and fixed a bug in CMakeLists
+  * Storing read result in a size_t is not a good idea
+  * Using QFile::encodeName to convert paths (#336)
+  * Made it possible to choose android ABI (#335)
+  * Improve Android build (#332)
+  * peripheral/qt: add support for virtual on twin sticks
+  * Fixed various problems in Android port (#328)
+  * Move to gradle build system (#327)
+  * Updating translations for yabause/l10n/yabause_pl_PL.yts
+  * Updating translations for yabause/l10n/yabause_el.yts
+  * Updating translations for yabause/l10n/yabause_da.yts
+  * Older gcc (4.8) doesn't supports enough CXX11 for Codegen
+  * Updating translations for yabause/l10n/yabause_pt_BR.yts
+  * Updated installed languages list
+  * Sync all translations from Transifex
+  * Updating translations for yabause/l10n/yabause_fr.yts
+  * i18n: add missing text
+  * Removed useless CMAKE_FIND_ROOT_PATH
+  * sh1: add dynarec
+  * Small tweak to cd block play position end
+  * scu dsp jit: optimize ct load/store, sign extension
+  * Fixed C variable declaration
+  * ReadTOC10 implementation for Linux
+  * 68k: make musashi the default core for non-dreamcast ports
+  * scsp dsp jit: optimize constant array offsets
+  * 3.2 SCU DMA interrupt start factor (#297)
+  * refs #29 Grandia red Screen. (#298)
+  * fix #154 no background sound on SEGA RALLY CHAMPIONSHIP
+  * scu dsp jit: optimize alu flags, get/set md
+  * scu: add dsp dynarec
+  * scsp/build: add dsp dynarec, play codegen library
+  * update version number
+  * update authors and changelog
+  * qt: undo change that made all settings menu text bold
+  * cocoa: add cdb lle option
+  * cocoa: add new scsp option
+  * cocoa: add multithreading option
+  * cocoa: add musashi 68k to core list
+  * cocoa: fix compilation when c68k is disabled
+  * cocoa: enable opening mds, ccd images
+  * cocoa: initialize yinit struct
+  * perdx: fix mismatched xinput scan/poll key codes
+  * i18n: add missing strings, rename master file to csv
+  * qt: improve bios emulation option description
+  * perdx: fix build when xinput isn't available
+  * qt: allow LT and RT to be used as digital buttons
+  * peripheral: avoid dereferencing null pointers for Press and Release
+  * perdx: make LT and RT usable as digital buttons
+  * perdx: convert xinput axis values to 0-255 saturn format
+  * perdx: delete reset that would clear controller config each startup
+  * perdx: check for xbox one controller id
+  * Fixed issue where Yabause would crash when using XInput and loaded a 
different game. Fixed XInput connection check while running game
+  * qt: fix peripheral add bug resulting in multiple extra additions
+  * Changed DirectX interface name to "DirectX/XInput Input Interface" if 
XInput support is compiled in
+  * Fix for Xinput: It should now correctly detect controllers that support it 
and use it accordingly. Special Thanks to AmonX for the fix.
+  * qt: better description for new scsp option, enable by default
+  * i18n: update translations
+  * build: remove old doc from cocoa install script
+  * i18n: magneto csv parsing, convert yts files, add missing strings
+  * add some info to the github readme
+  * travis: build qt port on os x
+  * build: remove old doc from install script
+  * Fixed LLE TOC reading for windows cd interface
+  * Restricted SH1 core selection so dynarec isn't used.
+  * qt: update cdb lle requirements info
+  * update documentation
+  * gtk: fix compile errors
+  * sh2: fix trace logging
+  * sh2 dynarec: fix 32-bit compile error
+  * scsp: add missing regs, fixes booting some fantastic pinball versions
+  * update changelog
+  * Added Documentation menu item in Qt port, adjusted controller icons and 
one menu icon.
+  * SCU DMA timing, SH2 DMA timing and SH2 cache are forced enabled if CD 
Block LLE emulation is enabled. Made SH1 ROM and real bios required for CD 
Block LLE.
+  * gdb stub: fix compile errors
+  * gdb stub: fix compile errors
+  * runner: fix compile error
+  * yabauseut: fix compile error
+  * qt: support 3x pixel scaling
+  * fix clang warnings
+  * add message to qt port explaining cdb lle requirements
+  * improve sh2 write timing
+  * add sh2 write timing test
+  * re-implement sh2 memory access timing
+  * remove incorrect cd data read
+  * better get/put sector fix, fifo pointer reset fix
+  * fix put/get sector dma
+  * fix to keep travis-ci and msvc happy
+  * Revised Put Sector Data test so it verifies data written
+  * improve audio sector timing
+  * convert track number to bcd
+  * improve cd drive logging
+  * add scu dma increment tests
+  * scu dma fixes
+  * scu dsp dma fixes
+  * finish a-bus dsp dma test
+  * Added 1MB/4MB dram cart tests
+  * update scu dsp dma tests
+  * dsp dma wait, ct fix
+  * scu dsp dma updates
+  * scu dsp dma test updates
+  * scu dsp dma timing wip
+  * ignore fifo writes depending on transfer_ctrl
+  * improve scu dma status flags
+  * fix put sector
+  * disable sh2 tracing by default
+  * fix compilation with sh2 tracing off
+  * sh1 timer optimization
+  * fix sh1 disassembly
+  * implement scu dma operation flags
+  * improve fifo wait checking
+  * Added hle cd commands: Open Tray, Get CD Device Connection, Get Filter 
Range, Get Filter Connection. Added shell functions for Scan Disc, Exec FAD 
Search, Get FAD Search Results, and Copy Sector Data, Move Sector Data
+  * more dynarec fixes
+  * mingw compile fix
+  * dynarec fixes
+  * sh2 cache cleanups
+  * make cache a runtime option, remove sh2 timing
+  * improve ygr a-bus mapping
+  * fix indirect scu dma bug
+  * break on empty fifo
+  * implement sh2 dma wait
+  * fix scu dma indirect bug
+  * fix sh2 dma bug
+  * put sh2 dma timing call back into sh2exec
+  * implement mpeg mosaic
+  * mpeg window offset/size work
+  * implement mpeg framebuffer offset
+  * improve sound
+  * covert yuv to rgb, audio work
+  * more fixes
+  * more build fixes
+  * build fixes
+  * integrate ffmpeg
+  * add ygr response regs
+  * Fixed mpeg play command test and added get time code test
+  * Added sample mpg files and enabled mpeg files in test disc
+  * update mpeg pseudocode
+  * changes to make get interrupt test pass
+  * make mpeg init and get status tests return expected output
+  * Added function for dumping of lsi registers to yabauseut
+  * update regs + pseudocode
+  * update mpeg pseudo code
+  * update mpeg reg info
+  * Added tests for mpeg command set/get stream, set/get connection, and play.
++++ 253 more lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/libretro-yabause/libretro-yabause.changes
++++ and 
/work/SRC/openSUSE:Factory/.libretro-yabause.new.2956/libretro-yabause.changes

Old:
----
  libretro-yabause-0~git20190825.tar.xz

New:
----
  libretro-yabause-0~git20200605.tar.xz

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

Other differences:
------------------
++++++ libretro-yabause.spec ++++++
--- /var/tmp/diff_new_pack.my7iUR/_old  2020-06-23 21:06:49.974276132 +0200
+++ /var/tmp/diff_new_pack.my7iUR/_new  2020-06-23 21:06:49.978276145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libretro-yabause
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-yabause
-Version:        0~git20190825
+Version:        0~git20200605
 Release:        0
 Summary:        Yabause libretro core for Sega Saturn emulation
 License:        GPL-3.0-only
@@ -25,10 +25,10 @@
 URL:            http://www.retroarch.com
 Source:         %{name}-%{version}.tar.xz
 
-BuildRequires:  gcc-c++
-BuildRequires:  make
 BuildRequires:  Mesa-devel
+BuildRequires:  gcc-c++
 BuildRequires:  glu-devel
+BuildRequires:  make
 
 %description
 Yabause is a Sega Saturn emulator. This package is for RetroArch/libretro
@@ -38,12 +38,12 @@
 %setup -q
 
 %build
-cd libretro
+cd yabause/src/libretro
 make
 
 %install
 mkdir -p %{buildroot}%{_libdir}/libretro
-cp libretro/yabause_libretro.so %{buildroot}%{_libdir}/libretro
+cp yabause/src/libretro/yabause_libretro.so %{buildroot}%{_libdir}/libretro
 
 %files
 %dir %{_libdir}/libretro

++++++ _service ++++++
--- /var/tmp/diff_new_pack.my7iUR/_old  2020-06-23 21:06:50.006276236 +0200
+++ /var/tmp/diff_new_pack.my7iUR/_new  2020-06-23 21:06:50.006276236 +0200
@@ -2,7 +2,7 @@
   <service name="tar_scm" mode="localonly">
     <param name="scm">git</param>
     <param name="url">https://github.com/libretro/yabause.git</param>
-    <param name="revision">old_core</param>
+    <param name="revision">master</param>
     <param name="filename">libretro-yabause</param>
     <param name="versionformat">0~git%cd</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.my7iUR/_old  2020-06-23 21:06:50.026276300 +0200
+++ /var/tmp/diff_new_pack.my7iUR/_new  2020-06-23 21:06:50.026276300 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/libretro/yabause.git</param>
-              <param 
name="changesrevision">0f1f8ac3fa0c4ce813553944d281c18d505a5f5b</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">5fdcf25f3f5002c1a3115eb06ff4fb3ef92bb1cc</param></service></servicedata>
\ No newline at end of file

++++++ libretro-yabause-0~git20190825.tar.xz -> 
libretro-yabause-0~git20200605.tar.xz ++++++
/work/SRC/openSUSE:Factory/libretro-yabause/libretro-yabause-0~git20190825.tar.xz
 
/work/SRC/openSUSE:Factory/.libretro-yabause.new.2956/libretro-yabause-0~git20200605.tar.xz
 differ: char 25, line 1


Reply via email to