From a046d3d43cb99f5bf210e04a999dc9f3d8fc6a7fe3363392ef8937fba6b3d19c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 10 Jun 2009 15:11:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opengl?expand=0&rev=5 --- python-opengl.changes | 5 +++++ python-opengl.spec | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) 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