From 4b9334ea22c444f13938230b80709caecb5961de69a8a24f5ef4cbaa27b5bc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 24 Jul 2018 08:47:19 +0000 Subject: [PATCH] Accepting request 624836 from home:tobijk:branches:Emulators - Switch to using pkgconfig for dri2proto as dri2proto-devel does not exist in "Factory" anymore, it is now provided by xorgproto-devel, yet using pkgconfig is more robust OBS-URL: https://build.opensuse.org/request/show/624836 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=529 --- wine.changes | 7 +++++++ wine.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wine.changes b/wine.changes index 7fc7a37..5b36c8d 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 23 14:54:27 UTC 2018 - tobias.johannes.klausmann@mni.thm.de + +- Switch to using pkgconfig for dri2proto as dri2proto-devel does + not exist in "Factory" anymore, it is now provided by + xorgproto-devel, yet using pkgconfig is more robust + ------------------------------------------------------------------- Sat Jul 21 08:15:41 UTC 2018 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 84b0322..2b30394 100644 --- a/wine.spec +++ b/wine.spec @@ -156,8 +156,8 @@ BuildRequires: libva-devel # upstream patch target version %define nine_version 3.12 BuildRequires: Mesa-libd3d-devel -BuildRequires: dri2proto-devel BuildRequires: libOSMesa-devel +BuildRequires: pkgconfig(dri2proto) Source110: wine-d3d9-patches-%{nine_version}.tar.xz %endif