Fix upgrade path for python3-PyOpenGL
This commit is contained in:
parent
d2b0640acc
commit
99e77728b9
@ -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 <Jonathan G. Underwood@gmail.com> - 3.1.1a1-4
|
||||
- Fix upgrade path for python3-PyOpenGL
|
||||
|
||||
* Sat Feb 27 2016 Jonathan Underwood <Jonathan G. Underwood@gmail.com> - 3.1.1a1-3
|
||||
- Fix python_provide macro calls for the -tk packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user