Update package to version 3.1.7

This commit is contained in:
jxy_git 2023-06-19 10:27:43 +08:00
parent 5ff46bf5c9
commit 06b9ff5c5d
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
PyOpenGL-3.1.7.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.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 <jiangxinyu@kylinos.cn> - 3.1.7-1
- Update package to version 3.1.7
* Thu Oct 27 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.1.6-1
- Upgrade package to version 3.1.6