Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package FAudio for openSUSE:Factory checked 
in at 2021-05-06 22:53:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FAudio (Old)
 and      /work/SRC/openSUSE:Factory/.FAudio.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FAudio"

Thu May  6 22:53:06 2021 rev:13 rq:891074 version:21.05

Changes:
--------
--- /work/SRC/openSUSE:Factory/FAudio/FAudio.changes    2021-04-06 
17:32:25.747303429 +0200
+++ /work/SRC/openSUSE:Factory/.FAudio.new.2988/FAudio.changes  2021-05-06 
22:53:39.674493649 +0200
@@ -1,0 +2,7 @@
+Tue May  4 21:43:48 UTC 2021 - Aaron Stern <ukbeas...@protonmail.com>
+
+- update to 21.05:
+  * CMake: Add 'Requires' for GStreamer to the pkgconfig file
+  * Updated source to github.
+
+-------------------------------------------------------------------

Old:
----
  FNA-2104.zip

New:
----
  FAudio-21.05.tar.gz

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

Other differences:
------------------
++++++ FAudio.spec ++++++
--- /var/tmp/diff_new_pack.OlbN6K/_old  2021-05-06 22:53:40.078491982 +0200
+++ /var/tmp/diff_new_pack.OlbN6K/_new  2021-05-06 22:53:40.082491966 +0200
@@ -16,15 +16,14 @@
 #
 
 
-%define realver 2104
 Name:           FAudio
-Version:        21.04
+Version:        21.05
 Release:        0
 Summary:        A reimplementation of the XNA Game Studio libraries
 License:        Zlib
 Group:          Development/Libraries/C and C++
 URL:            https://fna-xna.github.io
-Source0:        http://fna.flibitijibibo.com/archive/FNA-%{realver}.zip
+Source0:        
https://github.com/FNA-XNA/FAudio/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 Patch0:         faudio-older-sdl2.patch
 BuildRequires:  cmake
@@ -54,31 +53,29 @@
 FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh 
libraries.
 
 %prep
-%setup -q -n FNA
+%setup
 %if 0%{?suse_version} < 1550
 %patch0 -p1
 %endif
 
 %build
-cd lib/FAudio
 %cmake \
   -DCMAKE_BUILD_TYPE=Release \
   -DGSTREAMER=ON
 %cmake_build
 
 %install
-cd lib/FAudio
 %cmake_install
 
 %post -n libFAudio0 -p /sbin/ldconfig
 %postun -n libFAudio0 -p /sbin/ldconfig
 
 %files -n libFAudio0
-%license lib/FAudio/LICENSE
+%license LICENSE
 %{_libdir}/libFAudio.so.0*
 
 %files devel
-%license lib/FAudio/LICENSE
+%license LICENSE
 %{_includedir}/FAudio.h
 %{_includedir}/FAPOFX.h
 %{_includedir}/FACT3D.h

++++++ faudio-older-sdl2.patch ++++++
--- /var/tmp/diff_new_pack.OlbN6K/_old  2021-05-06 22:53:40.110491851 +0200
+++ /var/tmp/diff_new_pack.OlbN6K/_new  2021-05-06 22:53:40.110491851 +0200
@@ -1,8 +1,6 @@
-Index: FNA/lib/FAudio/CMakeLists.txt
-===================================================================
---- FNA.orig/lib/FAudio/CMakeLists.txt
-+++ FNA/lib/FAudio/CMakeLists.txt
-@@ -182,14 +182,14 @@ else()
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -188,14 +188,14 @@
                endif()
        elseif (TARGET SDL2)
                message(STATUS "using TARGET SDL2")
@@ -19,16 +17,15 @@
                if(INSTALL_MINGW_DEPENDENCIES)
                        install_shared_libs(${SDL2_LIBRARIES} DESTINATION bin 
NO_INSTALL_SYMLINKS)
                endif()
-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 @@
+        
+--- a/src/FAudio_internal.h
++++ b/src/FAudio_internal.h
+@@ -134,7 +134,6 @@
  #define FAudio_floor(x) SDL_floor(x)
  #define FAudio_abs(x) SDL_abs(x)
  #define FAudio_ldexp(v, e) SDL_scalbn(v, e)
 -#define FAudio_exp(x) SDL_exp(x)
-+#define FAudio_exp(x) exp(x)
  
  #define FAudio_cosf(x) SDL_cosf(x)
  #define FAudio_sinf(x) SDL_sinf(x)
+

Reply via email to