From 3fa6381641e6fcfa3c4e38bbc4d6e0741599b939b36bbd171fc2da77cf6db55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 21 May 2019 11:04:05 +0000 Subject: [PATCH] Accepting request 704425 from home:pgajdos - version update to 1.8.0 * Update for GLFW 3.3 * Fixed typo set_get_window_frame_size OBS-URL: https://build.opensuse.org/request/show/704425 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=8 --- glfw-1.7.1.tar.gz | 3 --- glfw-1.8.0.tar.gz | 3 +++ python-glfw.changes | 7 +++++++ python-glfw.spec | 7 +++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 glfw-1.7.1.tar.gz create mode 100644 glfw-1.8.0.tar.gz diff --git a/glfw-1.7.1.tar.gz b/glfw-1.7.1.tar.gz deleted file mode 100644 index 13c3478..0000000 --- a/glfw-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51e2539e0e39eac124f47e4e032f817cd87b0d4f4836b65b90925e66adeb514d -size 19502 diff --git a/glfw-1.8.0.tar.gz b/glfw-1.8.0.tar.gz new file mode 100644 index 0000000..719376b --- /dev/null +++ b/glfw-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7570ad1f19bb1654202f28235fb406209cf0b08909970a8e42fe4a7aaa17075b +size 24133 diff --git a/python-glfw.changes b/python-glfw.changes index 6ac4fec..5114e5c 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 21 10:53:22 UTC 2019 - pgajdos@suse.com + +- version update to 1.8.0 + * Update for GLFW 3.3 + * Fixed typo set_get_window_frame_size + ------------------------------------------------------------------- Mon Mar 4 11:42:25 UTC 2019 - Tomáš Chvátal diff --git a/python-glfw.spec b/python-glfw.spec index 0ce7682..5d0f5fd 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.7.1 +Version: 1.8.0 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT @@ -59,9 +59,12 @@ except for: %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# no upstream tests + %files %{python_files} %license LICENSE.txt -%doc CHANGES.txt README.rst +%doc README.rst %{python_sitelib}/* %changelog