Hello community, here is the log from the commit of package opencv for openSUSE:Factory checked in at 2020-01-10 18:39:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencv (Old) and /work/SRC/openSUSE:Factory/.opencv.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencv" Fri Jan 10 18:39:37 2020 rev:79 rq:759231 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opencv/opencv.changes 2019-11-06 13:46:43.471546219 +0100 +++ /work/SRC/openSUSE:Factory/.opencv.new.6675/opencv.changes 2020-01-10 18:39:41.791475305 +0100 @@ -1,0 +2,39 @@ +Wed Dec 25 01:25:00 UTC 2019 - Stefan Brüns <[email protected]> + +- Update to 4.2.0 + * DNN module: + + Integrated GSoC project with CUDA backend: #14827 + + Intel® Inference Engine backend ( OpenVINO™ ): + - support for nGraph OpenVINO API (preview / experimental): #15537 + * G-API module: + + Enabled in-graph inference: #15090. Now G-API can express more + complex hybrid CV/DL algorithms; + - Intel® Inference Engine backend is the only available now, + support for DNN module will be added in the future releases. + + Extended execution model with streaming support: #15216. Decoding, + image processing, inference, and post-processing are now pipelined + efficiently when processing a video stream with G-API. + + Added tutorials covering these new features: Face analytics + pipeline and a sample Face beautification algorithm. + * Performance improvements: + + SIMD intrinsics: StereoBM/StereoSGBM algorithms, resize, integral, + flip, accumulate with mask, HOG, demosaic, moments + + Muti-threading: pyrDown + * And many other great patches from OpenCV community: + + VideoCapture: video stream extraction (demuxing) through + FFmpeg backend. + + VideoCapture: waitAny() API for camera input multiplexing + (Video4Linux through poll() calls). + + (opencv_contrib) new algorithm Rapid Frequency Selective + Reconstruction (FSR): #2296 + tutorial. + + (opencv_contrib) RIC method for sparse match interpolation: #2367. + + (opencv_contrib) LOGOS features matching strategy: #2383. + * Breaking changes: + + Disabled constructors for legacy C API structures. + + Implementation of Thread Local Storage (TLS) has been improved to + release data from terminated threads. API has been changed. + + Don't define unsafe CV_XADD implementation by default. + + Python conversion rules of passed arguments will be updated in + next releases: #15915. + +------------------------------------------------------------------- Old: ---- opencv-4.1.2.tar.gz opencv_contrib-4.1.2.tar.gz New: ---- opencv-4.2.0.tar.gz opencv_contrib-4.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencv.spec ++++++ --- /var/tmp/diff_new_pack.awtTMI/_old 2020-01-10 18:39:46.403477039 +0100 +++ /var/tmp/diff_new_pack.awtTMI/_new 2020-01-10 18:39:46.403477039 +0100 @@ -21,7 +21,7 @@ %endif %define libname lib%{name} -%define soname 4_1 +%define soname 4_2 # disabled by default as many fail %bcond_with tests %bcond_without gapi @@ -30,7 +30,7 @@ %bcond_without python3 %bcond_without openblas Name: opencv -Version: 4.1.2 +Version: 4.2.0 Release: 0 Summary: Collection of algorithms for computer vision # GPL-2.0 AND Apache-2.0 files are in 3rdparty/ittnotify which is not build ++++++ opencv-4.1.2.tar.gz -> opencv-4.2.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/opencv/opencv-4.1.2.tar.gz /work/SRC/openSUSE:Factory/.opencv.new.6675/opencv-4.2.0.tar.gz differ: char 30, line 1 ++++++ opencv_contrib-4.1.2.tar.gz -> opencv_contrib-4.2.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/opencv/opencv_contrib-4.1.2.tar.gz /work/SRC/openSUSE:Factory/.opencv.new.6675/opencv_contrib-4.2.0.tar.gz differ: char 32, line 1
