diff --git a/PyOpenGL-3.1.5.tar.gz b/PyOpenGL-3.1.5.tar.gz deleted file mode 100644 index 86e7f4e84b64aaf7cbaa5f1b4dee708fca82ed14..0000000000000000000000000000000000000000 Binary files a/PyOpenGL-3.1.5.tar.gz and /dev/null differ diff --git a/PyOpenGL-3.1.6.tar.gz b/PyOpenGL-3.1.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..74b23eda689ce1871f7a085e5cf633406c8f4971 Binary files /dev/null and b/PyOpenGL-3.1.6.tar.gz differ diff --git a/python-PyOpenGL.spec b/python-PyOpenGL.spec index 32ea28076d2bf884fbb22766815209ba02cbeb1a..513dd76bb39679aff9311be8e717decc947fcd14 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.5 +Version: 3.1.6 Release: 1 Summary: Standard OpenGL bindings for Python License: BSD URL: http://pyopengl.sourceforge.net -Source0: https://files.pythonhosted.org/packages/b8/73/31c8177f3d236e9a5424f7267659c70ccea604dab0585bfcd55828397746/PyOpenGL-3.1.5.tar.gz +Source0: https://files.pythonhosted.org/packages/5b/01/f8fd986bc7f456f1a925ee0239f0391838ade92cdb6e5b674ffb8b86cfd6/PyOpenGL-3.1.6.tar.gz BuildArch: noarch %description @@ -28,7 +28,7 @@ Provides: python3-PyOpenGL-doc Development documents and examples for PyOpenGL %prep -%autosetup -n PyOpenGL-3.1.5 +%autosetup -n PyOpenGL-%{version} %build %py3_build @@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 27 2022 liqiuyu - 3.1.6-1 +- Upgrade package to version 3.1.6 + * Sun May 23 2021 Python_Bot - Package Spec generated