diff --git a/PyOpenGL-accelerate-3.1.6.tar.gz b/PyOpenGL-accelerate-3.1.6.tar.gz deleted file mode 100644 index d470e60..0000000 --- a/PyOpenGL-accelerate-3.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f022fff9456e7a0ecd3e5ed2c3e598c917c527f6b418fcd99dc4f90c7e7f7645 -size 588161 diff --git a/PyOpenGL-accelerate-3.1.7.tar.gz b/PyOpenGL-accelerate-3.1.7.tar.gz new file mode 100644 index 0000000..9db9dea --- /dev/null +++ b/PyOpenGL-accelerate-3.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e8b81c60c1a07d5b29fe89a9f1aba3172cd9e4b68046454e913943e7e4cb6f +size 599962 diff --git a/_service b/_service index ed2b7ee..4e2f1fd 100644 --- a/_service +++ b/_service @@ -1,14 +1,13 @@ - - - + https://github.com/mcfletch/pyopengl git accelerate - %h - 227f9c66 + + 29b79e8 + 3.1.7 PyOpenGL-accelerate - + *.tar gz diff --git a/python-opengl-accelerate.changes b/python-opengl-accelerate.changes index cc82478..0102eb1 100644 --- a/python-opengl-accelerate.changes +++ b/python-opengl-accelerate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 3 16:22:55 UTC 2024 - Scott Bradnick + +- Update to 3.1.7 +- Changing to /master/ vs. hash for Source[1,2] files + ------------------------------------------------------------------- Fri Apr 1 18:52:20 UTC 2022 - Scott Bradnick diff --git a/python-opengl-accelerate.spec b/python-opengl-accelerate.spec index 58a845e..075578b 100644 --- a/python-opengl-accelerate.spec +++ b/python-opengl-accelerate.spec @@ -1,7 +1,7 @@ # # spec file for package python-opengl-accelerate # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +#%%{?!python_module:%%define python_module() python-%%{**} python3-%%{**}} %define tarname PyOpenGL-accelerate -%define _version 3.1.6 +%define _version 3.1.7 Name: python-opengl-accelerate Version: %{_version} Release: 0 @@ -28,8 +28,10 @@ Group: Development/Libraries/Python URL: http://pyopengl.sourceforge.net Source0: %{tarname}-%{_version}.tar.gz # test files: GitHub repo has no tags, use commit hash -Source1: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_arraydatatypeaccel.py -Source2: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_numpyaccel.py +#Source1: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_arraydatatypeaccel.py +#Source2: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_numpyaccel.py +Source1: https://github.com/mcfletch/pyopengl/raw/master/accelerate/tests/test_arraydatatypeaccel.py +Source2: https://github.com/mcfletch/pyopengl/raw/master/accelerate/tests/test_numpyaccel.py # BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel}