Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package speexdsp for openSUSE:Factory checked in at 2022-06-21 17:15:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/speexdsp (Old) and /work/SRC/openSUSE:Factory/.speexdsp.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "speexdsp" Tue Jun 21 17:15:10 2022 rev:9 rq:983873 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/speexdsp/speexdsp.changes 2021-01-18 11:30:30.320341670 +0100 +++ /work/SRC/openSUSE:Factory/.speexdsp.new.1548/speexdsp.changes 2022-06-21 17:15:13.182333895 +0200 @@ -1,0 +2,13 @@ +Sat Jun 18 13:14:44 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.2.1: + * CI: add gitlab CI integration + * fixed-point: Remove unused MULT16_32_Q1[1-4] macros and inlines + * fixed-point: don't truncate 32-bit arg to MULT16_32_Q15 + * fixed-point resample: remove 1-bit shift right before interpolation + * fixed-point: introduce MULT16_32_32 to handle unexpected types in MULT16_32_Q15 + * Fix incorrect macro names in arch.h + * Remove unused stack_alloc.h + * autotools: do not use deprecated macros + +------------------------------------------------------------------- Old: ---- speexdsp-1.2.0.tar.gz New: ---- SpeexDSP-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speexdsp.spec ++++++ --- /var/tmp/diff_new_pack.0bmb1a/_old 2022-06-21 17:15:13.722334446 +0200 +++ /var/tmp/diff_new_pack.0bmb1a/_new 2022-06-21 17:15:13.726334450 +0200 @@ -1,7 +1,7 @@ # # spec file for package speexdsp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,17 @@ %define sover 1 %define libname lib%{name}%{sover} Name: speexdsp -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Patent free speech codec License: BSD-3-Clause Group: Productivity/Multimedia/Sound/Editors and Convertors URL: https://www.speex.org/ #Git-Clone: https://github.com/xiph/speexdsp -Source0: https://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz +Source0: https://github.com/xiph/speexdsp/archive/refs/tags/SpeexDSP-%{version}.tar.gz Source2: baselibs.conf +BuildRequires: automake +BuildRequires: libtool BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig(ogg) Conflicts: speex <= 1.1.999_1.2rc1 @@ -59,9 +61,10 @@ SpeeX library. %prep -%autosetup +%autosetup -n speexdsp-SpeexDSP-%{version} %build +./autogen.sh # Disable NEON since it doesn't check for availability of the NEON # extension at runtime %configure \