Hello community,

here is the log from the commit of package tensorflow for openSUSE:Factory 
checked in at 2018-11-27 10:45:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tensorflow (Old)
 and      /work/SRC/openSUSE:Factory/.tensorflow.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tensorflow"

Tue Nov 27 10:45:03 2018 rev:3 rq:652060 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tensorflow/tensorflow.changes    2018-11-26 
10:36:59.616558143 +0100
+++ /work/SRC/openSUSE:Factory/.tensorflow.new.19453/tensorflow.changes 
2018-11-27 10:46:36.239938243 +0100
@@ -1,0 +2,6 @@
+Mon Nov 26 19:38:35 UTC 2018 - Todd R <[email protected]>
+
+- Fix python3 provides
+- Minor spec file cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tensorflow.spec ++++++
--- /var/tmp/diff_new_pack.vxnlQo/_old  2018-11-27 10:46:38.111936321 +0100
+++ /var/tmp/diff_new_pack.vxnlQo/_new  2018-11-27 10:46:38.115936316 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -148,7 +148,7 @@
 Version:        %vers
 Release:        0
 #Release:        1%{?config_dependant}%{?dist}
-Summary:        Tensorflow is a framework used for deep learning
+Summary:        A framework used for deep learning
 License:        Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND FSFUL AND MIT 
AND MPL-2.0 AND OpenSSL AND Python-2.0
 Group:          Development/Languages/Python
 Url:            https://www.tensorflow.org/
@@ -214,6 +214,11 @@
 Requires:       python3-numpy
 %endif
 Requires:       python3-pip
+%if %{with hpc}
+Provides:       python3-tensorflow-%{compiler_family}%{?c_f_ver}-hpc
+%else
+Provides:       python3-tensorflow
+%endif
 BuildRequires:  bazel
 BuildRequires:  curl
 %if %{with cuda}
@@ -267,11 +272,6 @@
 %endif
 BuildRequires:  lua-lmod
 BuildRequires:  suse-hpc
-%if %{with hpc}
-Provides:       python3-tensorflow-%{compiler_family}%{?c_f_ver}-hpc
-%else
-Provides:       python3-tensorflow
-%endif
 %hpc_requires
 %endif
 
@@ -301,18 +301,30 @@
 %package -n %{package_name}-devel
 Summary:        Header files of tensorflow
 Group:          Development/Languages/Python
-Requires:       %{package_name}
+Requires:       %{package_name} = %{version}
 
 %description  -n %{package_name}-devel
-Necessary headers for the C/C++ Api
+This open source software library for numerical computation is used for data
+flow graphs. The graph nodes represent mathematical operations, while the graph
+edges represent the multidimensional data arrays (tensors) that flow between
+them. This flexible architecture enables you to deploy computation to one or
+more CPUs in a desktop, server, or mobile device without rewriting code.
+
+This package provides necessary headers for the C/C++ Api
 
 %package -n %{package_name}-doc
-Summary:        Examples from tensorflow
-Group:          Development/Languages/Python
-Requires:       %{package_name}
+Summary:        Examples from the tensorflow website
+Group:          Documentation/Other
+Requires:       %{package_name} = %{version}
 
 %description  -n %{package_name}-doc
-Examples from the website.
+This open source software library for numerical computation is used for data
+flow graphs. The graph nodes represent mathematical operations, while the graph
+edges represent the multidimensional data arrays (tensors) that flow between
+them. This flexible architecture enables you to deploy computation to one or
+more CPUs in a desktop, server, or mobile device without rewriting code.
+
+This package provides examples from the website.
 
 %prep
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}







Reply via email to