Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2012-12-10 17:18:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plplot (Old)
 and      /work/SRC/openSUSE:Factory/.plplot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plplot", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plplot/plplot.changes    2012-09-20 
15:43:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes       2012-12-10 
17:18:49.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Dec  8 16:01:29 UTC 2012 - [email protected]
+
+- Disable ada bindings for Factory as they cause build errors.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plplot.spec ++++++
--- /var/tmp/diff_new_pack.RzDhhx/_old  2012-12-10 17:18:50.000000000 +0100
+++ /var/tmp/diff_new_pack.RzDhhx/_new  2012-12-10 17:18:50.000000000 +0100
@@ -38,7 +38,10 @@
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  freefont
+#FIXME: Disable ada bindings as they cause failure in Factory
+%if 0%{?suse_version} <= 1220
 BuildRequires:  gcc-ada
+%endif
 BuildRequires:  gcc-fortran
 #jpeg, gif and png support with libgd has been deprecated from version 5.9.8
 #BuildRequires:  gd-devel
@@ -523,7 +526,11 @@
         -DCMAKE_BUILD_TYPE:STRING=Release \\\
         -DPL_FREETYPE_FONT_PATH:PATH="%{_datadir}/fonts/truetype" \\\
         -DUSE_RPATH:BOOL=OFF \\\
+%if 0%{?suse_version} > 1220
+        -DENABLE_ada:BOOL=OFF \\\
+%else
         -DENABLE_ada:BOOL=ON \\\
+%endif
 %if 0%{?suse_version} >= 1210
         -DENABLE_octave:BOOL=ON \\\
 %endif
@@ -701,10 +708,13 @@
 %{_datadir}/plplot%{version}/examples/test_diff.sh
 %{_mandir}/man3/pl*.3*
 
+%if 0%{?suse_version} <= 1220
 %files ada
 %defattr(-,root,root)
 %{_libdir}/libplplotadad.so.*
+%endif
 
+%if 0%{?suse_version} <= 1220
 %files ada-devel
 %defattr(-,root,root)
 %{_libdir}/libplplotadad.so
@@ -717,6 +727,7 @@
 %{_datadir}/ada/adainclude/plplotadad/
 %{_datadir}/plplot%{version}/examples/ada/
 %{_datadir}/plplot%{version}/examples/test_ada.sh
+%endif
 
 %files fortran
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to