* Thu Nov 11 2021 tiwai@suse.de
- Fix zero division error in read_samples (CVE-2020-23903 bsc#1192580)
speex-CVE-2020-23903.patch
* Sun Feb 19 2017 tom.mbrt@googlemail.com
- Update to stable 1.2 release
* Sat Aug 22 2015 bwiedemann@suse.com
- make speex-devel require speexdsp-devel to be backward compatible
* Wed Mar 11 2015 jengelh@inai.de
- Use the tilde versioning scheme; we are no longer bound to use
the old hacks.
* Sat Feb 28 2015 tchvatal@suse.com
- Move libname up and set it just once, easier for later on.
* Mon Feb 23 2015 mpluskal@suse.com
- Split package to two separate packages
* speexdsp contains libraries
* speex contains tools
- Update to 1.2rc2
* This release splits the speex codec library and the speex DSP
library into separate source trees. Both projects received
build-system improvements, bugfixes, and cleanup. The speex
codec's VBR tuning was improved, while the speexdsp resampler
got some NEON optimizations.
- Remove obsolete patch
* speex-1.0.5-warning-fix.diff
* Fri Apr 05 2013 idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
* Thu Nov 24 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Sat Sep 04 2010 cristian.rodriguez@opensuse.org
- Do not include build date in binaries...
* Fri Jun 25 2010 dmueller@suse.de
- obsolete old -XXbit packages
* Thu Jan 14 2010 chris@computersalat.de
- fix build for SLE_10
autoreconf for suse_version >= 1100
- spec
o sort TAGS
o macros
rm > {__rm}
version > {version} ....
* Thu Jan 07 2010 lnussel@suse.de
- split off libspeex1 and libspeexdsp1 according to library
packaging policy
- include actual tarball version in package version
- don't package README's for embedded cpus
* Fri Dec 18 2009 jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Wed Aug 06 2008 tiwai@suse.de
- updated to version 1.2rc1:
* support for acoustic echo cancellation with multiple mics
and speakers.
* add an API to decorrelate loudspeaker signals
* fixes for a few bugs in the echo canceller, jitter buffer and
preprocessor
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Fri Jan 11 2008 tiwai@suse.de
- updated to version 1.2beta3:
* all the non-codec components (preprocessor, echo cancellation,
jitter buffer) have been moved to a new libspeexdsp library
* a new jitter buffer algorithm
* resampler improvements/fixes
* libspeex can be built without any floating point support
* Tue Aug 14 2007 tiwai@suse.de
- fix the bug in resampler code (signed/unsigned mismatch)
- move man pages to the main package
- a bit clean up of spec file
* Thu May 24 2007 tiwai@suse.de
- updated to version 1.2beta2:
* reduced RAM requirement
* A new resampler module
* improved / fixed echo canceller
* improved preprocessor
* early TriMedia support (incomplete)
- removed static library and *.la files
* Tue Apr 10 2007 tiwai@suse.de
- split shared library to libspeex sub package.