diff --git a/python-pyopengl.spec b/python-pyopengl.spec index 52a5f7f..f079887 100644 --- a/python-pyopengl.spec +++ b/python-pyopengl.spec @@ -3,7 +3,7 @@ Name: python-%{shortname} Version: 3.1.1a1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings for OpenGL License: BSD URL: http://pyopengl.sourceforge.net/ @@ -50,6 +50,9 @@ BuildRequires: python3-numpy 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 @@ -152,6 +155,9 @@ popd %changelog +* Fri Mar 4 2016 Jonathan Underwood - 3.1.1a1-4 +- Fix upgrade path for python3-PyOpenGL + * Sat Feb 27 2016 Jonathan Underwood - 3.1.1a1-3 - Fix python_provide macro calls for the -tk packages