Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgdata/files: libgdata-0.8.1-gdata-symbols.patch
Date: Tue, 15 Nov 2011 22:54:09
Message-Id: 20111115225400.588732004C@flycatcher.gentoo.org
1 tetromino 11/11/15 22:54:00
2
3 Added: libgdata-0.8.1-gdata-symbols.patch
4 Log:
5 Fix building with gobject-introspection-1.30.
6
7 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/libgdata/files/libgdata-0.8.1-gdata-symbols.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgdata/files/libgdata-0.8.1-gdata-symbols.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgdata/files/libgdata-0.8.1-gdata-symbols.patch?rev=1.1&content-type=text/plain
14
15 Index: libgdata-0.8.1-gdata-symbols.patch
16 ===================================================================
17 From 60330e8a42e80c4dd647c55a4b99c44d67cedfc0 Mon Sep 17 00:00:00 2001
18 From: Philip Withnall <philip@××××××××××××.uk>
19 Date: Mon, 15 Aug 2011 22:15:57 +0100
20 Subject: [PATCH] core: Add missing symbols to symbols file
21
22 Closes: bgo#656529
23 ---
24 gdata/gdata.symbols | 2 ++
25 1 files changed, 2 insertions(+), 0 deletions(-)
26
27 diff --git a/gdata/gdata.symbols b/gdata/gdata.symbols
28 index 1220ce9..a2d0590 100644
29 --- a/gdata/gdata.symbols
30 +++ b/gdata/gdata.symbols
31 @@ -94,6 +94,7 @@ gdata_query_get_etag
32 gdata_query_set_etag
33 gdata_youtube_standard_feed_type_get_type
34 gdata_youtube_service_error_get_type
35 +gdata_youtube_service_error_quark
36 gdata_youtube_service_get_type
37 gdata_youtube_service_new
38 gdata_youtube_service_query_standard_feed
39 @@ -646,6 +647,7 @@ gdata_documents_query_get_reader_addresses
40 gdata_documents_query_add_reader
41 gdata_documents_query_add_collaborator
42 gdata_documents_service_error_get_type
43 +gdata_documents_service_error_quark
44 gdata_download_stream_get_type
45 gdata_download_stream_new
46 gdata_download_stream_get_service
47 --
48 1.7.8.rc1