Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.12.1-r1.ebuild ChangeLog
Date: Tue, 24 Aug 2010 02:27:05
Message-Id: 20100824022656.4FA3020051@flycatcher.gentoo.org
1 vapier 10/08/24 02:26:56
2
3 Modified: glibc-2.12.1-r1.ebuild ChangeLog
4 Log:
5 Fix gnu indirect checks with older binutils #333541 by biohazrd.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-libs/glibc/glibc-2.12.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: glibc-2.12.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- glibc-2.12.1-r1.ebuild 19 Aug 2010 23:44:49 -0000 1.1
22 +++ glibc-2.12.1-r1.ebuild 24 Aug 2010 02:26:56 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild,v 1.1 2010/08/19 23:44:49 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild,v 1.2 2010/08/24 02:26:56 vapier Exp $
28
29 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
30
31 @@ -25,7 +25,7 @@
32 MANPAGE_VER="" # pregenerated manpages
33 INFOPAGE_VER="" # pregenerated infopages
34 LIBIDN_VER="" # it's integrated into the main tarball now
35 -PATCH_VER="2" # Gentoo patchset
36 +PATCH_VER="3" # Gentoo patchset
37 PORTS_VER= #${RELEASE_VER%.?} # version of glibc ports addon
38 LT_VER="" # version of linuxthreads addon
39 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
40
41
42
43 1.711 sys-libs/glibc/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.711&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.711&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.710&r2=1.711
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
52 retrieving revision 1.710
53 retrieving revision 1.711
54 diff -u -r1.710 -r1.711
55 --- ChangeLog 19 Aug 2010 23:44:49 -0000 1.710
56 +++ ChangeLog 24 Aug 2010 02:26:56 -0000 1.711
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-libs/glibc
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.710 2010/08/19 23:44:49 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.711 2010/08/24 02:26:56 vapier Exp $
62 +
63 + 24 Aug 2010; Mike Frysinger <vapier@g.o> glibc-2.12.1-r1.ebuild:
64 + Fix gnu indirect checks with older binutils #333541 by biohazrd.
65
66 *glibc-2.12.1-r1 (19 Aug 2010)