forked from pool/python-opengl-accelerate
Accepting request 644633 from devel:languages:python
- Version update to 3.1.3b1: * no real changelog OBS-URL: https://build.opensuse.org/request/show/644633 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opengl-accelerate?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d37af9f2565febf214e1da2a5fe019561992d34026ce2a5f51972e121b84cdd
|
|
||||||
size 321665
|
|
3
PyOpenGL-accelerate-3.1.3b1.tar.gz
Normal file
3
PyOpenGL-accelerate-3.1.3b1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e687eea7e006d65f531933b49b3b3d2feaaf51279147a904247f9d189762a36f
|
||||||
|
size 533256
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 25 12:41:21 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Version update to 3.1.3b1:
|
||||||
|
* no real changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 5 11:20:26 UTC 2017 - aloisio@gmx.com
|
Mon Jun 5 11:20:26 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-opengl-accelerate
|
# spec file for package python-opengl-accelerate
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,19 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define tarname PyOpenGL-accelerate
|
%define tarname PyOpenGL-accelerate
|
||||||
Name: python-opengl-accelerate
|
Name: python-opengl-accelerate
|
||||||
Version: 3.1.1a1
|
Version: 3.1.3b1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Acceleration for python-opengl
|
Summary: Acceleration for python-opengl
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Url: http://pyopengl.sourceforge.net
|
URL: http://pyopengl.sourceforge.net
|
||||||
Source0: https://files.pythonhosted.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
@@ -33,8 +33,7 @@ BuildRequires: %{python_module opengl == %{version}}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-opengl == %{version}
|
Requires: python-opengl = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -55,8 +54,8 @@ export CFLAGS="%{optflags} -DGLX_GLXEXT_LEGACY"
|
|||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%license license.txt
|
||||||
%doc README.txt license.txt
|
%doc README.txt
|
||||||
%{python_sitearch}/OpenGL_accelerate/
|
%{python_sitearch}/OpenGL_accelerate/
|
||||||
%{python_sitearch}/PyOpenGL_accelerate-%{version}-py%{python_version}.egg-info
|
%{python_sitearch}/PyOpenGL_accelerate-%{version}-py%{python_version}.egg-info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user