From 0e065777a6a09578f18b060ffc884de98332b06e449c0f13dbf20e3e7d63df54 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Feb 2024 10:14:16 +0000 Subject: [PATCH] - update to 2.6.5: * Fixed Python version check OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=26 --- glfw-2.6.4.tar.gz | 3 --- glfw-2.6.5.tar.gz | 3 +++ python-glfw.changes | 6 ++++++ python-glfw.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 glfw-2.6.4.tar.gz create mode 100644 glfw-2.6.5.tar.gz diff --git a/glfw-2.6.4.tar.gz b/glfw-2.6.4.tar.gz deleted file mode 100644 index dbb0412..0000000 --- a/glfw-2.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a36c22467fc4f47481f85c2ac9d18585503b9f0906763a802ed5b23e0f80c1b -size 31363 diff --git a/glfw-2.6.5.tar.gz b/glfw-2.6.5.tar.gz new file mode 100644 index 0000000..98d128a --- /dev/null +++ b/glfw-2.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484267b8e82bb6aff4917aba080773b7d79bee0f26e4cc5d2cbe733b60356526 +size 31406 diff --git a/python-glfw.changes b/python-glfw.changes index bb2d1ac..83e10a6 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 1 10:14:12 UTC 2024 - Dirk Müller + +- update to 2.6.5: + * Fixed Python version check + ------------------------------------------------------------------- Wed Dec 20 21:41:07 UTC 2023 - Dirk Müller diff --git a/python-glfw.spec b/python-glfw.spec index fe9fce7..d789c1b 100644 --- a/python-glfw.spec +++ b/python-glfw.spec @@ -1,7 +1,7 @@ # # spec file for package python-glfw # -# Copyright (c) 2023 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glfw -Version: 2.6.4 +Version: 2.6.5 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT