Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ade for openSUSE:Factory checked in 
at 2022-01-20 00:12:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ade (Old)
 and      /work/SRC/openSUSE:Factory/.ade.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ade"

Thu Jan 20 00:12:27 2022 rev:3 rq:947416 version:0.1.1f

Changes:
--------
--- /work/SRC/openSUSE:Factory/ade/ade.changes  2019-09-11 10:41:46.607205270 
+0200
+++ /work/SRC/openSUSE:Factory/.ade.new.1892/ade.changes        2022-01-20 
00:13:24.502631184 +0100
@@ -1,0 +2,5 @@
+Wed Jan 12 15:45:28 UTC 2022 - Antonio Larrosa <[email protected]>
+
+- Don't leave an empty %check section if building without tests
+
+-------------------------------------------------------------------
@@ -4,0 +10,4 @@
+  * Fixed warning which happens with old compilers
+    (which are still supported in OpenCV)
+- Update to version 0.1.1e
+  * Bugfix: Make size() method to return size_t value
@@ -17 +26 @@
-- Initial package version
+- Initial package version 0.1.1d

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

Other differences:
------------------
++++++ ade.spec ++++++
--- /var/tmp/diff_new_pack.hQphEh/_old  2022-01-20 00:13:24.926631526 +0100
+++ /var/tmp/diff_new_pack.hQphEh/_new  2022-01-20 00:13:24.934631533 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ade
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 Summary:        Graph construction, manipulation, and processing framework
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
-Url:            http://opencv.org/
+URL:            https://opencv.org/
 Source0:        
https://github.com/opencv/ade/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  c++_compiler
 BuildRequires:  cmake > 3.2
@@ -62,7 +62,6 @@
   %{?with_docs:-DBUILD_ADE_DOCUMENTATION=ON} \
   %{?with_tests:-DGTEST_ROOT:PATH=%{_prefix} -DENABLE_ADE_TESTING=ON} \
 
-
 %cmake_build
 
 %install
@@ -71,8 +70,8 @@
 rm %{buildroot}%{_bindir}/ade-tests
 %endif
 
-%check
 %if %{with tests}
+%check
 %ctest
 %endif
 

Reply via email to