Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package FAudio for openSUSE:Factory checked 
in at 2022-05-09 18:44:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FAudio (Old)
 and      /work/SRC/openSUSE:Factory/.FAudio.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FAudio"

Mon May  9 18:44:40 2022 rev:21 rq:975858 version:22.05

Changes:
--------
--- /work/SRC/openSUSE:Factory/FAudio/FAudio.changes    2022-02-17 
00:31:50.109419808 +0100
+++ /work/SRC/openSUSE:Factory/.FAudio.new.1538/FAudio.changes  2022-05-09 
18:45:37.656314734 +0200
@@ -1,0 +2,7 @@
+Mon May  9 14:44:25 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.05. Changes since 22.02:
+  * FACT: Clamp SoundBank Q factor to ignore the 0.67 case, for now
+  * CMake: Remove some uicommon files that no longer exist
+
+-------------------------------------------------------------------

Old:
----
  FAudio-22.02.tar.gz

New:
----
  FAudio-22.05.tar.gz

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

Other differences:
------------------
++++++ FAudio.spec ++++++
--- /var/tmp/diff_new_pack.Gshfir/_old  2022-05-09 18:45:38.280315465 +0200
+++ /var/tmp/diff_new_pack.Gshfir/_new  2022-05-09 18:45:38.284315470 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           FAudio
-Version:        22.02
+Version:        22.05
 Release:        0
 Summary:        A reimplementation of the XNA Game Studio libraries
 License:        Zlib
@@ -51,7 +51,7 @@
 FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh 
libraries.
 
 %prep
-%setup
+%setup -q
 %if 0%{?suse_version} < 1550
 %patch0 -p1
 %endif

++++++ FAudio-22.02.tar.gz -> FAudio-22.05.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/CMakeLists.txt 
new/FAudio-22.05/CMakeLists.txt
--- old/FAudio-22.02/CMakeLists.txt     2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/CMakeLists.txt     2022-05-01 17:42:13.000000000 +0200
@@ -29,7 +29,7 @@
 # Version
 SET(LIB_MAJOR_VERSION "0")
 SET(LIB_MINOR_VERSION "22")
-SET(LIB_REVISION "02")
+SET(LIB_REVISION "05")
 SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
 
 # Build Type
@@ -191,8 +191,6 @@
        # Shared ImGui Framework
        add_library(uicommon STATIC
                utils/uicommon/FAudioUI_main.cpp
-               utils/uicommon/glfuncs.h
-               utils/uicommon/glmacros.h
                utils/uicommon/imconfig.h
                utils/uicommon/imgui.cpp
                utils/uicommon/imgui_demo.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/LICENSE new/FAudio-22.05/LICENSE
--- old/FAudio-22.02/LICENSE    2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/LICENSE    2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/csharp/FAudio.cs 
new/FAudio-22.05/csharp/FAudio.cs
--- old/FAudio-22.02/csharp/FAudio.cs   2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/csharp/FAudio.cs   2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio# - C# Wrapper for FAudio
  *
- * Copyright (c) 2018-2021 Ethan Lee.
+ * Copyright (c) 2018-2022 Ethan Lee.
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
@@ -79,7 +79,7 @@
 
        public const uint FAUDIO_ABI_VERSION =           0;
        public const uint FAUDIO_MAJOR_VERSION =        22;
-       public const uint FAUDIO_MINOR_VERSION =         2;
+       public const uint FAUDIO_MINOR_VERSION =         5;
        public const uint FAUDIO_PATCH_VERSION =         0;
 
        public const uint FAUDIO_COMPILED_VERSION = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/csharp/LICENSE 
new/FAudio-22.05/csharp/LICENSE
--- old/FAudio-22.02/csharp/LICENSE     2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/csharp/LICENSE     2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio# - C# Wrapper for FAudio
  *
- * Copyright (c) 2018-2021 Ethan Lee.
+ * Copyright (c) 2018-2022 Ethan Lee.
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/F3DAudio.h 
new/FAudio-22.05/include/F3DAudio.h
--- old/FAudio-22.02/include/F3DAudio.h 2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/F3DAudio.h 2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/FACT.h 
new/FAudio-22.05/include/FACT.h
--- old/FAudio-22.02/include/FACT.h     2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/FACT.h     2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/FACT3D.h 
new/FAudio-22.05/include/FACT3D.h
--- old/FAudio-22.02/include/FACT3D.h   2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/FACT3D.h   2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/FAPO.h 
new/FAudio-22.05/include/FAPO.h
--- old/FAudio-22.02/include/FAPO.h     2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/FAPO.h     2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/FAPOBase.h 
new/FAudio-22.05/include/FAPOBase.h
--- old/FAudio-22.02/include/FAPOBase.h 2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/FAPOBase.h 2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/FAPOFX.h 
new/FAudio-22.05/include/FAPOFX.h
--- old/FAudio-22.02/include/FAPOFX.h   2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/FAPOFX.h   2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/FAudio.h 
new/FAudio-22.05/include/FAudio.h
--- old/FAudio-22.02/include/FAudio.h   2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/FAudio.h   2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
@@ -485,7 +485,7 @@
 
 #define FAUDIO_ABI_VERSION      0
 #define FAUDIO_MAJOR_VERSION   22
-#define FAUDIO_MINOR_VERSION    2
+#define FAUDIO_MINOR_VERSION    5
 #define FAUDIO_PATCH_VERSION    0
 
 #define FAUDIO_COMPILED_VERSION ( \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/include/FAudioFX.h 
new/FAudio-22.05/include/FAudioFX.h
--- old/FAudio-22.02/include/FAudioFX.h 2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/include/FAudioFX.h 2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/F3DAudio.c 
new/FAudio-22.05/src/F3DAudio.c
--- old/FAudio-22.02/src/F3DAudio.c     2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/F3DAudio.c     2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FACT.c new/FAudio-22.05/src/FACT.c
--- old/FAudio-22.02/src/FACT.c 2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FACT.c 2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FACT3D.c 
new/FAudio-22.05/src/FACT3D.c
--- old/FAudio-22.02/src/FACT3D.c       2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FACT3D.c       2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FACT_internal.c 
new/FAudio-22.05/src/FACT_internal.c
--- old/FAudio-22.02/src/FACT_internal.c        2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FACT_internal.c        2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
@@ -463,6 +463,14 @@
                        track->frequency,
                        
cue->parentBank->parentEngine->audio->master->master.inputSampleRate
                );
