diff --git a/python-opengl.changes b/python-opengl.changes index d4905bf..0a6008f 100644 --- a/python-opengl.changes +++ b/python-opengl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 10 17:04:15 CEST 2009 - ro@suse.de + +- buildreq: replace gle by libgle-devel for >= 11.2 + ------------------------------------------------------------------- Mon May 4 12:09:40 CEST 2009 - ro@suse.de diff --git a/python-opengl.spec b/python-opengl.spec index a770266..67e047f 100644 --- a/python-opengl.spec +++ b/python-opengl.spec @@ -19,16 +19,16 @@ Name: python-opengl -BuildRequires: freeglut-devel gle libdrm-devel python-devel python-imaging swig tk-devel xorg-x11 +BuildRequires: freeglut-devel libdrm-devel python-devel python-imaging swig tk-devel xorg-x11 %if %suse_version > 1110 -BuildRequires: python-numpy +BuildRequires: libgle-devel python-numpy %else -BuildRequires: python-numeric +BuildRequires: gle python-numeric %endif %define tarname PyOpenGL Summary: OpenGL bindings for Python Version: 2.0.1.09 -Release: 274 +Release: 275 Source0: %{tarname}-%{version}.tar.bz2 Patch0: %{name}-nodisplay.patch Patch1: %{name}-%{version}-pep353.patch @@ -81,6 +81,8 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name} %changelog +* Wed Jun 10 2009 ro@suse.de +- buildreq: replace gle by libgle-devel for >= 11.2 * Mon May 04 2009 ro@suse.de - buildrequires: replace python-numeric by python-numpy for >= 11.2