Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2015-08-19 09:29:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plplot (Old)
 and      /work/SRC/openSUSE:Factory/.plplot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plplot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plplot/plplot.changes    2015-08-13 
18:11:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes       2015-08-19 
09:29:53.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 18 10:35:48 UTC 2015 - [email protected]
+
+- Disable octave bindings for openSUSE:42 as it doesn't have
+  a recent enough swig (>= 3.0) to support this.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plplot.spec ++++++
--- /var/tmp/diff_new_pack.BfzZpM/_old  2015-08-19 09:29:54.000000000 +0200
+++ /var/tmp/diff_new_pack.BfzZpM/_new  2015-08-19 09:29:54.000000000 +0200
@@ -518,8 +518,12 @@
         -DPL_FREETYPE_FONT_PATH:PATH="%{_datadir}/fonts/truetype" \\\
         -DUSE_RPATH:BOOL=OFF \\\
         -DENABLE_ada:BOOL=ON \\\
+%if 0%{?suse_version} == 1315
+        -DENABLE_octave:BOOL=OFF \\\
+%else
         -DENABLE_octave:BOOL=ON \\\
         -DTRY_OCTAVE4=ON \\\
+%endif
         -DENABLE_d:BOOL=ON \\\
         -DENABLE_itcl:BOOL=OFF \\\
         -DENABLE_itk:BOOL=OFF \\\
@@ -809,6 +813,7 @@
 %{_libdir}/plplot%{version}/drivers/qt.driver_info
 %{_libdir}/plplot%{version}/drivers/qt.so
 
+%if 0%{?suse_version} != 1315
 %files octave
 %defattr(-,root,root)
 %{_datadir}/%{name}_octave/
@@ -817,5 +822,6 @@
 %{_datadir}/plplot%{version}/examples/octave/
 %{_datadir}/plplot%{version}/examples/lena.img
 %{_datadir}/plplot%{version}/examples/test_octave.sh
+%endif
 
 %changelog


Reply via email to