From bbe2d56fc43dd7baef1b645aefcd7ec4e371f894e12e1672278d4aaed8f42c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 5 Mar 2020 13:05:28 +0000 Subject: [PATCH] Accepting request 781846 from home:pgajdos:python - version update to 1.11.0 ## [1.11.0] - 2020-02-21 - Updated to GLFW 3.3.2 - Include support for both X11 and Wayland libraries in the wheel ## [1.10.1] - 2020-01-21 - Fixed default error callback name ## [1.10.0] - 2020-01-19 - Added more options to error reporting ## [1.9.1] - 2020-01-08 - Added conda search path for Windows ## [1.9.0] - 2019-12-30 - Added wrappers for native functions ## [1.8.7] - 2019-12-10 - Fixed glfwGetMonitorContentScale ## [1.8.6] - 2019-12-09 - Added macOS wheels - Added Microsoft Visual C++ runtime libraries to Windows wheels ## [1.8.5] - 2019-11-28 - Added /usr/lib/aarch64-linux-gnu/ to library search paths - Fix pointer types in get_window_content_scale OBS-URL: https://build.opensuse.org/request/show/781846 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=14 --- glfw-1.11.0.tar.gz | 3 +++ glfw-1.8.3.tar.gz | 3 --- python-glfw.changes | 31 +++++++++++++++++++++++++++++++ python-glfw.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 glfw-1.11.0.tar.gz delete mode 100644 glfw-1.8.3.tar.gz diff --git a/glfw-1.11.0.tar.gz b/glfw-1.11.0.tar.gz new file mode 100644 index 0000000..5a42cc0 --- /dev/null +++ b/glfw-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b95f8f33404c87cdc3d8fe6c30fca598efb920c28b1e01cda70c341a495bdb3 +size 26158 diff --git a/glfw-1.8.3.tar.gz b/glfw-1.8.3.tar.gz deleted file mode 100644 index ed395fc..0000000 --- a/glfw-1.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fb94708bff9c9478b85ec1993aa416288e9d407bb83cae8cff561ccb4205635 -size 24615 diff --git a/python-glfw.changes b/python-glfw.changes index 27213c0..17b23e1 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Mar 5 12:46:21 UTC 2020 - pgajdos@suse.com + +- version update to 1.11.0 + ## [1.11.0] - 2020-02-21 + - Updated to GLFW 3.3.2 + - Include support for both X11 and Wayland libraries in the wheel + + ## [1.10.1] - 2020-01-21 + - Fixed default error callback name + + ## [1.10.0] - 2020-01-19 + - Added more options to error reporting + + ## [1.9.1] - 2020-01-08 + - Added conda search path for Windows + + ## [1.9.0] - 2019-12-30 + - Added wrappers for native functions + + ## [1.8.7] - 2019-12-10 + - Fixed glfwGetMonitorContentScale + + ## [1.8.6] - 2019-12-09 + - Added macOS wheels + - Added Microsoft Visual C++ runtime libraries to Windows wheels + + ## [1.8.5] - 2019-11-28 + - Added /usr/lib/aarch64-linux-gnu/ to library search paths + - Fix pointer types in get_window_content_scale + ------------------------------------------------------------------- Thu Sep 12 11:43:03 UTC 2019 - Tomáš Chvátal diff --git a/python-glfw.spec b/python-glfw.spec index 6d54a3a..c9c1b92 100644 --- a/python-glfw.spec +++ b/python-glfw.spec @@ -1,7 +1,7 @@ # # spec file for package python-glfw # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.8.3 +Version: 1.11.0 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT