commit libretro-yabause for openSUSE:Factory

2020-10-16 Thread root
Hello community,

here is the log from the commit of package libretro-yabause for 
openSUSE:Factory checked in at 2020-10-16 16:13:55

Comparing /work/SRC/openSUSE:Factory/libretro-yabause (Old)
 and  /work/SRC/openSUSE:Factory/.libretro-yabause.new.3486 (New)


Package is "libretro-yabause"

Fri Oct 16 16:13:55 2020 rev:3 rq:841931 version:0~git20200605

Changes:

--- /work/SRC/openSUSE:Factory/libretro-yabause/libretro-yabause.changes
2020-06-23 21:06:49.102273315 +0200
+++ 
/work/SRC/openSUSE:Factory/.libretro-yabause.new.3486/libretro-yabause.changes  
2020-10-16 16:14:08.200688067 +0200
@@ -1,0 +2,5 @@
+Thu Oct 15 12:50:35 UTC 2020 - Guillaume GARDET 
+
+- Fix build on non-x86
+
+---



Other differences:
--
++ libretro-yabause.spec ++
--- /var/tmp/diff_new_pack.5YSTt2/_old  2020-10-16 16:14:09.276688397 +0200
+++ /var/tmp/diff_new_pack.5YSTt2/_new  2020-10-16 16:14:09.280688398 +0200
@@ -39,7 +39,10 @@
 
 %build
 cd yabause/src/libretro
-make
+make \
+%ifnarch %{ix86} x86_64
+  HAVE_SSE=0 \
+%endif
 
 %install
 mkdir -p %{buildroot}%{_libdir}/libretro




commit libretro-yabause for openSUSE:Factory

2020-06-23 Thread root
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 - i...@guoyunhe.me
+
+- 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