diff --git a/glfw-1.11.0.tar.gz b/glfw-1.11.0.tar.gz deleted file mode 100644 index 5a42cc0..0000000 --- a/glfw-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b95f8f33404c87cdc3d8fe6c30fca598efb920c28b1e01cda70c341a495bdb3 -size 26158 diff --git a/glfw-1.11.2.tar.gz b/glfw-1.11.2.tar.gz new file mode 100644 index 0000000..ac0af41 --- /dev/null +++ b/glfw-1.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30737b24a8cbc241b567c3592d4221825d0a89aa65acbffd620ebe8118a5a578 +size 27794 diff --git a/python-glfw.changes b/python-glfw.changes index 17b23e1..9fdfcf8 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 8 12:38:53 UTC 2020 - Ondřej Súkup + +- update to 1.11.2 + * Fixed missing parameter in set_window_opacity + * Replaced non-ASCII whitespace + * Fixed a TypeError in _GLFWgamepadstate + ------------------------------------------------------------------- Thu Mar 5 12:46:21 UTC 2020 - pgajdos@suse.com diff --git a/python-glfw.spec b/python-glfw.spec index c9c1b92..bf4f696 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.11.0 +Version: 1.11.2 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT