diff --git a/glfw-1.7.1.tar.gz b/glfw-1.7.1.tar.gz deleted file mode 100644 index 13c3478..0000000 --- a/glfw-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51e2539e0e39eac124f47e4e032f817cd87b0d4f4836b65b90925e66adeb514d -size 19502 diff --git a/glfw-1.8.0.tar.gz b/glfw-1.8.0.tar.gz new file mode 100644 index 0000000..719376b --- /dev/null +++ b/glfw-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7570ad1f19bb1654202f28235fb406209cf0b08909970a8e42fe4a7aaa17075b +size 24133 diff --git a/python-glfw.changes b/python-glfw.changes index 6ac4fec..5114e5c 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 21 10:53:22 UTC 2019 - pgajdos@suse.com + +- version update to 1.8.0 + * Update for GLFW 3.3 + * Fixed typo set_get_window_frame_size + ------------------------------------------------------------------- Mon Mar 4 11:42:25 UTC 2019 - Tomáš Chvátal diff --git a/python-glfw.spec b/python-glfw.spec index 0ce7682..5d0f5fd 100644 --- a/python-glfw.spec +++ b/python-glfw.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glfw -Version: 1.7.1 +Version: 1.8.0 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT @@ -59,9 +59,12 @@ except for: %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# no upstream tests + %files %{python_files} %license LICENSE.txt -%doc CHANGES.txt README.rst +%doc README.rst %{python_sitelib}/* %changelog