From ec301550236e92c5c968f39a35d5764d312f25cafbe5d25eb9dd5892b940d856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Sep 2019 11:44:21 +0000 Subject: [PATCH] - Update to 1.8.3: * Updated the GLFW version in the wheels to 3.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=12 --- glfw-1.8.2.tar.gz | 3 --- glfw-1.8.3.tar.gz | 3 +++ python-glfw.changes | 6 ++++++ python-glfw.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 glfw-1.8.2.tar.gz create mode 100644 glfw-1.8.3.tar.gz diff --git a/glfw-1.8.2.tar.gz b/glfw-1.8.2.tar.gz deleted file mode 100644 index 13c88e6..0000000 --- a/glfw-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eec70faed8f943761cb2f211bab630ca5a584656f8f8908b0a3458454061f5d -size 24588 diff --git a/glfw-1.8.3.tar.gz b/glfw-1.8.3.tar.gz new file mode 100644 index 0000000..ed395fc --- /dev/null +++ b/glfw-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb94708bff9c9478b85ec1993aa416288e9d407bb83cae8cff561ccb4205635 +size 24615 diff --git a/python-glfw.changes b/python-glfw.changes index 2df78af..27213c0 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 12 11:43:03 UTC 2019 - Tomáš Chvátal + +- Update to 1.8.3: + * Updated the GLFW version in the wheels to 3.3 + ------------------------------------------------------------------- Fri Jul 26 13:41:20 UTC 2019 - pgajdos@suse.com diff --git a/python-glfw.spec b/python-glfw.spec index 09543f6..6d54a3a 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.8.2 +Version: 1.8.3 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT