Hello community, here is the log from the commit of package opusfile for openSUSE:Factory checked in at 2020-09-23 18:48:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opusfile (Old) and /work/SRC/openSUSE:Factory/.opusfile.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opusfile" Wed Sep 23 18:48:38 2020 rev:9 rq:836324 version:0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes 2018-09-26 16:11:38.907463542 +0200 +++ /work/SRC/openSUSE:Factory/.opusfile.new.4249/opusfile.changes 2020-09-23 18:49:11.781806848 +0200 @@ -1,0 +2,15 @@ +Fri Sep 11 15:19:20 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 0.12: + * Fix stack overflow buffering out-of-sequence streams. + * Fix possible divide-by-zero. + * Fix issues with seeking in the win32 backend. + * Fix an issue where the seek algorithm could be confused by stream data changing between reads. + * Clean up compiler and scan-build warnings. + * Avoid use of the deprecated ftime() function which has Y2038 problems. + * Remove undefined behaviour memcpy(NULL) in op_read_native(). + * Visual Studio project files updated for libogg 1.3.4 library name change. + * Various build systems updates. + * Various integration and testing environment improvements. + +------------------------------------------------------------------- Old: ---- opusfile-0.11.tar.gz New: ---- opusfile-0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opusfile.spec ++++++ --- /var/tmp/diff_new_pack.co3sPU/_old 2020-09-23 18:49:12.357807377 +0200 +++ /var/tmp/diff_new_pack.co3sPU/_new 2020-09-23 18:49:12.361807381 +0200 @@ -1,7 +1,7 @@ # # spec file for package opusfile # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2013 Bjørn Lie ([email protected]). # # All modifications and additions to the file contributed by third parties @@ -19,13 +19,13 @@ %define soname 0 Name: opusfile -Version: 0.11 +Version: 0.12 Release: 0 Summary: A high-level API for decoding and seeking within .opus files License: BSD-3-Clause Group: System/Libraries -URL: http://www.opus-codec.org/ -Source: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz +URL: https://www.opus-codec.org/ +Source: https://downloads.xiph.org/releases/opus/opusfile-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: pkgconfig(ogg) >= 1.3 BuildRequires: pkgconfig(openssl) @@ -73,7 +73,7 @@ %configure \ --disable-static \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %install %make_install ++++++ opusfile-0.11.tar.gz -> opusfile-0.12.tar.gz ++++++ ++++ 7478 lines of diff (skipped)
