diff --git a/PyOpenGL-3.1.6.tar.gz b/PyOpenGL-3.1.6.tar.gz deleted file mode 100644 index 74b23eda689ce1871f7a085e5cf633406c8f4971..0000000000000000000000000000000000000000 Binary files a/PyOpenGL-3.1.6.tar.gz and /dev/null differ diff --git a/PyOpenGL-3.1.7.tar.gz b/PyOpenGL-3.1.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..685e4aef0199c2482978e16d2eac145ef4d91279 Binary files /dev/null and b/PyOpenGL-3.1.7.tar.gz differ diff --git a/python-PyOpenGL.spec b/python-PyOpenGL.spec index 513dd76bb39679aff9311be8e717decc947fcd14..9d9b38537aa9a72027b30d700f0104d88656c6a4 100644 --- a/python-PyOpenGL.spec +++ b/python-PyOpenGL.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-PyOpenGL -Version: 3.1.6 +Version: 3.1.7 Release: 1 Summary: Standard OpenGL bindings for Python License: BSD URL: http://pyopengl.sourceforge.net -Source0: https://files.pythonhosted.org/packages/5b/01/f8fd986bc7f456f1a925ee0239f0391838ade92cdb6e5b674ffb8b86cfd6/PyOpenGL-3.1.6.tar.gz +Source0: https://files.pythonhosted.org/packages/72/b6/970868d44b619292f1f54501923c69c9bd0ab1d2d44cf02590eac2706f4f/PyOpenGL-3.1.7.tar.gz BuildArch: noarch %description @@ -13,7 +13,7 @@ PyOpenGL is the most common cross platform Python binding to OpenGL and related %package -n python3-PyOpenGL Summary: Standard OpenGL bindings for Python -Provides: python-PyOpenGL +Provides: python-PyOpenGL = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-PyOpenGL @@ -63,11 +63,15 @@ mv %{buildroot}/doclist.lst . %files -n python3-PyOpenGL -f filelist.lst %dir %{python3_sitelib}/* +%dir %{python3_sitelib}/OpenGL/* %files help -f doclist.lst %{_docdir}/* %changelog +* Mon Jun 19 2023 jiangxinyu - 3.1.7-1 +- Update package to version 3.1.7 + * Thu Oct 27 2022 liqiuyu - 3.1.6-1 - Upgrade package to version 3.1.6