diff --git a/glfw-1.11.2.tar.gz b/glfw-1.11.2.tar.gz deleted file mode 100644 index ac0af41..0000000 --- a/glfw-1.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30737b24a8cbc241b567c3592d4221825d0a89aa65acbffd620ebe8118a5a578 -size 27794 diff --git a/glfw-2.5.4.tar.gz b/glfw-2.5.4.tar.gz new file mode 100644 index 0000000..89fa497 --- /dev/null +++ b/glfw-2.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6aa27e6d979c3fc0637812912e558150d3722c0be2cf9f29e8e0615b6c29ad6 +size 30135 diff --git a/python-glfw.changes b/python-glfw.changes index 9fdfcf8..6fc0352 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Sep 28 21:23:41 UTC 2022 - Yogalakshmi Arunachalam + +- [2.5.5] - 2022-09-07 + Added wrappers for unreleased macros + Fixed set_monitor_user_pointer and get_monitor_user_pointer +- [2.5.4] - 2022-07-23 + Updated to GLFW 3.3.8 +- [2.5.3] - 2022-04-09 + Updated to GLFW 3.3.7 +- [2.5.2] - 2022-04-01 + Fixed swapped HAT_DOWN and HAT_RIGHT constants +- [2.5.1] - 2022-02-27 + Updated to GLFW 3.3.6 +- [2.5.0] - 2021-12-18 + Added /usr/lib/arm-linux-gnueabihf to library search paths +- [2.4.0] - 2021-11-07 + Added macOS wheels for arm64 + Added wrappers for unreleased macros and functions + Updated to GLFW 3.3.5 +- [2.3.0] - 2021-10-01 + Added /opt/homebrew/lib to library search paths +- [2.2.0] - 2021-09-09 + Added Linux wheels for aarch64 + Updated to GLFW 3.3.4 +- [2.1.0] - 2021-02-28 + Updated to GLFW 3.3.3 +- [2.0.0] - 2020-10-04 + Changed default error reporting method to warn + Allow dict for ERROR_REPORTING +- [1.12.0] - 2020-07-10 + Added support for CFFI pointers for Vulkan objects + ------------------------------------------------------------------- Wed Jul 8 12:38:53 UTC 2020 - Ondřej Súkup diff --git a/python-glfw.spec b/python-glfw.spec index bf4f696..4c1c0da 100644 --- a/python-glfw.spec +++ b/python-glfw.spec @@ -1,7 +1,7 @@ # # spec file for package python-glfw # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glfw -Version: 1.11.2 +Version: 2.5.4 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT