Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r612 - in trunk/releases/weekly: . specs/x86
Date: Fri, 23 Jan 2009 16:35:39
Message-Id: E1LQP0K-00041P-Nj@stork.gentoo.org
1 Author: agaffney
2 Date: 2009-01-23 16:35:36 +0000 (Fri, 23 Jan 2009)
3 New Revision: 612
4
5 Modified:
6 trunk/releases/weekly/ChangeLog
7 trunk/releases/weekly/specs/x86/stage1.spec
8 trunk/releases/weekly/specs/x86/stage2.spec
9 trunk/releases/weekly/specs/x86/stage3.spec
10 Log:
11 Change subarch to i486 for bug #256074
12
13 Modified: trunk/releases/weekly/ChangeLog
14 ===================================================================
15 --- trunk/releases/weekly/ChangeLog 2009-01-07 21:43:01 UTC (rev 611)
16 +++ trunk/releases/weekly/ChangeLog 2009-01-23 16:35:36 UTC (rev 612)
17 @@ -2,6 +2,10 @@
18 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
19 # $Header: $
20
21 + 23 Jan 2009; Andrew Gaffney <agaffney@g.o> specs/x86/stage1.spec,
22 + specs/x86/stage2.spec, specs/x86/stage3.spec:
23 + Change subarch to i486 for bug #256074
24 +
25 07 Jan 2009; Raúl Porcel <armin76@g.o>
26 specs/alpha/installcd-stage2-minimal.spec,
27 specs/alpha/installcd-stage2-universal.spec,
28
29 Modified: trunk/releases/weekly/specs/x86/stage1.spec
30 ===================================================================
31 --- trunk/releases/weekly/specs/x86/stage1.spec 2009-01-07 21:43:01 UTC (rev 611)
32 +++ trunk/releases/weekly/specs/x86/stage1.spec 2009-01-23 16:35:36 UTC (rev 612)
33 @@ -1,8 +1,7 @@
34 -subarch: x86
35 +subarch: i486
36 target: stage1
37 version_stamp: 2008.0
38 rel_type: default
39 profile: default/linux/x86/2008.0
40 snapshot: 2008.0
41 source_subpath: default/stage3-x86-2008.0
42 -chost: i486-pc-linux-gnu
43
44 Modified: trunk/releases/weekly/specs/x86/stage2.spec
45 ===================================================================
46 --- trunk/releases/weekly/specs/x86/stage2.spec 2009-01-07 21:43:01 UTC (rev 611)
47 +++ trunk/releases/weekly/specs/x86/stage2.spec 2009-01-23 16:35:36 UTC (rev 612)
48 @@ -1,8 +1,7 @@
49 -subarch: x86
50 +subarch: i486
51 target: stage2
52 version_stamp: 2008.0
53 rel_type: default
54 profile: default/linux/x86/2008.0
55 snapshot: 2008.0
56 -source_subpath: default/stage1-x86-2008.0
57 -chost: i486-pc-linux-gnu
58 +source_subpath: default/stage1-i486-2008.0
59
60 Modified: trunk/releases/weekly/specs/x86/stage3.spec
61 ===================================================================
62 --- trunk/releases/weekly/specs/x86/stage3.spec 2009-01-07 21:43:01 UTC (rev 611)
63 +++ trunk/releases/weekly/specs/x86/stage3.spec 2009-01-23 16:35:36 UTC (rev 612)
64 @@ -1,7 +1,7 @@
65 -subarch: x86
66 +subarch: i486
67 target: stage3
68 version_stamp: 2008.0
69 rel_type: default
70 profile: default/linux/x86/2008.0
71 snapshot: 2008.0
72 -source_subpath: default/stage2-x86-2008.0
73 +source_subpath: default/stage2-i486-2008.0