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-12-02 17:13:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FAudio (Old)
 and      /work/SRC/openSUSE:Factory/.FAudio.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FAudio"

Sat Dec  2 17:13:28 2023 rev:30 rq:1130445 version:23.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/FAudio/FAudio.changes    2023-11-22 
18:55:15.849019600 +0100
+++ /work/SRC/openSUSE:Factory/.FAudio.new.25432/FAudio.changes 2023-12-02 
17:13:56.795048876 +0100
@@ -1,0 +2,7 @@
+Fri Dec  1 15:56:22 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 23.12:
+  * Removed an unused variable from the QOA decoder. 23.12 is
+    functionally identical to 23.11.
+
+-------------------------------------------------------------------

Old:
----
  FAudio-23.11.tar.gz

New:
----
  FAudio-23.12.tar.gz

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

Other differences:
------------------
++++++ FAudio.spec ++++++
--- /var/tmp/diff_new_pack.tPY8gh/_old  2023-12-02 17:13:57.231064854 +0100
+++ /var/tmp/diff_new_pack.tPY8gh/_new  2023-12-02 17:13:57.231064854 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           FAudio
-Version:        23.11
+Version:        23.12
 Release:        0
 Summary:        A reimplementation of the XNA Game Studio libraries
 License:        Zlib

++++++ FAudio-23.11.tar.gz -> FAudio-23.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-23.11/CMakeLists.txt 
new/FAudio-23.12/CMakeLists.txt
--- old/FAudio-23.11/CMakeLists.txt     2023-11-01 15:45:29.000000000 +0100
+++ new/FAudio-23.12/CMakeLists.txt     2023-12-01 16:51:24.000000000 +0100
@@ -29,7 +29,7 @@
 # Version
 SET(LIB_MAJOR_VERSION "0")
 SET(LIB_MINOR_VERSION "23")
-SET(LIB_REVISION "11")
+SET(LIB_REVISION "12")
 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-23.11/csharp/FAudio.cs 
new/FAudio-23.12/csharp/FAudio.cs
--- old/FAudio-23.11/csharp/FAudio.cs   2023-11-01 15:45:29.000000000 +0100
+++ new/FAudio-23.12/csharp/FAudio.cs   2023-12-01 16:51:24.000000000 +0100
@@ -79,7 +79,7 @@
 
        public const uint FAUDIO_ABI_VERSION =           0;
        public const uint FAUDIO_MAJOR_VERSION =        23;
-       public const uint FAUDIO_MINOR_VERSION =        11;
+       public const uint FAUDIO_MINOR_VERSION =        12;
        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-23.11/include/FAudio.h 
new/FAudio-23.12/include/FAudio.h
--- old/FAudio-23.11/include/FAudio.h   2023-11-01 15:45:29.000000000 +0100
+++ new/FAudio-23.12/include/FAudio.h   2023-12-01 16:51:24.000000000 +0100
@@ -494,7 +494,7 @@
 
 #define FAUDIO_ABI_VERSION      0
 #define FAUDIO_MAJOR_VERSION   23
-#define FAUDIO_MINOR_VERSION   11
+#define FAUDIO_MINOR_VERSION   12
 #define FAUDIO_PATCH_VERSION    0
 
 #define FAUDIO_COMPILED_VERSION ( \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/FAudio-23.11/src/qoa_decoder.h 
new/FAudio-23.12/src/qoa_decoder.h
--- old/FAudio-23.11/src/qoa_decoder.h  2023-11-01 15:45:29.000000000 +0100
+++ new/FAudio-23.12/src/qoa_decoder.h  2023-12-01 16:51:24.000000000 +0100
@@ -516,7 +516,6 @@
 
        frame_count = (data->size - 64) / data->frame_size;
        sample_index = 0;
-       sample_count;
 
        for (i = 0; i < frame_count; i += 1)
        {

Reply via email to