commit arm-ml-examples for openSUSE:Factory

2020-10-27 Thread root
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 
+
+- 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.




commit arm-ml-examples for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package arm-ml-examples for openSUSE:Factory 
checked in at 2020-05-20 18:46:16

Comparing /work/SRC/openSUSE:Factory/arm-ml-examples (Old)
 and  /work/SRC/openSUSE:Factory/.arm-ml-examples.new.2738 (New)


Package is "arm-ml-examples"

Wed May 20 18:46:16 2020 rev:2 rq:807423 version:0.0~git20200114.7f6276c

Changes:

--- /work/SRC/openSUSE:Factory/arm-ml-examples/arm-ml-examples.changes  
2020-04-22 20:45:36.918525694 +0200
+++ 
/work/SRC/openSUSE:Factory/.arm-ml-examples.new.2738/arm-ml-examples.changes
2020-05-20 18:46:32.321427408 +0200
@@ -1,0 +2,5 @@
+Tue May 19 16:00:00 UTC 2020 - Guillaume GARDET 
+
+- Remove unneeded dependency on tensorlfow-devel
+
+---



Other differences:
--
++ arm-ml-examples.spec ++
--- /var/tmp/diff_new_pack.yO0Ibi/_old  2020-05-20 18:46:33.141429250 +0200
+++ /var/tmp/diff_new_pack.yO0Ibi/_new  2020-05-20 18:46:33.145429259 +0200
@@ -43,9 +43,6 @@
 BuildRequires:  libboost_program_options-devel
 BuildRequires:  libboost_system-devel
 %endif
-%if %{with armnn_tf}
-BuildRequires:  tensorflow-devel
-%endif
 # Examples are useful only with the data
 Requires:   arm-ml-examples-data
 %if %{without armnn_caffe} && %{without armnn_tf}