update package

This commit is contained in:
liqiuyu123 2022-10-27 10:23:51 +08:00
parent 2daf311f93
commit 51cb357e08
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
PyOpenGL-3.1.6.tar.gz Normal file

Binary file not shown.

View File

@ -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 <liqiuyu@kylinos.cn> - 3.1.6-1
- Upgrade package to version 3.1.6
* Sun May 23 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated