From 85b03cfa9c18219ec3f472bfcef34a42089f1ccd Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sat, 23 Mar 2024 01:49:59 +0300 Subject: [PATCH] import python-glad2-2.0.6-1.el9 --- .gitignore | 2 +- .python-glad2.metadata | 2 +- SOURCES/README.md | 3 +++ SPECS/python-glad2.spec | 7 +++++-- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 SOURCES/README.md diff --git a/.gitignore b/.gitignore index 5355bda..06d5b98 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/glad2-2.0.5.tar.gz +SOURCES/glad2-2.0.6.tar.gz diff --git a/.python-glad2.metadata b/.python-glad2.metadata index dca1f42..41a1e57 100644 --- a/.python-glad2.metadata +++ b/.python-glad2.metadata @@ -1 +1 @@ -57d3b7220213a97996e494d3486af8ec3078d006 SOURCES/glad2-2.0.5.tar.gz +b36e479c06f12dc39cce20c6f5fc8d9b903095ff SOURCES/glad2-2.0.6.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..2429ada --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-glad2 + +The python-glad2 package diff --git a/SPECS/python-glad2.spec b/SPECS/python-glad2.spec index b736a61..58333a6 100644 --- a/SPECS/python-glad2.spec +++ b/SPECS/python-glad2.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.5.1) +## (rpmautospec version 0.6.1) ## 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.5 +Version: 2.0.6 Release: %autorelease Summary: Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator @@ -69,6 +69,9 @@ sed -i -e '1{\@^#!@d}' glad/__main__.py %changelog ## START: Generated by rpmautospec +* Fri Mar 22 2024 Elliott Sales de Andrade - 2.0.6-1 +- Update to latest version (#2270163) + * Sun Feb 04 2024 Elliott Sales de Andrade - 2.0.5-1 - Update to latest version (#2262663)