|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
%global srcname glad2
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 2.0.6
|
|
|
|
|
Version: 2.0.7
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator
|
|
|
|
|
|
|
|
|
@ -58,7 +58,7 @@ sed -i -e '1{\@^#!@d}' glad/__main__.py
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%pyproject_install
|
|
|
|
|
%pyproject_save_files glad
|
|
|
|
|
%pyproject_save_files -l glad
|
|
|
|
|
|
|
|
|
|
%files -n %{srcname}
|
|
|
|
|
%doc README.md
|
|
|
|
@ -69,6 +69,15 @@ sed -i -e '1{\@^#!@d}' glad/__main__.py
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sun Sep 22 2024 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.7-1
|
|
|
|
|
- Update to latest version (#2310171)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.0.6-2
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
* Fri Mar 22 2024 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.6-1
|
|
|
|
|
- Update to latest version (#2270163)
|
|
|
|
|
|
|
|
|
|