Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.26.1-r1.ebuild
Date: Mon, 24 Jan 2011 13:55:28
Message-Id: 20110124135517.890B520054@flycatcher.gentoo.org
1 pacho 11/01/24 13:55:17
2
3 Modified: ChangeLog glib-2.26.1-r1.ebuild
4 Log:
5 Add openbsd patch to fix build on several arches (bug #351387 by Alan Hourihane and Raúl Porcel) once I confirmed it doesn't cause any test failure regression. Remove test that seems to fail depending on time of day as done by upstream (was causing one of the failures in bug #352451) and unset GSETTINGS_BACKEND (bug #352451) until upstream takes care (upstream bug #640412).
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.438 dev-libs/glib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.438&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.438&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.437&r2=1.438
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
19 retrieving revision 1.437
20 retrieving revision 1.438
21 diff -u -r1.437 -r1.438
22 --- ChangeLog 19 Jan 2011 21:20:55 -0000 1.437
23 +++ ChangeLog 24 Jan 2011 13:55:17 -0000 1.438
24 @@ -1,6 +1,16 @@
25 # ChangeLog for dev-libs/glib
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.437 2011/01/19 21:20:55 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.438 2011/01/24 13:55:17 pacho Exp $
29 +
30 + 24 Jan 2011; Pacho Ramos <pacho@g.o> glib-2.26.1-r1.ebuild,
31 + +files/glib-2.26.1-gatomic-header.patch,
32 + +files/glib-2.26.1-gdatetime-test.patch:
33 + Add openbsd patch to fix build on several arches (bug #351387 by Alan
34 + Hourihane and Raúl Porcel) once I confirmed it doesn't cause any test
35 + failure regression. Remove test that seems to fail depending on time of day
36 + as done by upstream (was causing one of the failures in bug #352451) and
37 + unset GSETTINGS_BACKEND (bug #352451) until upstream takes care (upstream bug
38 + #640412).
39
40 19 Jan 2011; Markos Chandras <hwoarang@g.o> glib-2.24.2.ebuild:
41 Stable on amd64 wrt bug #348987
42
43
44
45 1.2 dev-libs/glib/glib-2.26.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild?r1=1.1&r2=1.2
50
51 Index: glib-2.26.1-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- glib-2.26.1-r1.ebuild 17 Jan 2011 17:58:59 -0000 1.1
58 +++ glib-2.26.1-r1.ebuild 24 Jan 2011 13:55:17 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v 1.1 2011/01/17 17:58:59 pacho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v 1.2 2011/01/24 13:55:17 pacho Exp $
64
65 EAPI="3"
66
67 @@ -45,6 +45,12 @@
68 # gsettings.m4: Fix rules to work when there are no schemas, bug #350020
69 epatch "${FILESDIR}/${PN}-2.26.1-gsettings-rules.patch"
70
71 + # Fix compilation on several arches, bug #351387
72 + epatch "${FILESDIR}/${PN}-2.26.1-gatomic-header.patch"
73 +
74 + # Remove a test that seems to fail depending on time of day
75 + epatch "${FILESDIR}/${PN}-2.26.1-gdatetime-test.patch"
76 +
77 # Deprecation check in tests/testglib.c, upstream bug #635093
78 epatch "${FILESDIR}/${P}-deprecation-tests.patch"
79
80 @@ -144,6 +150,7 @@
81 export XDG_CONFIG_DIRS=/etc/xdg
82 export XDG_DATA_DIRS=/usr/local/share:/usr/share
83 export XDG_DATA_HOME="${T}"
84 + unset GSETTINGS_BACKEND # bug 352451
85
86 # Hardened: gdb needs this, bug #338891
87 if host-is-pax ; then