Hello community,

here is the log from the commit of package libgda for openSUSE:Factory checked 
in at 2013-12-22 19:35:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgda (Old)
 and      /work/SRC/openSUSE:Factory/.libgda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgda"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgda/libgda.changes    2013-12-17 
10:02:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgda.new/libgda.changes       2013-12-22 
19:35:11.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 16 18:24:00 UTC 2013 - uweig...@de.ibm.com
+
+- libgda-new-graphviz.patch: Fix detection of new Graphviz API.
+
+-------------------------------------------------------------------

New:
----
  libgda-new-graphviz.patch

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

Other differences:
------------------
++++++ libgda.spec ++++++
--- /var/tmp/diff_new_pack.Pgalx2/_old  2013-12-22 19:35:12.000000000 +0100
+++ /var/tmp/diff_new_pack.Pgalx2/_new  2013-12-22 19:35:12.000000000 +0100
@@ -27,6 +27,8 @@
 Source:         
http://download.gnome.org/sources/libgda/5.2/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM libgda-javadetection-biarch.patch bgo#673560 -- Prepare 
getsp to be sed'ed for biarch
 Patch1:         libgda-javadetection-biarch.patch
+# PATCH-FIX-UPSTREAM libgda-new-graphviz.patch uweig...@de.ibm.com -- Fix 
detection of new Graphviz API
+Patch2:         libgda-new-graphviz.patch
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 %ifnarch s390 s390x
@@ -50,6 +52,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  unixODBC-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(goocanvas-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -360,6 +363,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 # Patch1 introdcues a --ARCH-- field in getsp, which needs to be replace prior 
to compilation

++++++ libgda-new-graphviz.patch ++++++
Index: libgda-5.2.1/configure.ac
===================================================================
--- libgda-5.2.1.orig/configure.ac
+++ libgda-5.2.1/configure.ac
@@ -261,6 +261,8 @@ then
                then
                        dnl test if new API is supported
                        AC_MSG_CHECKING([whether Graphviz's new API is 
supported])
+                       graphviz_save_CFLAGS=$CFLAGS
+                       CFLAGS="$CFLAGS $GRAPHVIZ_CFLAGS"
                        AC_COMPILE_IFELSE([AC_LANG_SOURCE([
 #include <gvc.h>
 int main() {
@@ -270,6 +272,7 @@ int main() {
 }
 ])],
                         graphviz_new_api=yes, graphviz_new_api=no)
+                       CLFAGS=$graphviz_save_CFLAGS
 
                        AC_MSG_RESULT($graphviz_new_api)
                        if test "$graphviz_new_api" = "yes"; then
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to