From b8a99c4234efd7a4117d4fe15151f456ec33ad3726568d48d7f649af3f47934d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Mar 2024 20:02:46 +0000 Subject: [PATCH] - update to 2.7.0: * Included GLFW 3.4 functions and definitions without preview OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=28 --- glfw-2.6.5.tar.gz | 3 --- glfw-2.7.0.tar.gz | 3 +++ python-glfw.changes | 6 ++++++ python-glfw.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 glfw-2.6.5.tar.gz create mode 100644 glfw-2.7.0.tar.gz diff --git a/glfw-2.6.5.tar.gz b/glfw-2.6.5.tar.gz deleted file mode 100644 index 98d128a..0000000 --- a/glfw-2.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:484267b8e82bb6aff4917aba080773b7d79bee0f26e4cc5d2cbe733b60356526 -size 31406 diff --git a/glfw-2.7.0.tar.gz b/glfw-2.7.0.tar.gz new file mode 100644 index 0000000..23ea3cb --- /dev/null +++ b/glfw-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e209ad38fa8c5be67ca590d7b17533d95ad1eb57d0a3f07b98131db69b79000 +size 31401 diff --git a/python-glfw.changes b/python-glfw.changes index 83e10a6..4751355 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 25 20:02:13 UTC 2024 - Dirk Müller + +- update to 2.7.0: + * Included GLFW 3.4 functions and definitions without preview + ------------------------------------------------------------------- Thu Feb 1 10:14:12 UTC 2024 - Dirk Müller diff --git a/python-glfw.spec b/python-glfw.spec index d789c1b..cef27e4 100644 --- a/python-glfw.spec +++ b/python-glfw.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glfw -Version: 2.6.5 +Version: 2.7.0 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT