Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package FAudio for openSUSE:Factory checked 
in at 2023-01-03 15:06:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FAudio (Old)
 and      /work/SRC/openSUSE:Factory/.FAudio.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FAudio"

Tue Jan  3 15:06:01 2023 rev:25 rq:1046454 version:23.01

Changes:
--------
--- /work/SRC/openSUSE:Factory/FAudio/FAudio.changes    2022-12-05 
18:01:59.404839348 +0100
+++ /work/SRC/openSUSE:Factory/.FAudio.new.1563/FAudio.changes  2023-01-03 
15:06:25.786882612 +0100
@@ -1,0 +2,6 @@
+Tue Jan  3 08:34:01 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 23.01:
+  * Remove PlatformToolset lines from visualc-gdk project
+
+-------------------------------------------------------------------

Old:
----
  FAudio-22.12.tar.gz

New:
----
  FAudio-23.01.tar.gz

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

Other differences:
------------------
++++++ FAudio.spec ++++++
--- /var/tmp/diff_new_pack.fdnKgY/_old  2023-01-03 15:06:26.254885344 +0100
+++ /var/tmp/diff_new_pack.fdnKgY/_new  2023-01-03 15:06:26.258885367 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package FAudio
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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:           FAudio
-Version:        22.12
+Version:        23.01
 Release:        0
 Summary:        A reimplementation of the XNA Game Studio libraries
 License:        Zlib

++++++ FAudio-22.12.tar.gz -> FAudio-23.01.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.12/CMakeLists.txt 
new/FAudio-23.01/CMakeLists.txt
--- old/FAudio-22.12/CMakeLists.txt     2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/CMakeLists.txt     2023-01-01 17:45:13.000000000 +0100
@@ -28,8 +28,8 @@
 
 # Version
 SET(LIB_MAJOR_VERSION "0")
-SET(LIB_MINOR_VERSION "22")
-SET(LIB_REVISION "12")
+SET(LIB_MINOR_VERSION "23")
+SET(LIB_REVISION "01")
 SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
 
 # Build Type
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.12/LICENSE new/FAudio-23.01/LICENSE
--- old/FAudio-22.12/LICENSE    2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/LICENSE    2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/csharp/FAudio.cs 
new/FAudio-23.01/csharp/FAudio.cs
--- old/FAudio-22.12/csharp/FAudio.cs   2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/csharp/FAudio.cs   2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio# - C# Wrapper for FAudio
  *
- * Copyright (c) 2018-2022 Ethan Lee.
+ * Copyright (c) 2018-2023 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
@@ -78,8 +78,8 @@
        public const uint FAUDIO_TARGET_VERSION = 8;
 
        public const uint FAUDIO_ABI_VERSION =           0;
-       public const uint FAUDIO_MAJOR_VERSION =        22;
-       public const uint FAUDIO_MINOR_VERSION =        12;
+       public const uint FAUDIO_MAJOR_VERSION =        23;
+       public const uint FAUDIO_MINOR_VERSION =         1;
        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.12/csharp/LICENSE 
new/FAudio-23.01/csharp/LICENSE
--- old/FAudio-22.12/csharp/LICENSE     2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/csharp/LICENSE     2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio# - C# Wrapper for FAudio
  *
- * Copyright (c) 2018-2022 Ethan Lee.
+ * Copyright (c) 2018-2023 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.12/include/F3DAudio.h 
new/FAudio-23.01/include/F3DAudio.h
--- old/FAudio-22.12/include/F3DAudio.h 2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/F3DAudio.h 2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/include/FACT.h 
new/FAudio-23.01/include/FACT.h
--- old/FAudio-22.12/include/FACT.h     2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/FACT.h     2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/include/FACT3D.h 
new/FAudio-23.01/include/FACT3D.h
--- old/FAudio-22.12/include/FACT3D.h   2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/FACT3D.h   2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/include/FAPO.h 
new/FAudio-23.01/include/FAPO.h
--- old/FAudio-22.12/include/FAPO.h     2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/FAPO.h     2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/include/FAPOBase.h 
new/FAudio-23.01/include/FAPOBase.h
--- old/FAudio-22.12/include/FAPOBase.h 2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/FAPOBase.h 2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/include/FAPOFX.h 
new/FAudio-23.01/include/FAPOFX.h
--- old/FAudio-22.12/include/FAPOFX.h   2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/FAPOFX.h   2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/include/FAudio.h 
new/FAudio-23.01/include/FAudio.h
--- old/FAudio-22.12/include/FAudio.h   2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/FAudio.h   2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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
@@ -484,8 +484,8 @@
 #define FAUDIO_TARGET_VERSION 8 /* Targeting compatibility with XAudio 2.8 */
 
 #define FAUDIO_ABI_VERSION      0
-#define FAUDIO_MAJOR_VERSION   22
-#define FAUDIO_MINOR_VERSION   12
+#define FAUDIO_MAJOR_VERSION   23
+#define FAUDIO_MINOR_VERSION    1
 #define FAUDIO_PATCH_VERSION    0
 
 #define FAUDIO_COMPILED_VERSION ( \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-22.12/include/FAudioFX.h 
new/FAudio-23.01/include/FAudioFX.h
--- old/FAudio-22.12/include/FAudioFX.h 2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/include/FAudioFX.h 2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/F3DAudio.c 
new/FAudio-23.01/src/F3DAudio.c
--- old/FAudio-22.12/src/F3DAudio.c     2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/F3DAudio.c     2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FACT.c new/FAudio-23.01/src/FACT.c
--- old/FAudio-22.12/src/FACT.c 2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FACT.c 2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FACT3D.c 
new/FAudio-23.01/src/FACT3D.c
--- old/FAudio-22.12/src/FACT3D.c       2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FACT3D.c       2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FACT_internal.c 
new/FAudio-23.01/src/FACT_internal.c
--- old/FAudio-22.12/src/FACT_internal.c        2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FACT_internal.c        2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FACT_internal.h 
new/FAudio-23.01/src/FACT_internal.h
--- old/FAudio-22.12/src/FACT_internal.h        2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FACT_internal.h        2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAPOBase.c 
new/FAudio-23.01/src/FAPOBase.c
--- old/FAudio-22.12/src/FAPOBase.c     2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FAPOBase.c     2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAPOFX.c 
new/FAudio-23.01/src/FAPOFX.c
--- old/FAudio-22.12/src/FAPOFX.c       2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FAPOFX.c       2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAPOFX_echo.c 
new/FAudio-23.01/src/FAPOFX_echo.c
--- old/FAudio-22.12/src/FAPOFX_echo.c  2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FAPOFX_echo.c  2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAPOFX_eq.c 
new/FAudio-23.01/src/FAPOFX_eq.c
--- old/FAudio-22.12/src/FAPOFX_eq.c    2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FAPOFX_eq.c    2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAPOFX_masteringlimiter.c 
new/FAudio-23.01/src/FAPOFX_masteringlimiter.c
--- old/FAudio-22.12/src/FAPOFX_masteringlimiter.c      2022-12-01 
17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FAPOFX_masteringlimiter.c      2023-01-01 
17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAPOFX_reverb.c 
new/FAudio-23.01/src/FAPOFX_reverb.c
--- old/FAudio-22.12/src/FAPOFX_reverb.c        2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAPOFX_reverb.c        2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudio.c 
new/FAudio-23.01/src/FAudio.c
--- old/FAudio-22.12/src/FAudio.c       2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/FAudio.c       2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudioFX_reverb.c 
new/FAudio-23.01/src/FAudioFX_reverb.c
--- old/FAudio-22.12/src/FAudioFX_reverb.c      2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAudioFX_reverb.c      2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudioFX_volumemeter.c 
new/FAudio-23.01/src/FAudioFX_volumemeter.c
--- old/FAudio-22.12/src/FAudioFX_volumemeter.c 2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAudioFX_volumemeter.c 2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudio_internal.c 
new/FAudio-23.01/src/FAudio_internal.c
--- old/FAudio-22.12/src/FAudio_internal.c      2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAudio_internal.c      2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudio_internal.h 
new/FAudio-23.01/src/FAudio_internal.h
--- old/FAudio-22.12/src/FAudio_internal.h      2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAudio_internal.h      2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudio_internal_simd.c 
new/FAudio-23.01/src/FAudio_internal_simd.c
--- old/FAudio-22.12/src/FAudio_internal_simd.c 2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAudio_internal_simd.c 2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudio_operationset.c 
new/FAudio-23.01/src/FAudio_operationset.c
--- old/FAudio-22.12/src/FAudio_operationset.c  2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAudio_operationset.c  2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/FAudio_platform_sdl2.c 
new/FAudio-23.01/src/FAudio_platform_sdl2.c
--- old/FAudio-22.12/src/FAudio_platform_sdl2.c 2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/src/FAudio_platform_sdl2.c 2023-01-01 17:45:13.000000000 
+0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/src/XNA_Song.c 
new/FAudio-23.01/src/XNA_Song.c
--- old/FAudio-22.12/src/XNA_Song.c     2022-12-01 17:29:46.000000000 +0100
+++ new/FAudio-23.01/src/XNA_Song.c     2023-01-01 17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/utils/facttool/facttool.cpp 
new/FAudio-23.01/utils/facttool/facttool.cpp
--- old/FAudio-22.12/utils/facttool/facttool.cpp        2022-12-01 
17:29:46.000000000 +0100
+++ new/FAudio-23.01/utils/facttool/facttool.cpp        2023-01-01 
17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/utils/testparse/testparse.c 
new/FAudio-23.01/utils/testparse/testparse.c
--- old/FAudio-22.12/utils/testparse/testparse.c        2022-12-01 
17:29:46.000000000 +0100
+++ new/FAudio-23.01/utils/testparse/testparse.c        2023-01-01 
17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/utils/uicommon/FAudioUI_main.cpp 
new/FAudio-23.01/utils/uicommon/FAudioUI_main.cpp
--- old/FAudio-22.12/utils/uicommon/FAudioUI_main.cpp   2022-12-01 
17:29:46.000000000 +0100
+++ new/FAudio-23.01/utils/uicommon/FAudioUI_main.cpp   2023-01-01 
17:45:13.000000000 +0100
@@ -1,6 +1,6 @@
 /* FAudio - XAudio Reimplementation for FNA
  *
- * Copyright (c) 2011-2022 Ethan Lee, Luigi Auriemma, and the MonoGame Team
+ * Copyright (c) 2011-2023 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.12/visualc-gdk/FAudio.vcxproj 
new/FAudio-23.01/visualc-gdk/FAudio.vcxproj
--- old/FAudio-22.12/visualc-gdk/FAudio.vcxproj 2022-12-01 17:29:46.000000000 
+0100
+++ new/FAudio-23.01/visualc-gdk/FAudio.vcxproj 2023-01-01 17:45:13.000000000 
+0100
@@ -74,7 +74,6 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup 
Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.XboxOne.x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v142</PlatformToolset>
     <UseDebugLibraries>false</UseDebugLibraries>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
@@ -83,7 +82,6 @@
   </PropertyGroup>
   <PropertyGroup 
Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.Scarlett.x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v142</PlatformToolset>
     <UseDebugLibraries>false</UseDebugLibraries>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
@@ -92,7 +90,6 @@
   </PropertyGroup>
   <PropertyGroup 
Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.XboxOne.x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v142</PlatformToolset>
     <UseDebugLibraries>false</UseDebugLibraries>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
@@ -101,7 +98,6 @@
   </PropertyGroup>
   <PropertyGroup 
Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.Scarlett.x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v142</PlatformToolset>
     <UseDebugLibraries>false</UseDebugLibraries>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
@@ -110,7 +106,6 @@
   </PropertyGroup>
   <PropertyGroup 
Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.XboxOne.x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v142</PlatformToolset>
     <UseDebugLibraries>true</UseDebugLibraries>
     <CharacterSet>Unicode</CharacterSet>
     <EmbedManifest>false</EmbedManifest>
@@ -118,7 +113,6 @@
   </PropertyGroup>
   <PropertyGroup 
Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.Scarlett.x64'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
-    <PlatformToolset>v142</PlatformToolset>
     <UseDebugLibraries>true</UseDebugLibraries>
     <CharacterSet>Unicode</CharacterSet>
     <EmbedManifest>false</EmbedManifest>

Reply via email to