From cc51b502190ace613b8c24690509d9830ec8c4b9 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 05:30:22 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-pycparser.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-pycparser.spec b/python-pycparser.spec index 6cfa8f6..cf5faa0 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -5,7 +5,7 @@ Name: python-pycparser Summary: C parser and AST generator written in Python Version: 2.14 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD Group: System Environment/Libraries URL: http://github.com/eliben/pycparser @@ -19,11 +19,11 @@ Patch100: pycparser-2.10-ply.patch BuildArch: noarch -BuildRequires: python2-devel python-setuptools +BuildRequires: python2-devel python2-setuptools # for unit tests BuildRequires: dos2unix -BuildRequires: python-ply >= 3.6 +BuildRequires: python2-ply >= 3.6 %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools @@ -39,7 +39,7 @@ need to parse C source code. %package -n python2-pycparser Summary: C parser and AST generator written in Python Group: System Environment/Libraries -Requires: python-ply >= 3.6 +Requires: python2-ply >= 3.6 %{?python_provide:%python_provide python2-pycparser} %description -n python2-pycparser @@ -113,6 +113,10 @@ popd %endif # with_python3 %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 2.14-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.14-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild