Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opus for openSUSE:Factory checked in 
at 2023-04-22 21:57:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opus (Old)
 and      /work/SRC/openSUSE:Factory/.opus.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opus"

Sat Apr 22 21:57:07 2023 rev:23 rq:1081128 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/opus/opus.changes        2020-04-25 
20:12:32.240068933 +0200
+++ /work/SRC/openSUSE:Factory/.opus.new.1533/opus.changes      2023-04-22 
21:57:41.400222646 +0200
@@ -1,0 +2,18 @@
+Thu Apr 20 21:00:25 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.4:
+  * Improved tuning of the Opus in-band FEC (LBRR). See the
+    https://gitlab.xiph.org/xiph/opus/-/issues/2360 for details
+  * Added a OPUS_SET_INBAND_FEC(2) option that turns on FEC, but
+    does not force SILK mode (FEC will be disabled in CELT mode)
+  * Improved tuning and various fixes to DTX
+  * Added Meson support, improved CMake support
+- Change Source to new home on github.
+- Use autosetup, make_build and ldconfig_scriptlets macros.
+- Move AUTHORS and README docs to devel package.
+- Drop patches fixed upstream:
+  * opus-Fix-celt-decoder-assertion-when-using-OPUS_CUSTOM.patch
+  * opus-Silk-CNG-adapts-faster.patch
+  * opus-Silk-fix-arm-optimization.patch
+
+-------------------------------------------------------------------

Old:
----
  opus-1.3.1.tar.gz
  opus-Fix-celt-decoder-assertion-when-using-OPUS_CUSTOM.patch
  opus-Silk-CNG-adapts-faster.patch
  opus-Silk-fix-arm-optimization.patch

New:
----
  opus-1.4.tar.gz

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

Other differences:
------------------
++++++ opus.spec ++++++
--- /var/tmp/diff_new_pack.i57xCa/_old  2023-04-22 21:57:41.848225325 +0200
+++ /var/tmp/diff_new_pack.i57xCa/_new  2023-04-22 21:57:41.856225372 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opus
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,20 +19,14 @@
 
 %define sover   0
 Name:           opus
-Version:        1.3.1
+Version:        1.4
 Release:        0
 Summary:        Audio Codec Library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 URL:            https://opus-codec.org/
-Source:         https://archive.mozilla.org/pub/opus/%{name}-%{version}.tar.gz
+Source:         
https://github.com/xiph/opus/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM opus-Silk-CNG-adapts-faster.patch -- Silk CNG adapts 
faster to received packets with lower gains
-Patch0:         opus-Silk-CNG-adapts-faster.patch
-# PATCH-FIX-UPSTREAM opus-Silk-fix-arm-optimization.patch -- Avoid processing 
LPC coeffs beyond the given order in NEON optimizations
-Patch1:         opus-Silk-fix-arm-optimization.patch
-# PATCH-FIX-UPSTREAM 
opus-Fix-celt-decoder-assertion-when-using-OPUS_CUSTOM.patch -- Fix celt 
decoder assertion when using OPUS_CUSTOM
-Patch2:         opus-Fix-celt-decoder-assertion-when-using-OPUS_CUSTOM.patch
 BuildRequires:  pkgconfig
 
 %description
@@ -60,10 +54,7 @@
 technology from Skype's SILK codec and Xiph.Org's CELT codec.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
 
 %build
 %configure \
@@ -71,24 +62,23 @@
   --disable-silent-rules \
   --disable-doc \
   --enable-custom-modes
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post   -n libopus%{sover} -p /sbin/ldconfig
-%postun -n libopus%{sover} -p /sbin/ldconfig
+%ldconfig_scriptlets -n libopus%{sover}
 
 %files -n libopus%{sover}
 %license COPYING
-%doc AUTHORS README
 %{_libdir}/libopus.so.%{sover}*
 
 %files -n libopus-devel
+%doc AUTHORS README
 %{_libdir}/libopus.so
 %{_includedir}/opus
 %{_libdir}/pkgconfig/opus.pc

++++++ opus-1.3.1.tar.gz -> opus-1.4.tar.gz ++++++
++++ 14634 lines of diff (skipped)

Reply via email to