From f0001d9511fd8af98db788c3c1f324692d537a2f580d2dfa485ab4f2d3892f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Jul 2019 13:50:05 +0000 Subject: [PATCH] Accepting request 718894 from home:pgajdos - version update to 1.8.2 * Added the sys.prefix/lib to the search path * Added the changelog back to the source distribution OBS-URL: https://build.opensuse.org/request/show/718894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=10 --- glfw-1.8.0.tar.gz | 3 --- glfw-1.8.2.tar.gz | 3 +++ python-glfw.changes | 7 +++++++ python-glfw.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 glfw-1.8.0.tar.gz create mode 100644 glfw-1.8.2.tar.gz diff --git a/glfw-1.8.0.tar.gz b/glfw-1.8.0.tar.gz deleted file mode 100644 index 719376b..0000000 --- a/glfw-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7570ad1f19bb1654202f28235fb406209cf0b08909970a8e42fe4a7aaa17075b -size 24133 diff --git a/glfw-1.8.2.tar.gz b/glfw-1.8.2.tar.gz new file mode 100644 index 0000000..13c88e6 --- /dev/null +++ b/glfw-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eec70faed8f943761cb2f211bab630ca5a584656f8f8908b0a3458454061f5d +size 24588 diff --git a/python-glfw.changes b/python-glfw.changes index 5114e5c..2df78af 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 26 13:41:20 UTC 2019 - pgajdos@suse.com + +- version update to 1.8.2 + * Added the sys.prefix/lib to the search path + * Added the changelog back to the source distribution + ------------------------------------------------------------------- Tue May 21 10:53:22 UTC 2019 - pgajdos@suse.com diff --git a/python-glfw.spec b/python-glfw.spec index 5d0f5fd..09543f6 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.0 +Version: 1.8.2 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT