15
0
forked from pool/python-glfw

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
This commit is contained in:
Tomáš Chvátal
2019-05-21 11:04:05 +00:00
committed by Git OBS Bridge
parent a24bc94f61
commit 3fa6381641
4 changed files with 15 additions and 5 deletions

View File

@@ -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