Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Fri, 20 Oct 2017 03:46:41
Message-Id: 1508471173.0e676fb7fddb63f7b5d407be7ec94b83a4e45dd6.zmedico@gentoo
1 commit: 0e676fb7fddb63f7b5d407be7ec94b83a4e45dd6
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 20 03:42:17 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 03:46:13 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0e676fb7
7
8 Updates for portage-2.3.12 release
9
10 RELEASE-NOTES | 10 ++++++++--
11 setup.py | 2 +-
12 2 files changed, 9 insertions(+), 3 deletions(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 749322aaa..417f5bcfd 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -4,8 +4,14 @@ Features/major bugfixes are listed in NEWS
19 portage-2.3.12
20 ==================================
21 * Bug Fixes:
22 - - Bug 634210 optimize portdbapi performance to handle large numbers
23 - of repositories (Daniel Robbins)
24 + - Bug 455232 fix ignored LDFLAGS check, enabled by adding
25 + "-Wl,--defsym=__gentoo_check_ldflags__=0" to LDFLAGS
26 + - Bug 630132 remove trailer when decompressing binary packages
27 + - Bug 633842 PORTAGE_LOG_FILE KeyError
28 + - Bug 634210 optimize portdbapi performance to handle large numbers of
29 + repositories (Daniel Robbins)
30 + - Bug 634378 use debugedit from rpm if necessary
31 +
32
33 portage-2.3.11
34 ==================================
35
36 diff --git a/setup.py b/setup.py
37 index 256c5e354..baa8e1fef 100755
38 --- a/setup.py
39 +++ b/setup.py
40 @@ -659,7 +659,7 @@ class build_ext(_build_ext):
41
42 setup(
43 name = 'portage',
44 - version = '2.3.11',
45 + version = '2.3.12',
46 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
47 author = 'Gentoo Portage Development Team',
48 author_email = 'dev-portage@g.o',