Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2012-09-20 15:43:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plplot (Old)
 and      /work/SRC/openSUSE:Factory/.plplot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plplot", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/plplot/plplot.changes    2012-06-26 
17:18:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes       2012-09-20 
15:43:25.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 17 16:25:49 UTC 2012 - [email protected]
+
+- Add plplot-5.9.9-ada-pic.patch to compile Ada code with -fPIC 
+
+-------------------------------------------------------------------

New:
----
  plplot-5.9.9-ada-pic.patch

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

Other differences:
------------------
++++++ plplot.spec ++++++
--- /var/tmp/diff_new_pack.j7owJJ/_old  2012-09-20 15:43:29.000000000 +0200
+++ /var/tmp/diff_new_pack.j7owJJ/_new  2012-09-20 15:43:29.000000000 +0200
@@ -33,6 +33,8 @@
 Patch1:         plplot-strncat.patch
 # PATCH-FIX-UPSTREAM plplot-gcc-ada46-libs.patch [email protected] -- Allow 
searching for gcc-ada46 libraries
 Patch2:         plplot-gcc-ada46-libs.patch
+# PATCH-FIX-UPSTREAM plplot-5.9.9-ada-pic.patch [email protected] -- Compile 
Ada code with -fPIC
+Patch3:         plplot-5.9.9-ada-pic.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  freefont
@@ -500,6 +502,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+
 for file in NEWS README.release
 do
   iconv -f ISO-8859-1 -t UTF-8 $file > ${file}.tmp

++++++ plplot-5.9.9-ada-pic.patch ++++++
Index: plplot-5.9.9/bindings/ada/CMakeLists.txt
===================================================================
--- plplot-5.9.9.orig/bindings/ada/CMakeLists.txt
+++ plplot-5.9.9/bindings/ada/CMakeLists.txt
@@ -20,6 +20,10 @@
 
 if(ENABLE_ada)
 
+  IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+   ADD_DEFINITIONS(-fPIC)
+  ENDIF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+
   set(SOURCE_LIST
     plplot.adb
     plplot.ads
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to