From 7c55d0640b2c63bc11f55a95b49f9697f56b5ad4 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Wed, 11 May 2022 16:32:37 +0800 Subject: [PATCH] License compliance rectification --- python-PyOpenGL.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-PyOpenGL.spec b/python-PyOpenGL.spec index 32ea280..f6735d4 100644 --- a/python-PyOpenGL.spec +++ b/python-PyOpenGL.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-PyOpenGL Version: 3.1.5 -Release: 1 +Release: 2 Summary: Standard OpenGL bindings for Python -License: BSD +License: BSD-3-Clause URL: http://pyopengl.sourceforge.net Source0: https://files.pythonhosted.org/packages/b8/73/31c8177f3d236e9a5424f7267659c70ccea604dab0585bfcd55828397746/PyOpenGL-3.1.5.tar.gz BuildArch: noarch @@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 xigaoxinyan - 3.1.5-2 +- License compliance rectification + * Sun May 23 2021 Python_Bot - Package Spec generated -- Gitee