Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opencv3 for openSUSE:Factory checked 
in at 2021-03-02 14:41:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencv3 (Old)
 and      /work/SRC/openSUSE:Factory/.opencv3.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencv3"

Tue Mar  2 14:41:44 2021 rev:9 rq:874425 version:3.4.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencv3/opencv3.changes  2020-06-23 
21:03:41.377667265 +0200
+++ /work/SRC/openSUSE:Factory/.opencv3.new.2378/opencv3.changes        
2021-03-02 15:22:09.713815955 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 09:42:41 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- Use the python2/python3 macros only when the corresponding 
+  binaries are installed, needed by new python-rpm-macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opencv3.spec ++++++
--- /var/tmp/diff_new_pack.L72Q3F/_old  2021-03-02 15:22:10.573816516 +0100
+++ /var/tmp/diff_new_pack.L72Q3F/_new  2021-03-02 15:22:10.573816516 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencv3
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -219,8 +219,12 @@
       -DPYTHON_DEFAULT_EXECUTABLE=%{_bindir}/python3 \
 %endif
       -DOPENCV_SKIP_PYTHON_LOADER=ON \
+%if %{with python2}
       -DOPENCV_PYTHON2_INSTALL_PATH=%{python2_sitearch} \
+%endif
+%if %{with python3}
       -DOPENCV_PYTHON3_INSTALL_PATH=%{python3_sitearch} \
+%endif
       -DWITH_JASPER=OFF \
 
 make %{?_smp_mflags} VERBOSE=1

Reply via email to