Hello community, here is the log from the commit of package arm-ml-examples for openSUSE:Factory checked in at 2020-10-27 19:01:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/arm-ml-examples (Old) and /work/SRC/openSUSE:Factory/.arm-ml-examples.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arm-ml-examples" Tue Oct 27 19:01:41 2020 rev:3 rq:844262 version:0.0~git20200114.7f6276c Changes: -------- --- /work/SRC/openSUSE:Factory/arm-ml-examples/arm-ml-examples.changes 2020-05-20 18:46:32.321427408 +0200 +++ /work/SRC/openSUSE:Factory/.arm-ml-examples.new.3463/arm-ml-examples.changes 2020-10-27 19:01:54.798872824 +0100 @@ -1,0 +2,6 @@ +Tue Oct 27 10:41:27 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org> + +- Add ExcludeArch: %ix86: follow the definition in armnn: where + armnn does not build, this package can't exist neither. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arm-ml-examples.spec ++++++ --- /var/tmp/diff_new_pack.PXpLFB/_old 2020-10-27 19:01:56.522874079 +0100 +++ /var/tmp/diff_new_pack.PXpLFB/_new 2020-10-27 19:01:56.526874082 +0100 @@ -1,7 +1,7 @@ # # spec file for package arm-ml-examples # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + # Enable CAFFE %bcond_without armnn_caffe @@ -33,7 +34,7 @@ Summary: Machine learning examples used in Arm's ML developer space License: Apache-2.0 Group: Development/Libraries/Other -Url: https://developer.arm.com/products/processors/machine-learning/arm-nn +URL: https://developer.arm.com/products/processors/machine-learning/arm-nn Source0: ML-examples-%{version}.tar.xz BuildRequires: armnn-devel BuildRequires: gcc-c++ @@ -48,6 +49,7 @@ %if %{without armnn_caffe} && %{without armnn_tf} ExclusiveArch: %endif +ExcludeArch: %ix86 %description Source code for machine learning tutorials and examples used in Arm's ML developer space.