Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2017-08-24 18:56:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave (Old)
 and      /work/SRC/openSUSE:Factory/.octave.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave"

Thu Aug 24 18:56:30 2017 rev:52 rq:518452 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave/octave.changes    2017-08-22 
11:09:55.909813349 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes       2017-08-24 
18:56:48.440176477 +0200
@@ -1,0 +2,6 @@
+Wed Aug 23 15:54:46 UTC 2017 - [email protected]
+
+- Fix octave-devel package requirements
+- Add %octave_blas macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ octave.spec ++++++
--- /var/tmp/diff_new_pack.CGGQJf/_old  2017-08-24 18:56:50.887831830 +0200
+++ /var/tmp/diff_new_pack.CGGQJf/_new  2017-08-24 18:56:50.891831267 +0200
@@ -207,7 +207,7 @@
 %endif
 Requires:       fftw3-devel
 Requires:       fftw3-threads-devel
-Requires:       gcc
+Requires:       gcc-c++
 Requires:       gcc-fortran
 Requires:       hdf5-devel
 Requires:       make
@@ -235,6 +235,13 @@
 %prep
 %setup -q -n %{name}-%{src_ver}
 
+# define octave_blas macros
+%if 0%{?with_openblas}
+sed -i 's/OCTAVE_BLAS_LIBRARY_NAME/openblas/g' %{SOURCE3}
+%else
+sed -i 's/OCTAVE_BLAS_LIBRARY_NAME/blas/g' %{SOURCE3}
+%endif
+
 %if 0%{?with_qt5gui}
 %patch0 -p1
 %endif


++++++ octave.macros ++++++
--- /var/tmp/diff_new_pack.CGGQJf/_old  2017-08-24 18:56:51.039810430 +0200
+++ /var/tmp/diff_new_pack.CGGQJf/_new  2017-08-24 18:56:51.039810430 +0200
@@ -53,3 +53,6 @@
         fi ; \
       fi ; \
     done
+
+# Octave build parameters
+%octave_blas OCTAVE_BLAS_LIBRARY_NAME


Reply via email to