Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2017-11-17 10:36:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Fri Nov 17 10:36:10 2017 rev:60 rq:541237 version:1.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2017-11-09 13:53:37.820223373 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2017-11-17 10:36:15.304876991 +0100
@@ -1,0 +2,7 @@
+Sun Nov 12 12:49:48 UTC 2017 - [email protected]
+
+- Add Requires for libopenblas to base package.
+- Add Requires for lua-lmod
+- Fix '-' in environment variable mane of modulefile.
+
+-------------------------------------------------------------------
@@ -35 +42 @@
-  * #9742 BUG: Fix np.pad for CVE-2017-12852
+  * #9742 BUG: Fix np.pad for CVE-2017-12852 (bsc#1053963)

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.BVrbY6/_old  2017-11-17 10:36:16.220843465 +0100
+++ /var/tmp/diff_new_pack.BVrbY6/_new  2017-11-17 10:36:16.220843465 +0100
@@ -24,6 +24,8 @@
 
 %bcond_with ringdisabled
 
+%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
+
 %if "%flavor" == ""
 ExclusiveArch:  do_not_build
 %endif
@@ -98,6 +100,8 @@
 BuildRequires:  libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel
 BuildRequires:  lua-lmod
 BuildRequires:  suse-hpc
+Requires:       libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
+Requires:       lua-lmod
 %endif
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
@@ -218,8 +222,8 @@
 prepend-path    PATH                %{hpc_bindir}
 prepend-path    PYTHONPATH          ${sitesearch_path}
 
-setenv          %{hpc_upcase %pname}_DIR        %{hpc_prefix}
-setenv          %{hpc_upcase %pname}_BIN        %{hpc_bindir}
+setenv          %{hpc_upcase_trans_hyph %pname}_DIR        %{hpc_prefix}
+setenv          %{hpc_upcase_trans_hyph %pname}_BIN        %{hpc_bindir}
 
 EOF
 }



Reply via email to