Hello community,

here is the log from the commit of package opus for openSUSE:Factory checked in 
at 2017-06-28 10:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opus (Old)
 and      /work/SRC/openSUSE:Factory/.opus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opus"

Wed Jun 28 10:35:33 2017 rev:18 rq:506326 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/opus/opus.changes        2017-05-31 
12:11:18.371849569 +0200
+++ /work/SRC/openSUSE:Factory/.opus.new/opus.changes   2017-06-28 
10:35:35.369292722 +0200
@@ -1,0 +2,34 @@
+Mon Jun 26 20:06:55 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.2.1:
+  + This fixes an issue where the encoder can misdetect that the
+    signal is SWB instead of FB, lowpassing the signal. This patch
+    makes the encoder much more careful about doing that.
+
+-------------------------------------------------------------------
+Wed Jun 21 21:56:12 UTC 2017 - mplus...@suse.com
+
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------
+Tue Jun 20 21:17:41 UTC 2017 - aloi...@gmx.com
+
+- Update to version 1.2
+  + Speech quality improvements especially in the 12-20 kbit/s
+    range
+  + Improved VBR encoding for hybrid mode
+  + More aggressive use of wider speech bandwidth, including
+    fullband speech starting at 14 kbit/s
+  + Music quality improvements in the 32-48 kb/s range
+  + Generic and SSE CELT optimizations
+  + Support for directly encoding packets up to 120 ms
+  + DTX support for CELT mode
+  + SILK CBR improvements
+  + Support for all of the fixes in
+    draft-ietf-codec-opus-update-06 (the mono downmix and the
+    folding fixes need --enable-update-draft)
+  + Many bug fixes, including integer wrap-arounds discovered
+    through fuzzing (no security implications)
+- Removed static package
+
+-------------------------------------------------------------------
@@ -120,3 +154,3 @@
-  Fixes an out-of-bounds read that could be triggered by a
-  malicious Opus packet causing an integer wrap-around in the
-  padding code.
+  Fixes an out-of-bounds read that could be triggered by a
+  malicious Opus packet causing an integer wrap-around in the
+  padding code.

Old:
----
  opus-1.1.5.tar.gz

New:
----
  opus-1.2.1.tar.gz

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

Other differences:
------------------
++++++ opus.spec ++++++
--- /var/tmp/diff_new_pack.SOlfaU/_old  2017-06-28 10:35:36.193176164 +0200
+++ /var/tmp/diff_new_pack.SOlfaU/_new  2017-06-28 10:35:36.197175598 +0200
@@ -19,16 +19,15 @@
 
 %define sover      0
 Name:           opus
-Version:        1.1.5
+Version:        1.2.1
 Release:        0
-Summary:        Opus Audio Codec Library
+Summary:        Audio Codec Library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://opus-codec.org/
+Url:            https://opus-codec.org/
 Source:         https://archive.mozilla.org/pub/opus/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 The Opus codec is designed for interactive speech and audio transmission over
@@ -54,47 +53,31 @@
 the Internet. It is designed by the IETF Codec Working Group and incorporates
 technology from Skype's SILK codec and Xiph.Org's CELT codec.
 
-%package -n libopus-devel-static
-Summary:        Opus Audio Codec Library Static Library
-Group:          Development/Libraries/C and C++
-Requires:       libopus-devel = %{version}
-
-%description -n libopus-devel-static
-The Opus codec is designed for interactive speech and audio transmission over
-the Internet. It is designed by the IETF Codec Working Group and incorporates
-technology from Skype's SILK codec and Xiph.Org's CELT codec.
-
 %prep
 %setup -q
 
 %build
 %configure \
-%if 0%{?suse_version} <= 1110
-  --disable-intrinsics \
-%endif
+  --disable-static \
   --disable-silent-rules \
   --disable-doc \
   --enable-custom-modes
-
 make %{?_smp_mflags}
 
 %check
 make %{?_smp_mflags} check
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libopus%{sover} -p /sbin/ldconfig
-
 %postun -n libopus%{sover} -p /sbin/ldconfig
 
 %files -n libopus%{sover}
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
-%{_libdir}/libopus.so.%{sover}
-%{_libdir}/libopus.so.%{sover}.*
+%{_libdir}/libopus.so.%{sover}*
 
 %files -n libopus-devel
 %defattr(-,root,root)
@@ -103,8 +86,4 @@
 %{_libdir}/pkgconfig/opus.pc
 %{_datadir}/aclocal/opus.m4
 
-%files -n libopus-devel-static
-%defattr(-,root,root)
-%{_libdir}/libopus.a
-
 %changelog

++++++ opus-1.1.5.tar.gz -> opus-1.2.1.tar.gz ++++++
++++ 27929 lines of diff (skipped)


Reply via email to