diff --git a/glad2-2.0.5.tar.gz b/glad2-2.0.5.tar.gz deleted file mode 100644 index 08924323b40b58ae1e0d041727ebfbf9de13c49d..0000000000000000000000000000000000000000 Binary files a/glad2-2.0.5.tar.gz and /dev/null differ diff --git a/glad2-2.0.8.tar.gz b/glad2-2.0.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7b3d8998933789261347793bdcaa40505cbada9b Binary files /dev/null and b/glad2-2.0.8.tar.gz differ diff --git a/python-glad.spec b/python-glad.spec index 26e37c891a6ffdbb12dfea3a3164b3a2bd9a6ba8..ac4fe80018046a6f1493f5c551d7c2d134bfb5d9 100644 --- a/python-glad.spec +++ b/python-glad.spec @@ -1,7 +1,7 @@ %global srcname glad2 Name: python-glad -Version: 2.0.5 +Version: 2.0.8 Release: 1 Summary: Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator @@ -23,7 +23,8 @@ Summary: Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator based on the off Provides: python-glad BuildRequires: python3-devel BuildRequires: python3-setuptools - +BuildRequires: python3-pip +BuildRequires: python3-wheel %description -n python3-glad Glad uses the official Khronos-XML specs to generate a GL/GLES/EGL/GLX/WGL Loader made for your needs. @@ -33,14 +34,11 @@ GL/GLES/EGL/GLX/WGL Loader made for your needs. %autosetup -n %{srcname}-%{version} sed -i -e '1{\@^#!@d}' glad/__main__.py - %build -%py3_build - +%pyproject_build %install -%py3_install - +%pyproject_install %files -n python3-glad %doc README.md @@ -50,6 +48,13 @@ sed -i -e '1{\@^#!@d}' glad/__main__.py %changelog +* Thu Oct 24 2024 zhangyulong - 2.0.8-1 +- Update to version 2.0.8 + -Fix “No space left on device” error when downloading from the + -Fix fails to parse Vulkan specs bug glad2 Vulkan + -Fix Compile error when using OpenGL debug header bug glad2 + -Fix incrroect encoding when python read file bug glad1 + * Mon Mar 18 2024 liweigang - 2.0.5-1 - update to version 2.0.5 - Fix missing Vulkan video headers