15
0
forked from pool/python-glfw

Accepting request 704426 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/704426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glfw?expand=0&rev=4
This commit is contained in:
2019-05-22 09:16:47 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51e2539e0e39eac124f47e4e032f817cd87b0d4f4836b65b90925e66adeb514d
size 19502

3
glfw-1.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7570ad1f19bb1654202f28235fb406209cf0b08909970a8e42fe4a7aaa17075b
size 24133

View File

@@ -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 <tchvatal@suse.com>

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