]> git.pld-linux.org Git - packages/libgda5.git/commitdiff
- added patch for broken GObject Introspection support; rel. 2 auto/th/libgda5-5.0.3-2
authorŁukasz Kieś <kiesiu@pld-linux.org>
Sun, 7 Apr 2013 09:09:51 +0000 (11:09 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Sun, 7 Apr 2013 09:09:51 +0000 (11:09 +0200)
gi.patch [new file with mode: 0644]
libgda5.spec

diff --git a/gi.patch b/gi.patch
new file mode 100644 (file)
index 0000000..7c7399c
--- /dev/null
+++ b/gi.patch
@@ -0,0 +1,26 @@
+From 4dd8c531a7042a74e4fbd34c8614c72d67018024 Mon Sep 17 00:00:00 2001
+From: Vivien Malerba <malerba@gnome-db.org>
+Date: Sun, 23 Sep 2012 22:07:01 +0200
+Subject: [PATCH] Correction for bug #684141
+
+Mark GDA_SERVER_PROVIDER_UNDEFINED_LIMITING_THREAD as not introspectable
+---
+ libgda/gda-server-provider.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/libgda/gda-server-provider.h b/libgda/gda-server-provider.h
+index c0397e5..c448f00 100644
+--- a/libgda/gda-server-provider.h
++++ b/libgda/gda-server-provider.h
+@@ -303,6 +303,9 @@ typedef void (*GdaServerProviderAsyncCallback) (GdaServerProvider *provider, Gda
+ typedef void (*GdaServerProviderExecCallback) (GdaServerProvider *provider, GdaConnection *cnc, guint task_id, 
+                                              GObject *result_obj, const GError *error, gpointer data);
++/**
++ * GDA_SERVER_PROVIDER_UNDEFINED_LIMITING_THREAD: (skip)
++ */
+ #define GDA_SERVER_PROVIDER_UNDEFINED_LIMITING_THREAD ((gpointer)0x1)
+ struct _GdaServerProviderClass {
+       GObjectClass parent_class;
+-- 
+1.7.12.1
index eeedff18bc11560242af67919c09dad1d65f50ae..af197b5971ba56b918efc5bca1728a10a85d6b1b 100644 (file)
@@ -19,12 +19,13 @@ Summary:    GNU Data Access library
 Summary(pl.UTF-8):     Biblioteka GNU Data Access
 Name:          libgda5
 Version:       5.0.3
-Release:       1
+Release:       2
 License:       LGPL v2+/GPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/libgda/5.0/libgda-%{version}.tar.xz
 # Source0-md5: 58efdf8f727b5a0b1e5fb35d19ee76a7
 Patch0:                %{name}-configure.patch
+Patch1:                gi.patch
 URL:           http://www.gnome-db.org/
 BuildRequires: autoconf >= 2.67
 BuildRequires: automake >= 1:1.8
@@ -314,6 +315,7 @@ Narzędzia graficzne dla GDA.
 %prep
 %setup -q -n libgda-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 # included version is bash-specific, use system file
This page took 0.250807 seconds and 4 git commands to generate.