From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF3E3138334 for ; Thu, 20 Jun 2019 01:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 184D2E0966; Thu, 20 Jun 2019 01:18:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE3C2E0966 for ; Thu, 20 Jun 2019 01:18:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D90CC346501 for ; Thu, 20 Jun 2019 01:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79876615 for ; Thu, 20 Jun 2019 01:18:06 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1560992089.fee6a8ba08a20f40047a7582fee51689ac79cb21.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/RELEASE-NOTES repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: fee6a8ba08a20f40047a7582fee51689ac79cb21 X-VCS-Branch: master Date: Thu, 20 Jun 2019 01:18:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10a5c14d-4ff8-4cd0-8f54-a5ff4da5dd03 X-Archives-Hash: 8fcab4d1b18914096976b599d7da8231 commit: fee6a8ba08a20f40047a7582fee51689ac79cb21 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 20 00:54:29 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 20 00:54:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fee6a8ba repoman: Update for a repoman-2.3.15 release Signed-off-by: Zac Medico gentoo.org> repoman/RELEASE-NOTES | 6 ++++++ repoman/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index 39ab424d1..d6fc9ca3c 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,12 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-2.3.15 +================================== +* Bug Fixes: + - Bug 688278 Accept 'Gentoo Foundation' copyright for old ebuilds + + repoman-2.3.14 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index 255961e4b..b0fa7fe20 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -450,7 +450,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.14', + version = '2.3.15', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',