[libgda] Rebuilt against newer graphviz (FTBFS RHBZ #914131)

Haïkel Guémar hguemar at fedoraproject.org
Sun Mar 10 10:13:51 UTC 2013


commit 6f4781b9bc55f35080046c5017396f146abacbe8
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Sun Feb 24 14:27:40 2013 +0100

    Rebuilt against newer graphviz (FTBFS RHBZ #914131)

 libgda.spec |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/libgda.spec b/libgda.spec
index b54763d..63d8af0 100644
--- a/libgda.spec
+++ b/libgda.spec
@@ -11,7 +11,7 @@
 Name:           libgda
 Epoch:          1
 Version:        5.1.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Library for writing gnome database programs
 
 License:        LGPLv2+
@@ -21,6 +21,12 @@ Source:         http://ftp.gnome.org/pub/GNOME/sources/%{name}/5.1/%{name}-%{ver
 # Fix the build with introspection
 # https://bugzilla.gnome.org/show_bug.cgi?id=684141
 Patch0:         libgda-5.1.1-introspection.patch
+# Fix calls to deprecated graphviz graph API
+# https://bugzilla.gnome.org/show_bug.cgi?id=695549
+Patch1:         0002-fix-calls-to-deprecated-graphviz-graph-API.patch
+# Build system workaround
+# https://bugzilla.redhat.com/show_bug.cgi?id=904790
+Patch2:         0001-workaround-RHBZ-904790.patch
 
 BuildRequires:    pkgconfig >= 0.8
 BuildRequires:    glib2-devel >= 2.28.0
@@ -182,6 +188,8 @@ This %{name}-java includes the %{name} Java JDBC provider.
 %setup -q
 
 %patch0 -p1 -b .introspection
+%patch1 -p1 -b .graph
+%patch2 -p1 -b .configure
 
 # AUTHORS not in UTF-8
 iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new && \
@@ -390,6 +398,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 
 %changelog
+* Sun Feb 24 2013 Haïkel Guémar <hguemar at fedoraproject.org> - 1:5.1.1-6
+- rebuilt against newer graphviz (RHBZ #914131)
+- remove deprecated graphviz API calls in gda-browser
+- build system workaround (RHBZ #904790)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:5.1.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list