Gentoo Archives: gentoo-commits

From: "Stanislav Ochotnicky (sochotnicky)" <sochotnicky@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/rpm: rpm-4.4.6-r7.ebuild ChangeLog rpm-4.4.6-r6.ebuild
Date: Thu, 22 Apr 2010 20:59:40
Message-Id: 20100422205936.13DC62C04B@corvid.gentoo.org
1 sochotnicky 10/04/22 20:59:35
2
3 Modified: rpm-4.4.6-r7.ebuild ChangeLog rpm-4.4.6-r6.ebuild
4 Log:
5 Fix configure/build error with certain CFLAGS
6
7 db3/configure tried to strip CFLAGS (unsuccesfully) and after doing
8 that it crashed when for example '--param l1-cache-size=64' was used
9 in CFLAGS.
10
11 Should fix bug #315771
12 (Portage version: 2.1.8.3/cvs/Linux i686)
13
14 Revision Changes Path
15 1.2 app-arch/rpm/rpm-4.4.6-r7.ebuild
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r7.ebuild?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r7.ebuild?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r7.ebuild?r1=1.1&r2=1.2
20
21 Index: rpm-4.4.6-r7.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r7.ebuild,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- rpm-4.4.6-r7.ebuild 15 Apr 2010 10:26:11 -0000 1.1
28 +++ rpm-4.4.6-r7.ebuild 22 Apr 2010 20:59:35 -0000 1.2
29 @@ -1,6 +1,6 @@
30 # Copyright 1999-2010 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r7.ebuild,v 1.1 2010/04/15 10:26:11 deathwing00 Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r7.ebuild,v 1.2 2010/04/22 20:59:35 sochotnicky Exp $
34
35 inherit eutils autotools distutils perl-module flag-o-matic
36
37 @@ -38,6 +38,7 @@
38 epatch "${FILESDIR}"/${P}-autotools.patch
39 epatch "${FILESDIR}"/${P}-buffer-overflow.patch
40 epatch "${FILESDIR}"/${P}-qa-fix-undefined.patch
41 + epatch "${FILESDIR}"/${P}-fix-cflags-stripping.patch
42 # bug 214799
43 epatch "${FILESDIR}"/${P}-neon-0.28.patch
44
45
46
47
48 1.109 app-arch/rpm/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.109&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.109&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?r1=1.108&r2=1.109
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v
57 retrieving revision 1.108
58 retrieving revision 1.109
59 diff -u -r1.108 -r1.109
60 --- ChangeLog 15 Apr 2010 10:27:53 -0000 1.108
61 +++ ChangeLog 22 Apr 2010 20:59:35 -0000 1.109
62 @@ -1,6 +1,11 @@
63 # ChangeLog for app-arch/rpm
64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.108 2010/04/15 10:27:53 deathwing00 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.109 2010/04/22 20:59:35 sochotnicky Exp $
67 +
68 + 22 Apr 2010; Stanislav Ochotnicky <sochotnicky@g.o>
69 + rpm-4.4.6-r6.ebuild, rpm-4.4.6-r7.ebuild,
70 + +files/rpm-4.4.6-fix-cflags-stripping.patch:
71 + Fix configure/build failure when using certain CFLAGS.
72
73 *rpm-4.4.6-r7 (15 Apr 2010)
74
75
76
77
78 1.12 app-arch/rpm/rpm-4.4.6-r6.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.12&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.12&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?r1=1.11&r2=1.12
83
84 Index: rpm-4.4.6-r6.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v
87 retrieving revision 1.11
88 retrieving revision 1.12
89 diff -u -r1.11 -r1.12
90 --- rpm-4.4.6-r6.ebuild 4 Apr 2010 21:48:31 -0000 1.11
91 +++ rpm-4.4.6-r6.ebuild 22 Apr 2010 20:59:35 -0000 1.12
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2010 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.11 2010/04/04 21:48:31 arfrever Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.12 2010/04/22 20:59:35 sochotnicky Exp $
97
98 inherit eutils autotools distutils perl-module flag-o-matic
99
100 @@ -38,6 +38,7 @@
101 epatch "${FILESDIR}"/${P}-autotools.patch
102 epatch "${FILESDIR}"/${P}-buffer-overflow.patch
103 epatch "${FILESDIR}"/${P}-qa-fix-undefined.patch
104 + epatch "${FILESDIR}"/${P}-fix-cflags-stripping.patch
105 # bug 214799
106 epatch "${FILESDIR}"/${P}-neon-0.28.patch