Package Release Info

opencv3-3.4.9-bp152.2.8

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libopencv3_4
opencv3
opencv3-devel
opencv3-doc
python2-opencv3
python3-opencv3

Change Logs

* Wed Feb 19 2020 Michael Vetter <mvetter@suse.com>
- Drop Jasper (i.e jpeg2k) support (boo#1130404, boo#1144260)
  JasPer is unmaintained, CVEs are not being addressed (some issues
  received patches submitted to the upstream github project, but are
  not being merged, other CVEs are considered unfixable).
* Wed Dec 25 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 3.4.9
  For details, see https://github.com/opencv/opencv/wiki/ChangeLog#version349
* Sun Dec 08 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 3.4.8
  For details, see https://github.com/opencv/opencv/wiki/ChangeLog#version348
  Drop upstream CVE-2019-15939.patch
- Adjust _constraints, fix out-of-disk-space failures
* Thu Oct 17 2019 Michael Gorse <mgorse@suse.com>
- Update to 3.4.7
  Maintenance release, no changelog provided
  * Security fixes: CVE-2019-14491 (boo#1144352), CVE-2019-14492
    (boo#1144348).
- Drop fix_processor_detection_for_32bit_on_64bit.patch: fixed
  upstream.
- Add CVE-2019-15939.patch: add input check in HOG detector
  (boo#1149742 CVE-2019-15939).
* Fri Sep 13 2019 Michel Normand <normand@linux.vnet.ibm.com>
- Disable LTO on ppc64le for now, as it fails to build when enabled
  (boo#1146096).
* Tue Aug 27 2019 Jan Engelhardt <jengelh@inai.de>
- Avoid use of /? signs in specfiles as per guidelines.
* Tue Jul 30 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Reenable LTO again, fixed in GCC upstream: https://gcc.gnu.org/PR91231
* Wed Jul 24 2019 Antonio Larrosa <alarrosa@suse.com>
- Disable lto to work around an internal compiler error (boo#1142656)
* Fri Jun 28 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 3.4.6
  Maintenance release, no changelog provided
- Update to 3.4.5
  Maintenance release, no changelog provided
- Update to 3.4.4
  OpenVINO? toolkit components were updated to the R4 baseline
- Drop obsolete opencv-lib_suffix.patch
* Mon Oct 29 2018 Christophe Giboudeaux <christophe@krop.fr>
- Update to 3.4.3
  * Compatibility fixes with python 3.7
  * Added a new computational target DNN_TARGET_OPENCL_FP16
  * Extended support of Intel's Inference Engine backend
  * Enabled import of Intel's OpenVINO pre-trained networks from
    intermediate representation (IR).
  * tutorials improvements
  Check https://github.com/opencv/opencv/wiki/ChangeLog#version343
  for the complete changelog.
- Drop fix-build-i386-nosse.patch, build-workaround-issues-with-c.patch
  (fixed upstream)
- Refresh patches
* Tue May 29 2018 fabian@ritter-vogt.de
- Add patch to fix use of headers from C:
  * build-workaround-issues-with-c.patch
* Mon May 28 2018 fvogt@suse.com
- Update to 3.4.1:
  * Added support for quantized TensorFlow networks
  * OpenCV is now able to use Intel DL inference engine as DNN
    acceleration backend
  * Added AVX-512 acceleration to the performance-critical kernels
  * For more information, read
    https://github.com/opencv/opencv/wiki/ChangeLog#version341
- Update contrib modules to 3.4.1:
  * No changelog available
- Change mechanism the contrib modules are built
- Include LICENSE of contrib tarball as well
- Build with python3 on >= 15
- Add patch to fix build on i386 without SSE:
  * fix-build-i386-nosse.patch
- Refresh patches:
  * fix_processor_detection_for_32bit_on_64bit.patch
  * opencv-build-compare.patch
- Mention all libs explicitly
- Rebase 3.4.0 update from i@marguerite.su
- update to 3.4.0
  * Added faster R-CNN support
  * Javascript bindings have been extended to
    cover DNN module
  * DNN has been further accelerated for iGPU
    using OpenCL
  * On-disk caching of precompiled OpenCL
    kernels has been finally implemented
  * possible to load and run pre-compiled
    OpenCL kernels via T-API
  * Bit-exact 8-bit and 16-bit resize has been
    implemented (currently supported only
    bilinear interpolation)
- update face module to 3.4.0
- add opencv-lib_suffix.patch, remove LIB_SUFFIX
  from OPENCV_LIB_INSTALL_PATH, as CMAKE_INSTALL
  _LIBDIR is arch dependent.
* Mon Mar 12 2018 schwab@suse.de
- Add option to build without openblas
* Mon Jan 08 2018 tchvatal@suse.com
- Add conditionals for python2 and python3 to allow us enabling
  only desired python variants when needed
- Do not depend on sphinx as py2 and py3 seem to collide there
* Sat Nov 25 2017 stefan.bruens@rwth-aachen.de
- Readd opencv-gles.patch, it is *not* included upstream; otherwise
  build breaks on all GLES Qt5 platforms (armv6l, armv7l, aarch64)
- add fix_processor_detection_for_32bit_on_64bit.patch
- Correctly set optimizations and dynamic dispatch on ARM, use
  OpenCV 3.3 syntax on x86.
* Mon Nov 13 2017 mpluskal@suse.com
- Update licensing information
* Wed Nov 08 2017 ecsos@opensuse.org
- change requires of python-numpy-devel to build in Leap and
  to not break factory in future
* Sat Nov 04 2017 ecsos@opensuse.org
- fix build error/unresolvable for Leap 42.2 and 42.3
* Fri Nov 03 2017 mpluskal@suse.com
- Update to version 3.3.1:
  * Lots of various bugfixes
- Update source url
* Thu Nov 02 2017 mpluskal@suse.com
- Rename python subpackage to python2
- Do not explicitly require python-base for python subpackages