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.14.1-r3.ebuild ChangeLog
Date: Thu, 31 May 2012 04:49:36
Message-Id: 20120531044927.1CBFB2004B@flycatcher.gentoo.org
1 vapier 12/05/31 04:49:27
2
3 Modified: glibc-2.14.1-r3.ebuild ChangeLog
4 Log:
5 Backport arm hardfp patch to stable version too #417287 by Raúl Porcel.
6
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 sys-libs/glibc/glibc-2.14.1-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?r1=1.14&r2=1.15
15
16 Index: glibc-2.14.1-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- glibc-2.14.1-r3.ebuild 25 May 2012 20:43:51 -0000 1.14
23 +++ glibc-2.14.1-r3.ebuild 31 May 2012 04:49:27 -0000 1.15
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.14.1-r3.ebuild,v 1.14 2012/05/25 20:43:51 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.15 2012/05/31 04:49:27 vapier Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
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="9" # Gentoo patchset
37 +PATCH_VER="10" # Gentoo patchset
38 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
39 LT_VER="" # version of linuxthreads addon
40 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
41
42
43
44 1.853 sys-libs/glibc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.853&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.853&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.852&r2=1.853
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
53 retrieving revision 1.852
54 retrieving revision 1.853
55 diff -u -r1.852 -r1.853
56 --- ChangeLog 25 May 2012 20:43:51 -0000 1.852
57 +++ ChangeLog 31 May 2012 04:49:27 -0000 1.853
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-libs/glibc
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.852 2012/05/25 20:43:51 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.853 2012/05/31 04:49:27 vapier Exp $
63 +
64 + 31 May 2012; Mike Frysinger <vapier@g.o> glibc-2.14.1-r3.ebuild:
65 + Backport arm hardfp patch to stable version too #417287 by Raúl Porcel.
66
67 25 May 2012; Anthony G. Basile <blueness@g.o> glibc-2.14.1-r3.ebuild:
68 Keyword mips