Changelog for
libopencv3_3-3.3.1-6.183.16.i586.rpm :
* Wed May 10 2023 wbauerAATTtmo.at- Build with openmp instead of tbb on Tumbleweed, it fails with newer versions of the latter- Add fix-GCC12-compilation.patch to fix build with the latest gcc versions- Add Python-3.7-compatability.patch to fix build with python 3.7+ and reenable python bindings on Tumbleweed- Update fix-build-with-ffmpeg4.patch to fix wrong fps value for avi files with ffmpeg-4
* Fri Sep 03 2021 wbauerAATTtmo.at- Build with libjasper also on Tumbleweed again, it\'s back since a couple of months- Add Fix-build-of-grfmt_jpeg2000.cpp.patch to fix build with newer libjasper versions
* Tue Apr 13 2021 pgajdosAATTsuse.com- do not require pkgconfig(IlmBase), the correct dependency [pkgconfig(IlmBase) for openexr < 3.0.0, pkgconfig(Imath) for openexr >= 3.0.0] is pulled by pkgconfig(OpenEXR)
* Thu Feb 04 2021 wbauerAATTtmo.at- Add fix-build-with-ffmpeg4.patch and build with the default ffmpeg-4 on Tumbleweed
* Fri Mar 06 2020 wbauerAATTtmo.at- Build without libjasper on Tumbleweed, it has been dropped
* Thu Oct 17 2019 Michael Gorse
- Add CVE-2019-15939.patch: add input check in HOG detector (boo#1149742 CVE-2019-15939).
* Wed Oct 16 2019 Michael Gorse - Add opencv-cmake-rel-deb-info.patch: rework MAP_IMPORTED_CONFIG to prevent unintended build failures (boo#1154091).- Add opencv-check-macros.patch: Add \"check\" macros (boo#1144352 boo#1144348).- Add CVE-2019-14491.patch: objdetect: validate feature rectangle when reading (boo#1144352 boo#1144348 CVE-2019-14491 CVE-2019-14492).
* Wed Jul 10 2019 wbauerAATTtmo.at- Disable building the python bindings on Tumbleweed, as this fails for some reason
* Fri Nov 16 2018 wbauerAATTtmo.at- Explicitly build with ffmpeg-3 for now, it fails with 4.x
* Mon May 21 2018 qzhengAATTsuse.com- Add opencv-imgproc-fix-bounds-check.patch: make backport from commit 4ca89db to fix imgproc(hdr) bounds check in HdrDecoder::checkSignature ( bsc#1074312, CVE-2017-18009 ).