From 7533498a605b975df8fbec9a39bd3cd2a6567cea Mon Sep 17 00:00:00 2001 From: Jonathan G. Underwood Date: Jun 26 2018 21:25:44 +0000 Subject: Add BuildRequires for python{2,3}-Cython Remove uneeded Provides/Obsoletes --- diff --git a/python-pyopengl.spec b/python-pyopengl.spec index cebfc5c..a80391e 100644 --- a/python-pyopengl.spec +++ b/python-pyopengl.spec @@ -3,7 +3,7 @@ Name: python-%{shortname} Version: 3.1.1a1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Python bindings for OpenGL License: BSD URL: http://pyopengl.sourceforge.net/ @@ -25,12 +25,10 @@ Summary: Python 2 bindings for OpenGL BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-numpy +BuildRequires: python2-Cython Requires: freeglut Requires: python2-numpy %{?python_provide:%python_provide python2-%{shortname}} -# These can be removed in Fedora 27 -Obsoletes: PyOpenGL < 3.1.0-7 -Provides: PyOpenGL = %{version}-%{release} %description -n python2-%{shortname} PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It @@ -47,12 +45,10 @@ Summary: Python 3 bindings for OpenGL BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-numpy +BuildRequires: python3-Cython Requires: freeglut Requires: python3-numpy %{?python_provide:%python_provide python3-%{shortname}} -# These can be removed in Fedora 27 -Obsoletes: python3-PyOpenGL < 3.1.0-7 -Provides: python3-PyOpenGL = %{version}-%{release} %description -n python3-%{shortname} PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It @@ -155,6 +151,10 @@ popd %changelog +* Tue Jun 26 2018 Jonathan Underwood - 3.1.1a1-12 +- Add BuildRequires for python{2,3}-Cython +- Remove uneeded Provides/Obsoletes + * Tue Jun 19 2018 Miro HronĨok - 3.1.1a1-11 - Rebuilt for Python 3.7