diff --git a/libdrm.changes b/libdrm.changes index b1f1857..fea235b 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -5,6 +5,11 @@ Thu Oct 29 11:54:08 CET 2009 - sndirsch@suse.de * enabled build of test tools (dristat, drmstat, modeprint, modeset) +------------------------------------------------------------------- +Wed Oct 28 16:34:52 UTC 2009 - crrodriguez@opensuse.org + +- libdrm-devel requires glibc-devel. + ------------------------------------------------------------------- Tue Sep 29 20:56:36 CEST 2009 - sndirsch@suse.de diff --git a/libdrm.spec b/libdrm.spec index 01528a3..934eeda 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -19,7 +19,7 @@ Name: libdrm -BuildRequires: glibc-devel pkgconfig xorg-x11-proto-devel +BuildRequires: pkgconfig xorg-x11-proto-devel Url: http://dri.sf.net License: MIT License (or similar) Group: System/Libraries @@ -32,7 +32,7 @@ Obsoletes: libdrm-64bit %endif # Version: 2.4.14 -Release: 2 +Release: 3 Summary: Userspace Interface for Kernel DRM Services Source: %{name}-%{version}.tar.bz2 Patch: enable_test_tools.diff @@ -74,7 +74,7 @@ Authors: License: MIT License (or similar) Summary: Libraries, includes and more to develop libdrm applications Group: System/Libraries -Requires: libdrm = %{version} +Requires: libdrm = %{version} glibc-devel # bug437293 %ifarch ppc64 Obsoletes: libdrm-devel-64bit @@ -121,7 +121,7 @@ Authors: autoreconf -fi export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure --with-pic --enable-nouveau-experimental-api -make +%{__make} %{?jobs:-j%jobs} %install make install DESTDIR=$RPM_BUILD_ROOT