Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libopenmpt for openSUSE:Factory 
checked in at 2022-04-08 00:26:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenmpt (Old)
 and      /work/SRC/openSUSE:Factory/.libopenmpt.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenmpt"

Fri Apr  8 00:26:32 2022 rev:35 rq:966892 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenmpt/libopenmpt.changes    2022-02-03 
23:17:03.280380060 +0100
+++ /work/SRC/openSUSE:Factory/.libopenmpt.new.1900/libopenmpt.changes  
2022-04-08 00:26:38.311049724 +0200
@@ -1,0 +2,19 @@
+Thu Mar 31 10:55:08 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com>
+
+- Update to 0.6.2:
+ *  [**Sec**] Possible out-of-bounds write in malformed IT / XM / MPTM files
+    using the internal LFO plugin. (r17076)
+ *  [**Sec**] Possible out-of-bounds read when using Amiga BLEP interpolation
+    with extremely high-pitched notes. (r17078, r17079)
+ *  ISO-8859-1-related charsets from Amiga OS and RISC OS are now handled more
+    accurately, thus avoiding some unwanted control characters.
+ *  MO3: Pattern indices 254 / 255 were not treated as playable patterns even 
if
+    the original file was a MOD / XM.
+ *  Correctly apply ST3-style effect memory when seeking in S3M files.
+ *  Command S (S3M / IT style) effect memory was not applied when seeking.
+ *  Initial channel mute status was not reported correctly in 
`get_channel_mute_status`
+    since libopenmpt 0.6.0.
+- Fix build on Leap by using GCC-11 as charconv header is only included
+  from GCC-8 onwards
+
+-------------------------------------------------------------------

Old:
----
  libopenmpt-0.6.1+release.autotools.tar.gz

New:
----
  libopenmpt-0.6.2+release.autotools.tar.gz

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

Other differences:
------------------
++++++ libopenmpt.spec ++++++
--- /var/tmp/diff_new_pack.nZwGgw/_old  2022-04-08 00:26:39.027041688 +0200
+++ /var/tmp/diff_new_pack.nZwGgw/_new  2022-04-08 00:26:39.027041688 +0200
@@ -21,7 +21,7 @@
 %define libopenmpt_modplug_version 0.8.9.0
 
 Name:           libopenmpt
-Version:        0.6.1
+Version:        0.6.2
 Release:        0
 Summary:        C++ and C library to decode tracker music files
 License:        BSD-3-Clause
@@ -32,7 +32,6 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  dos2unix
-BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
@@ -46,6 +45,12 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(zlib)
+# GCC >= 8 is required for charconv header
+%if 0%{suse_version} < 1550
+BuildRequires:  gcc11-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 
 %description
 libopenmpt is a C++ and C library to decode tracker music files
@@ -85,6 +90,9 @@
 dos2unix LICENSE README.md
 
 %build
+%if 0%{suse_version} < 1550
+export CXX=g++-11
+%endif
 autoreconf -fvi
 # doxygen docu is better on their website, no need to ship it
 # docdir points to devel as it is installing the devel examples

++++++ libopenmpt-0.6.1+release.autotools.tar.gz -> 
libopenmpt-0.6.2+release.autotools.tar.gz ++++++
++++ 3461 lines of diff (skipped)

Reply via email to