Accepting request 139215 from home:thorstenbr:branches:multimedia:libs

"Nothing provides libX11(-devel)" for openSUSE <=12.1, so the package failed to install for earlier openSUSE versions. Patch also restores the OBS build of packages depending on glew.

OBS-URL: https://build.opensuse.org/request/show/139215
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/glew?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2012-10-25 21:35:59 +00:00 committed by Git OBS Bridge
parent cee87cdec2
commit bc94afa57d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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