Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arm-ml-examples for openSUSE:Factory
checked in at 2021-07-08 22:49:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arm-ml-examples (Old)
and /work/SRC/openSUSE:Factory/.arm-ml-examples.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arm-ml-examples"
Thu Jul 8 22:49:18 2021 rev:4 rq:904735 version:0.0~git20200114.7f6276c
Changes:
--------
--- /work/SRC/openSUSE:Factory/arm-ml-examples/arm-ml-examples.changes
2020-10-27 19:01:54.798872824 +0100
+++
/work/SRC/openSUSE:Factory/.arm-ml-examples.new.2625/arm-ml-examples.changes
2021-07-08 22:49:37.847907986 +0200
@@ -1,0 +2,5 @@
+Mon Jun 7 07:43:44 UTC 2021 - Guillaume GARDET <[email protected]>
+
+- Disable CAFFE and Tensorflow since it has been dropped in latest armnn
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arm-ml-examples.spec ++++++
--- /var/tmp/diff_new_pack.aJayBu/_old 2021-07-08 22:49:38.431903480 +0200
+++ /var/tmp/diff_new_pack.aJayBu/_new 2021-07-08 22:49:38.435903449 +0200
@@ -16,15 +16,13 @@
#
-# Enable CAFFE
-%bcond_without armnn_caffe
+# Disable CAFFE and Tensorflow since it has been dropped in latest armnn
+%bcond_with armnn_caffe
+%bcond_with armnn_tf
# Disable ONNX due to https://github.com/ARM-software/armnn/issues/292
%bcond_with armnn_onnx
-# Enable Tensorflow
-%bcond_without armnn_tf
-
# Enable TensorFlowLite
%bcond_without armnn_tflite
@@ -46,9 +44,6 @@
%endif
# Examples are useful only with the data
Requires: arm-ml-examples-data
-%if %{without armnn_caffe} && %{without armnn_tf}
-ExclusiveArch:
-%endif
ExcludeArch: %ix86
%description
@@ -116,9 +111,11 @@
%endif
popd
+%if %{with armnn_caffe} || %{with armnn_tf}
%files
%defattr(-,root,root)
%{_bindir}/*
+%endif
%files data
%dir %{_datadir}/armnn-mnist