From bb2a4a58b422318e418d04df99c7a7ea7328de7c11eeb5d4d6814419c81349df Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 9 Feb 2012 20:16:37 +0000 Subject: [PATCH] - fixed buildreqs due to splitted xorg-x11-libs OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=187 --- Mesa.changes | 5 +++++ Mesa.spec | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Mesa.changes b/Mesa.changes index 6c66fcd..64aa865 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 9 20:01:37 UTC 2012 - sndirsch@suse.com + +- fixed buildreqs due to splitted xorg-x11-libs + ------------------------------------------------------------------- Thu Dec 1 11:15:48 UTC 2011 - coolo@suse.com diff --git a/Mesa.spec b/Mesa.spec index 8b3bdac..fc2dffb 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -1,7 +1,7 @@ # # spec file for package Mesa # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,6 +13,9 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + # %define _version 7.11.1 @@ -31,8 +34,10 @@ BuildRequires: libtalloc-devel BuildRequires: libudev-devel BuildRequires: libxml2-python BuildRequires: pkgconfig +BuildRequires: pkgconfig(xdamage) +BuildRequires: pkgconfig(xext) BuildRequires: python-base -BuildRequires: xorg-x11-devel +BuildRequires: xorg-x11-util-devel %ifarch %ix86 x86_64 BuildRequires: llvm-devel %endif @@ -84,7 +89,7 @@ Authors: Brian Paul %package devel -Requires: Mesa = %version xorg-x11-devel libdrm-devel libudev-devel +Requires: Mesa = %version libdrm-devel libudev-devel Summary: Libraries, includes and more to develop Mesa applications Group: Development/Libraries/X11 # bug437293