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.15-r2.ebuild ChangeLog
Date: Wed, 22 Aug 2012 23:03:03
Message-Id: 20120822230238.AAE96203BC@flycatcher.gentoo.org
1 vapier 12/08/22 23:02:38
2
3 Modified: glibc-2.15-r2.ebuild ChangeLog
4 Log:
5 Add fix from upstream for typo in mips n32 define #431676 by Jim Faulkner.
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.21 sys-libs/glibc/glibc-2.15-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?r1=1.20&r2=1.21
15
16 Index: glibc-2.15-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- glibc-2.15-r2.ebuild 18 Aug 2012 18:40:21 -0000 1.20
23 +++ glibc-2.15-r2.ebuild 22 Aug 2012 23:02:38 -0000 1.21
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.20 2012/08/18 18:40:21 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.21 2012/08/22 23:02:38 vapier Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing
31
32 @@ -33,7 +33,7 @@
33 MANPAGE_VER="" # pregenerated manpages
34 INFOPAGE_VER="" # pregenerated infopages
35 LIBIDN_VER="" # it's integrated into the main tarball now
36 -PATCH_VER="20" # Gentoo patchset
37 +PATCH_VER="21" # Gentoo patchset
38 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
39 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
40
41
42
43
44 1.885 sys-libs/glibc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.885&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.885&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.884&r2=1.885
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
53 retrieving revision 1.884
54 retrieving revision 1.885
55 diff -u -r1.884 -r1.885
56 --- ChangeLog 18 Aug 2012 23:14:16 -0000 1.884
57 +++ ChangeLog 22 Aug 2012 23:02:38 -0000 1.885
58 @@ -1,5 +1,8 @@
59 # ChangeLog for sys-libs/glibc
60 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.884 2012/08/18 23:14:16 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.885 2012/08/22 23:02:38 vapier Exp $
62 +
63 + 22 Aug 2012; Mike Frysinger <vapier@g.o> glibc-2.15-r2.ebuild:
64 + Add fix from upstream for typo in mips n32 define #431676 by Jim Faulkner.
65
66 18 Aug 2012; Mike Frysinger <vapier@g.o>
67 files/eblits/src_install.eblit: