Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/yelp/files: yelp-2.28.0-include-warning-fix.patch
Date: Thu, 29 Oct 2009 22:24:47
Message-Id: E1N3dQD-0004Cq-A2@stork.gentoo.org
1 eva 09/10/29 22:24:45
2
3 Added: yelp-2.28.0-include-warning-fix.patch
4 Log:
5 New version for GNOME 2.28.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 gnome-extra/yelp/files/yelp-2.28.0-include-warning-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/yelp/files/yelp-2.28.0-include-warning-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/yelp/files/yelp-2.28.0-include-warning-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: yelp-2.28.0-include-warning-fix.patch
15 ===================================================================
16 bug 287132 -- gnome-extra/yelp-2.28.0 dies install_qa
17
18 Has been committed upstream, won't be needed in 2.28.1
19 https://bugzilla.gnome.org/show_bug.cgi?id=596903
20 ---
21 From fb76b4e570cb144c5e06bd707a268615b69a9b34 Mon Sep 17 00:00:00 2001
22 From: Xake <xake@×××××××××.net>
23 Date: Wed, 30 Sep 2009 20:02:48 +0200
24 Subject: [PATCH] Forgotten include, fix warning.
25
26 ---
27 tests/test-uri.c | 1 +
28 1 files changed, 1 insertions(+), 0 deletions(-)
29
30 diff --git a/tests/test-uri.c b/tests/test-uri.c
31 index 73f44df..5715874 100644
32 --- a/tests/test-uri.c
33 +++ b/tests/test-uri.c
34 @@ -25,6 +25,7 @@
35 #include <string.h>
36
37 #include <gio/gio.h>
38 +#include <gio/gunixoutputstream.h>
39
40 #include "yelp-uri.h"
41
42 --
43 1.6.5.rc1