diff --git a/glew.changes b/glew.changes index 75c2bf4..ffc10a9 100644 --- a/glew.changes +++ b/glew.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 24 22:38:00 UTC 2012 - thorstenb@flightgear.org + +- Fixed dependencies for openSUSE <= 12.1 + ------------------------------------------------------------------- Mon Sep 24 22:46:35 UTC 2012 - adam@mizerski.pl diff --git a/glew.spec b/glew.spec index c1a7988..037999a 100644 --- a/glew.spec +++ b/glew.spec @@ -58,8 +58,10 @@ functionality is exposed in a single header file. Summary: Development files for glew Group: Development/Libraries/C and C++ Requires: libGLEW%{so_ver} = %{version} +%if %suse_version >= 1220 # X11/Xlib.h X11/Xutil.h Requires: libX11-devel +%endif # X11/Xmd.h Requires: xorg-x11-proto-devel # Don't require GLU, because there is GLEW_NO_GLU option