Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog
Date: Fri, 08 Oct 2010 16:03:06
Message-Id: 20101008153314.0E56620054@flycatcher.gentoo.org
1 flameeyes 10/10/08 15:33:14
2
3 Modified: ChangeLog
4 Log:
5 QA: avoid using $D when testing the just-built loader, as it might cause trouble when it contains colon characters; the fix is trivial.
6
7 (Portage version: 2.2_rc91/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.716 sys-libs/glibc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.716&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.716&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.715&r2=1.716
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
19 retrieving revision 1.715
20 retrieving revision 1.716
21 diff -u -r1.715 -r1.716
22 --- ChangeLog 30 Sep 2010 06:29:21 -0000 1.715
23 +++ ChangeLog 8 Oct 2010 15:33:13 -0000 1.716
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/glibc
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.715 2010/09/30 06:29:21 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.716 2010/10/08 15:33:13 flameeyes Exp $
29 +
30 + 08 Oct 2010; Diego E. Pettenò <flameeyes@g.o>
31 + files/eblits/pkg_preinst.eblit:
32 + QA: avoid using $D when testing the just-built loader, as it might cause
33 + trouble when it contains colon characters; the fix is trivial.
34
35 30 Sep 2010; Mike Frysinger <vapier@g.o> files/eblits/common.eblit,
36 files/eblits/src_compile.eblit: