Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.7.2-r1.ebuild ChangeLog gcc-4.7.2.ebuild
Date: Sat, 02 Mar 2013 01:15:16
Message-Id: 20130302011512.44C3D2171D@flycatcher.gentoo.org
1 dirtyepic 13/03/02 01:15:12
2
3 Modified: gcc-4.7.2-r1.ebuild ChangeLog
4 Removed: gcc-4.7.2.ebuild
5 Log:
6 4.7.2 p1.5: Fixes PR56125 (wrong code with -ffast-math).
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
9
10 Revision Changes Path
11 1.2 sys-devel/gcc/gcc-4.7.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: gcc-4.7.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gcc-4.7.2-r1.ebuild 25 Feb 2013 04:42:07 -0000 1.1
24 +++ gcc-4.7.2-r1.ebuild 2 Mar 2013 01:15:12 -0000 1.2
25 @@ -1,8 +1,8 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.1 2013/02/25 04:42:07 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.2 2013/03/02 01:15:12 dirtyepic Exp $
30
31 -PATCH_VER="1.4"
32 +PATCH_VER="1.5"
33 UCLIBC_VER="1.0"
34
35 # Hardened gcc 4 stuff
36
37
38
39 1.939 sys-devel/gcc/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.939&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.939&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.938&r2=1.939
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
48 retrieving revision 1.938
49 retrieving revision 1.939
50 diff -u -r1.938 -r1.939
51 --- ChangeLog 25 Feb 2013 04:42:07 -0000 1.938
52 +++ ChangeLog 2 Mar 2013 01:15:12 -0000 1.939
53 @@ -1,6 +1,10 @@
54 # ChangeLog for sys-devel/gcc
55 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.938 2013/02/25 04:42:07 dirtyepic Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.939 2013/03/02 01:15:12 dirtyepic Exp $
58 +
59 + 02 Mar 2013; Ryan Hill <dirtyepic@g.o> -gcc-4.7.2.ebuild,
60 + gcc-4.7.2-r1.ebuild:
61 + 4.7.2 p1.5: Fixes PR56125 (wrong code with -ffast-math).
62
63 *gcc-4.7.2-r1 (25 Feb 2013)