Changelog for
libaubio-devel-0.4.9-97.1.x86_64.rpm :
* Sun Jul 16 2023 Edgar Aichinger
- Add waflib_deprecated.patch (fixes TW compilation)
* Thu May 04 2023 Dominique Leuenberger - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Tue Mar 14 2023 Dave Plater - Replace ffmpeg libs pkgconfig build requires with actual ffmpeg-4 devel packages to fix build for Tumbleweed
* Tue Dec 13 2022 Bjørn Lie - Replace pkgconfig(libavresample) with pkgconfig(libswresample) BuildRequires as ffmpeg-5 does not provide libavresample.- Add cdfe9ce.patch: [source_avcodec] avoid deprecation warning with latest avcodec api (58.134.100).- Add 8a05420.patch: [source_avcodec] define FF_API_LAVF_AVCTX for libavcodec > 59, thx AATTberolinux (closes gh-353).
* Sat Apr 09 2022 dliwAATTposteo.net- Enable fftw3
* Thu Jan 30 2020 Tomáš Chvátal - Do not pull in the python2 as a dependency since we can build fine with python3
* Tue Feb 12 2019 bjorn.lieAATTgmail.com- Update to version 0.4.9:
* No upstream changes provided, please see https://git.aubio.org/?p=aubio.git;a=shortlog- Changes from version 0.4.8:
* src/notes: new option release_drop.
* src/spectral: new parameters added to filterbank and mfcc.
* python/lib: start documenting module, improve build for win-amd64.
* src fixes: prevent crash when using fft sizes unsupported by vDSP, prevent saturation when down-mixing a multi-channel source (avcodec/ffmpeg).- Changes from version 0.4.7:
* src/io/, src/notes/, src/pitch: prevent crashes on corrupted files.
* src/spectral/dct.h: add dct type II object with optimised versions.
* examples/: fix jack midi output, improve messages when jack disabled.
* python/: add dct support, minor bug fixes tests and demos.
* wscript: improve support for BLAS/ATLAS.- Drop upstream fixed patches:
* aubio-wavread-input-validation.patch
* aubio-resampler-NULL-deref-fix.patch
* 0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch
* 0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch
* 0002-src-io-source_wavread.c-also-exit-if-samplerate-is-n.patch
* 0002-src-pitch-pitchyinfft.c-comment-out-debug-output.patch- Run spec-cleaner, modernize spec.- Replace ffmpeg3-devel with pkgconfig(libavdevice) BuildRequires: Allow to build with ffmpeg v4 and newer.
* Tue Aug 07 2018 tiwaiAATTsuse.de- Fix minor security issues leading to segfault or buffer overread (CVE-2018-14522, bsc#1102359, CVE-2018-14523, bsc#1102364): 0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch 0002-src-pitch-pitchyinfft.c-comment-out-debug-output.patch 0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch 0002-src-io-source_wavread.c-also-exit-if-samplerate-is-n.patch- Refresh the previous fixes from the upstream version aubio-wavread-input-validation.patch aubio-resampler-NULL-deref-fix.patch
* Fri Jun 08 2018 tiwaiAATTsuse.de- Use license file tag
* Fri Jun 08 2018 tiwaiAATTsuse.de- Fix segfault with malformed input file (CVE-2017-17554, bsc#1072317): aubio-resampler-NULL-deref-fix.patch