From cf020752887a1e40f2028cb9aeb3c35672686f73 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 20 Nov 2012 09:16:36 +0100 Subject: [PATCH] Drop wayland support for now --- libva.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libva.spec b/libva.spec index 3afdb7b..de8461d 100644 --- a/libva.spec +++ b/libva.spec @@ -1,11 +1,6 @@ -%if 0%{?fedora} >= 18 -%global _with_wayland 1 -%endif - - Name: libva Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Video Acceleration (VA) API for Linux Group: System Environment/Libraries License: MIT @@ -25,6 +20,9 @@ BuildRequires: wayland-devel BuildRequires: pkgconfig(wayland-client) >= 0.95 BuildRequires: pkgconfig(wayland-server) >= 0.95 } +%{!?_with_wayland: +Obsoletes: %{name}-wayland < %{version}-%{release} +} # owns the %{_libdir}/dri directory Requires: mesa-dri-drivers @@ -117,6 +115,10 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- } %changelog +* Tue Nov 20 2012 Nicolas Chauvet - 1.1.0-5 +- Drop wayland support - Lead to suspicious crash + to reintroduce later using alternates build for vainfo and libs. + * Thu Nov 15 2012 Nicolas Chauvet - 1.1.0-4 - Fix condition rhbz#877059