From 226865b3ef88215a0ff20884dd2844ee9d5399ebeda97dc2e2b879ffe53bc268 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 25 Oct 2014 08:58:35 +0000 Subject: [PATCH 1/2] Accepting request 258292 from home:mayerjosua:branches:X11:XOrg XServer looks for dri.pc during configure. dri.pc is currently provided by Mesa-devel which is pulled in by other requirements, but it might be better to explicitly require dri.pc. OBS-URL: https://build.opensuse.org/request/show/258292 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=548 --- xorg-x11-server.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 57925fa..3555311 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -44,6 +44,7 @@ BuildRequires: pkgconfig(bigreqsproto) >= 1.1.0 BuildRequires: pkgconfig(compositeproto) BuildRequires: pkgconfig(damageproto) >= 1.1 BuildRequires: pkgconfig(dmx) >= 1.0.99.1 +BuildRequires: pkgconfig(dri) >= 7.8.0 BuildRequires: pkgconfig(dri2proto) BuildRequires: pkgconfig(dri3proto) BuildRequires: pkgconfig(epoxy) >= 1.1 From d269f83884f14fafe471e52f8d64d2d06d1aeeb3f4b14875dedc351c750c22bd Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 27 Oct 2014 07:47:19 +0000 Subject: [PATCH 2/2] - added missing changelog for latest change OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=549 --- xorg-x11-server.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 70c81c0..948888c 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 27 07:45:14 UTC 2014 - sndirsch@suse.com + +- XServer looks for dri.pc during configure. dri.pc is currently + provided by a Mesa devel package, which is pulled in by other + requirements, but it might be better to explicitly require dri.pc. + ------------------------------------------------------------------- Mon Sep 29 14:53:45 UTC 2014 - lbsousajr@gmail.com