Hello community, here is the log from the commit of package opencv for openSUSE:Factory checked in at 2019-08-19 20:59:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencv (Old) and /work/SRC/openSUSE:Factory/.opencv.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencv" Mon Aug 19 20:59:34 2019 rev:74 rq:722327 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/opencv/opencv.changes 2019-07-17 13:14:02.647854531 +0200 +++ /work/SRC/openSUSE:Factory/.opencv.new.22127/opencv.changes 2019-08-19 20:59:50.260945750 +0200 @@ -1,0 +2,24 @@ +Sat Aug 10 21:45:53 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Increase the disk space needed to build opencv. + +------------------------------------------------------------------- +Fri Aug 9 19:56:24 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 4.1.1 + * DNN module: + * 3D convolution networks initial support + * A lot of improvements for ONNX and TenforFlow importers + * Performance improvements + * Added IPPE method for planar pose estimation in solvePnP + * Added solvePnPRefineLM and solvePnPRefineVVS +- Check https://github.com/opencv/opencv/wiki/ChangeLog#version411 for the + complete list of changes. + +- Drop fix_processor_detection_for_32bit_on_64bit.patch. Fixed upstream +- Drop 0001-Handle-absolute-OPENCV_INCLUDE_INSTALL_PATH-correctl.patch + Fixed upstream +- Refresh 0001-Do-not-include-glx.h-when-using-GLES.patch and + opencv-build-compare.patch. + +------------------------------------------------------------------- Old: ---- 0001-Handle-absolute-OPENCV_INCLUDE_INSTALL_PATH-correctl.patch fix_processor_detection_for_32bit_on_64bit.patch opencv-4.1.0.tar.gz opencv_contrib-4.1.0.tar.gz New: ---- opencv-4.1.1.tar.gz opencv_contrib-4.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencv.spec ++++++ --- /var/tmp/diff_new_pack.17uxF1/_old 2019-08-19 20:59:56.424944751 +0200 +++ /var/tmp/diff_new_pack.17uxF1/_new 2019-08-19 20:59:56.456944746 +0200 @@ -29,13 +29,13 @@ %bcond_without python3 %bcond_without openblas Name: opencv -Version: 4.1.0 +Version: 4.1.1 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 License: BSD-3-Clause AND GPL-2.0-only AND Apache-2.0 Group: Development/Libraries/C and C++ -Url: http://opencv.org/ +URL: https://opencv.org/ Source0: https://github.com/opencv/opencv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # This is the FACE module from the opencv_contrib package. Packaged separately to prevent too much unstable modules Source1: https://github.com/opencv/opencv_contrib/archive/%{version}.tar.gz#/opencv_contrib-%{version}.tar.gz @@ -45,13 +45,6 @@ Patch1: opencv-build-compare.patch # PATCH-FIX-OPENSUSE 0001-Do-not-include-glx.h-when-using-GLES.patch -- Fix build error on 32bit ARM, due to incompatible pointer types, https://github.com/opencv/opencv/issues/9171 Patch2: 0001-Do-not-include-glx.h-when-using-GLES.patch -# PATCH-FIX-UPSTREAM fix_processor_detection_for_32bit_on_64bit.patch -- Fix CPU detection for 32bit build on qemu-system-aarch64 -Patch3: fix_processor_detection_for_32bit_on_64bit.patch -# PATCH-FIX-OPENSUSE -Patch4: 0001-Handle-absolute-OPENCV_INCLUDE_INSTALL_PATH-correctl.patch -%if %{with gapi} -BuildRequires: ade-devel >= 0.1.0 -%endif BuildRequires: cmake BuildRequires: fdupes BuildRequires: libeigen3-devel @@ -73,6 +66,9 @@ BuildRequires: pkgconfig(zlib) Provides: opencv-qt5 = %{version} Obsoletes: opencv-qt5 < %{version} +%if %{with gapi} +BuildRequires: ade-devel >= 0.1.0 +%endif %if %{with openblas} BuildRequires: openblas-devel %endif @@ -235,7 +231,7 @@ -DCPU_DISPATCH=FP16 \ %endif %if 0%{?suse_version} >= 1500 - -DPYTHON_DEFAULT_EXECUTABLE=/usr/bin/python3 \ + -DPYTHON_DEFAULT_EXECUTABLE=%{_bindir}/python3 \ %endif -DOPENCV_SKIP_PYTHON_LOADER=ON \ ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.17uxF1/_old 2019-08-19 20:59:56.924944670 +0200 +++ /var/tmp/diff_new_pack.17uxF1/_new 2019-08-19 20:59:56.948944666 +0200 @@ -3,7 +3,7 @@ <hardware> <disk> <!-- build uses 20GB in maintenance projects currently 201502 --> - <size unit="G">8</size> + <size unit="G">13</size> </disk> </hardware> <overwrite> ++++++ opencv-4.1.0.tar.gz -> opencv-4.1.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/opencv/opencv-4.1.0.tar.gz /work/SRC/openSUSE:Factory/.opencv.new.22127/opencv-4.1.1.tar.gz differ: char 29, line 1 ++++++ opencv-build-compare.patch ++++++ --- /var/tmp/diff_new_pack.17uxF1/_old 2019-08-19 20:59:57.340944602 +0200 +++ /var/tmp/diff_new_pack.17uxF1/_new 2019-08-19 20:59:57.356944600 +0200 @@ -1,8 +1,8 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index c7c76ec..b9257c6 100644 +index 8631bbc..60352a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -960,11 +960,11 @@ endif() +@@ -1099,11 +1099,11 @@ endif() if(OPENCV_TIMESTAMP) status(" Timestamp:" ${OPENCV_TIMESTAMP}) endif() @@ -17,10 +17,10 @@ status(" CMake build tool:" ${CMAKE_BUILD_TOOL}) if(MSVC) diff --git a/cmake/OpenCVUtils.cmake b/cmake/OpenCVUtils.cmake -index fae91c1..89bfd0d 100644 +index 9cba5d9..71f764c 100644 --- a/cmake/OpenCVUtils.cmake +++ b/cmake/OpenCVUtils.cmake -@@ -804,15 +804,18 @@ function(status text) +@@ -922,15 +922,18 @@ function(status text) if(${status_cond}) string(REPLACE ";" " " status_then "${status_then}") string(REGEX REPLACE "^[ \t]+" "" status_then "${status_then}") @@ -39,3 +39,4 @@ ocv_output_status("${status_text} ${status_cond}") endif() else() + ++++++ opencv-gles.patch ++++++ --- /var/tmp/diff_new_pack.17uxF1/_old 2019-08-19 20:59:57.528944572 +0200 +++ /var/tmp/diff_new_pack.17uxF1/_new 2019-08-19 20:59:57.552944568 +0200 @@ -2,7 +2,7 @@ index 9425c7b..9e3c156 100644 --- a/modules/highgui/src/window_QT.cpp +++ b/modules/highgui/src/window_QT.cpp -@@ -3226,7 +3226,9 @@ void OpenGlViewPort::updateGl() +@@ -3225,7 +3225,9 @@ void OpenGlViewPort::updateGl() void OpenGlViewPort::initializeGL() { ++++++ opencv_contrib-4.1.0.tar.gz -> opencv_contrib-4.1.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/opencv/opencv_contrib-4.1.0.tar.gz /work/SRC/openSUSE:Factory/.opencv.new.22127/opencv_contrib-4.1.1.tar.gz differ: char 52, line 1
