Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2018-02-15 13:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scipy (Old)
 and      /work/SRC/openSUSE:Factory/.python-scipy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scipy"

Thu Feb 15 13:22:27 2018 rev:27 rq:576783 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes        
2017-11-09 13:57:28.535818964 +0100
+++ /work/SRC/openSUSE:Factory/.python-scipy.new/python-scipy.changes   
2018-02-15 13:22:31.226483856 +0100
@@ -1,0 +2,5 @@
+Tue Feb 13 12:48:45 UTC 2018 - sch...@suse.de
+
+- Don't use openblas on m68k and riscv64
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-scipy.spec ++++++
--- /var/tmp/diff_new_pack.I33xB8/_old  2018-02-15 13:22:33.086416287 +0100
+++ /var/tmp/diff_new_pack.I33xB8/_new  2018-02-15 13:22:33.086416287 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-scipy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?is_opensuse} == 0
   %bcond_with openblas
 %else
-  %ifarch armv6l s390x
+  %ifarch armv6l s390x m68k riscv64
     %bcond_with openblas
   %else
     %if 0%{?sle_version} == 120200
@@ -57,11 +58,11 @@
 %if %{with openblas}
 BuildRequires:  openblas-devel
 %endif
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module Cython >= 0.19}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.5.1}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:       python-numpy >= 1.5.1
 %python_subpackages
 
@@ -107,7 +108,6 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE.txt


Reply via email to