+
+               /* FIXME: For some reason the 0.67 Q Factor causes problems, 
but it's also
+                * the only possible value until ~1 so just clamp it for now.
+                */
+               trackInst->upcomingWave.baseQFactor = FAudio_min(
+                       trackInst->upcomingWave.baseQFactor,
+                       1.0f
+               );
        }
 
        /* Try to change loop counter at the very end */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FACT_internal.h 
new/FAudio-22.05/src/FACT_internal.h
--- old/FAudio-22.02/src/FACT_internal.h        2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FACT_internal.h        2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAPOBase.c 
new/FAudio-22.05/src/FAPOBase.c
--- old/FAudio-22.02/src/FAPOBase.c     2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FAPOBase.c     2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAPOFX.c 
new/FAudio-22.05/src/FAPOFX.c
--- old/FAudio-22.02/src/FAPOFX.c       2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FAPOFX.c       2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAPOFX_echo.c 
new/FAudio-22.05/src/FAPOFX_echo.c
--- old/FAudio-22.02/src/FAPOFX_echo.c  2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FAPOFX_echo.c  2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAPOFX_eq.c 
new/FAudio-22.05/src/FAPOFX_eq.c
--- old/FAudio-22.02/src/FAPOFX_eq.c    2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FAPOFX_eq.c    2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAPOFX_masteringlimiter.c 
new/FAudio-22.05/src/FAPOFX_masteringlimiter.c
--- old/FAudio-22.02/src/FAPOFX_masteringlimiter.c      2022-02-01 
16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FAPOFX_masteringlimiter.c      2022-05-01 
17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAPOFX_reverb.c 
new/FAudio-22.05/src/FAPOFX_reverb.c
--- old/FAudio-22.02/src/FAPOFX_reverb.c        2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAPOFX_reverb.c        2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudio.c 
new/FAudio-22.05/src/FAudio.c
--- old/FAudio-22.02/src/FAudio.c       2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/FAudio.c       2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudioFX_reverb.c 
new/FAudio-22.05/src/FAudioFX_reverb.c
--- old/FAudio-22.02/src/FAudioFX_reverb.c      2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAudioFX_reverb.c      2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudioFX_volumemeter.c 
new/FAudio-22.05/src/FAudioFX_volumemeter.c
--- old/FAudio-22.02/src/FAudioFX_volumemeter.c 2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAudioFX_volumemeter.c 2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudio_internal.c 
new/FAudio-22.05/src/FAudio_internal.c
--- old/FAudio-22.02/src/FAudio_internal.c      2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAudio_internal.c      2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudio_internal.h 
new/FAudio-22.05/src/FAudio_internal.h
--- old/FAudio-22.02/src/FAudio_internal.h      2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAudio_internal.h      2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudio_internal_simd.c 
new/FAudio-22.05/src/FAudio_internal_simd.c
--- old/FAudio-22.02/src/FAudio_internal_simd.c 2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAudio_internal_simd.c 2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudio_operationset.c 
new/FAudio-22.05/src/FAudio_operationset.c
--- old/FAudio-22.02/src/FAudio_operationset.c  2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAudio_operationset.c  2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/FAudio_platform_sdl2.c 
new/FAudio-22.05/src/FAudio_platform_sdl2.c
--- old/FAudio-22.02/src/FAudio_platform_sdl2.c 2022-02-01 16:50:00.000000000 
+0100
+++ new/FAudio-22.05/src/FAudio_platform_sdl2.c 2022-05-01 17:42:13.000000000 
+0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/src/XNA_Song.c 
new/FAudio-22.05/src/XNA_Song.c
--- old/FAudio-22.02/src/XNA_Song.c     2022-02-01 16:50:00.000000000 +0100
+++ new/FAudio-22.05/src/XNA_Song.c     2022-05-01 17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/utils/facttool/facttool.cpp 
new/FAudio-22.05/utils/facttool/facttool.cpp
--- old/FAudio-22.02/utils/facttool/facttool.cpp        2022-02-01 
16:50:00.000000000 +0100
+++ new/FAudio-22.05/utils/facttool/facttool.cpp        2022-05-01 
17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/utils/testparse/testparse.c 
new/FAudio-22.05/utils/testparse/testparse.c
--- old/FAudio-22.02/utils/testparse/testparse.c        2022-02-01 
16:50:00.000000000 +0100
+++ new/FAudio-22.05/utils/testparse/testparse.c        2022-05-01 
17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.02/utils/uicommon/FAudioUI_main.cpp 
new/FAudio-22.05/utils/uicommon/FAudioUI_main.cpp
--- old/FAudio-22.02/utils/uicommon/FAudioUI_main.cpp   2022-02-01 
16:50:00.000000000 +0100
+++ new/FAudio-22.05/utils/uicommon/FAudioUI_main.cpp   2022-05-01 
17:42:13.000000000 +0200
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2021 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
  *
  * This software is provided 'as-is', without any express or implied warranty.
  * In no event will the authors be held liable for any damages arising from

Reply via email to