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: ChangeLog glibc-2.14.1-r3.ebuild
Date: Sat, 21 Apr 2012 17:27:00
Message-Id: 20120421172651.5037A2004B@flycatcher.gentoo.org
1 vapier 12/04/21 17:26:51
2
3 Modified: ChangeLog glibc-2.14.1-r3.ebuild
4 Log:
5 Also add fetestexcept libm hppa patch to 2.14.1 #412933 by Jeroen Roovers.
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.838 sys-libs/glibc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.838&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.838&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.837&r2=1.838
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
19 retrieving revision 1.837
20 retrieving revision 1.838
21 diff -u -r1.837 -r1.838
22 --- ChangeLog 21 Apr 2012 16:54:11 -0000 1.837
23 +++ ChangeLog 21 Apr 2012 17:26:51 -0000 1.838
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/glibc
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.837 2012/04/21 16:54:11 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.838 2012/04/21 17:26:51 vapier Exp $
29 +
30 + 21 Apr 2012; Mike Frysinger <vapier@g.o> glibc-2.14.1-r3.ebuild:
31 + Also add fetestexcept libm hppa patch to 2.14.1 #412933 by Jeroen Roovers.
32
33 *glibc-2.15-r1 (21 Apr 2012)
34
35
36
37
38 1.6 sys-libs/glibc/glibc-2.14.1-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?r1=1.5&r2=1.6
43
44 Index: glibc-2.14.1-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- glibc-2.14.1-r3.ebuild 21 Apr 2012 15:54:06 -0000 1.5
51 +++ glibc-2.14.1-r3.ebuild 21 Apr 2012 17:26:51 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.5 2012/04/21 15:54:06 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.6 2012/04/21 17:26:51 vapier Exp $
57
58 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
59
60 @@ -33,7 +33,7 @@
61 MANPAGE_VER="" # pregenerated manpages
62 INFOPAGE_VER="" # pregenerated infopages
63 LIBIDN_VER="" # it's integrated into the main tarball now
64 -PATCH_VER="6" # Gentoo patchset
65 +PATCH_VER="7" # Gentoo patchset
66 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
67 LT_VER="" # version of linuxthreads addon
68 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires