Hello community, here is the log from the commit of package FAudio for openSUSE:Leap:15.2 checked in at 2020-06-04 16:02:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/FAudio (Old) and /work/SRC/openSUSE:Leap:15.2/.FAudio.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FAudio" Thu Jun 4 16:02:25 2020 rev:3 rq:810561 version:20.05 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/FAudio/FAudio.changes 2020-03-26 05:41:58.795297479 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.FAudio.new.3606/FAudio.changes 2020-06-04 16:03:43.131529368 +0200 @@ -1,0 +2,11 @@ +Mon May 18 18:08:10 UTC 2020 - ecsos <[email protected]> + +- Rebase faudio-older-sdl2.patch to fix build error in Leap. + +------------------------------------------------------------------- +Wed May 6 09:52:48 UTC 2020 - Martin Pluskal <[email protected]> + +- Update to version 20.05: + * No changelog available + +------------------------------------------------------------------- Old: ---- FNA-2003.zip New: ---- FNA-2005.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FAudio.spec ++++++ --- /var/tmp/diff_new_pack.vNL71Z/_old 2020-06-04 16:03:43.943532084 +0200 +++ /var/tmp/diff_new_pack.vNL71Z/_new 2020-06-04 16:03:43.943532084 +0200 @@ -16,9 +16,9 @@ # -%define realver 2003 +%define realver 2005 Name: FAudio -Version: 20.03 +Version: 20.05 Release: 0 Summary: A reimplementation of the XNA Game Studio libraries License: Zlib @@ -61,7 +61,6 @@ cd lib/FAudio %cmake \ -DCMAKE_BUILD_TYPE=Release - %cmake_build %install ++++++ faudio-older-sdl2.patch ++++++ --- /var/tmp/diff_new_pack.vNL71Z/_old 2020-06-04 16:03:43.991532245 +0200 +++ /var/tmp/diff_new_pack.vNL71Z/_new 2020-06-04 16:03:43.991532245 +0200 @@ -1,8 +1,8 @@ -diff --git a/lib/FAudio/CMakeLists.txt b/lib/FAudio/CMakeLists.txt -index dca4563..1aaa437 100644 ---- a/lib/FAudio/CMakeLists.txt -+++ b/lib/FAudio/CMakeLists.txt -@@ -181,14 +181,14 @@ else() +Index: FNA/lib/FAudio/CMakeLists.txt +=================================================================== +--- FNA.orig/lib/FAudio/CMakeLists.txt ++++ FNA/lib/FAudio/CMakeLists.txt +@@ -182,14 +182,14 @@ else() endif() elseif (TARGET SDL2) message(STATUS "using TARGET SDL2") @@ -19,10 +19,10 @@ if(INSTALL_MINGW_DEPENDENCIES) install_shared_libs(${SDL2_LIBRARIES} DESTINATION bin NO_INSTALL_SYMLINKS) endif() -diff --git a/lib/FAudio/src/FAudio_internal.h b/lib/FAudio/src/FAudio_internal.h -index 555a945..e16ce72 100644 ---- a/lib/FAudio/src/FAudio_internal.h -+++ b/lib/FAudio/src/FAudio_internal.h +Index: FNA/lib/FAudio/src/FAudio_internal.h +=================================================================== +--- FNA.orig/lib/FAudio/src/FAudio_internal.h ++++ FNA/lib/FAudio/src/FAudio_internal.h @@ -111,7 +111,7 @@ #define FAudio_floor(x) SDL_floor(x) #define FAudio_abs(x) SDL_abs(x) @@ -32,16 +32,3 @@ #define FAudio_cosf(x) SDL_cosf(x) #define FAudio_sinf(x) SDL_sinf(x) -diff --git a/lib/FAudio/src/FAudio_platform_sdl2.c b/lib/FAudio/src/FAudio_platform_sdl2.c -index 08a8feb..e9462f7 100644 ---- a/lib/FAudio/src/FAudio_platform_sdl2.c -+++ b/lib/FAudio/src/FAudio_platform_sdl2.c -@@ -100,8 +100,6 @@ iosretry: - #else - #ifdef _WIN32 - #error Windows absolutely positively needs SDL 2.0.9! --#else --#pragma message("Please update to SDL 2.0.9 ASAP!") - #endif - 0 - #endif
