diff --git a/.gitignore b/.gitignore index 06d5b98..784faab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/glad2-2.0.6.tar.gz +SOURCES/glad2-2.0.7.tar.gz diff --git a/.python-glad2.metadata b/.python-glad2.metadata index 41a1e57..b1871dc 100644 --- a/.python-glad2.metadata +++ b/.python-glad2.metadata @@ -1 +1 @@ -b36e479c06f12dc39cce20c6f5fc8d9b903095ff SOURCES/glad2-2.0.6.tar.gz +be14b7362c523d50f368e902fa82aafe2ddfd09d SOURCES/glad2-2.0.7.tar.gz diff --git a/SPECS/python-glad2.spec b/SPECS/python-glad2.spec index 58333a6..b14664b 100644 --- a/SPECS/python-glad2.spec +++ b/SPECS/python-glad2.spec @@ -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 - 2.0.7-1 +- Update to latest version (#2310171) + +* Fri Jul 19 2024 Fedora Release Engineering - 2.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 2.0.6-2 +- Rebuilt for Python 3.13 + * Fri Mar 22 2024 Elliott Sales de Andrade - 2.0.6-1 - Update to latest version (#2270163)