From f8d3166805c71eb747116e18e9156abcad9aeeaa Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 05 2015 16:38:04 +0000 Subject: import mesa-10.2.7-5.20140910.el7_1.1 --- diff --git a/SPECS/mesa.spec b/SPECS/mesa.spec index d96bad4..c629f95 100644 --- a/SPECS/mesa.spec +++ b/SPECS/mesa.spec @@ -48,7 +48,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 10.2.7 -Release: 5.%{gitdate}%{?dist} +Release: 5.%{gitdate}%{?dist}.1 License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -396,7 +396,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/vdpau/*.so # strip out useless headers rm -f $RPM_BUILD_ROOT%{_includedir}/GL/w*.h -rm -rf $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/ +# we need to ship the vmwgfx pipe +rm -rf $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_r*.so +rm -rf $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_swrast.so +rm -rf $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_nouveau.so + # remove .la files find $RPM_BUILD_ROOT -name \*.la | xargs rm -f @@ -456,7 +460,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc docs/COPYING docs/Mesa-MLAA-License-Clarification-Email.txt %dir %{_libdir}/dri -%if %{with_hardware} +%if 0%{?with_vmware} +%dir %{_libdir}/gallium-pipe %if 0%{?with_vdpau} %dir %{_libdir}/vdpau %endif @@ -596,6 +601,7 @@ rm -rf $RPM_BUILD_ROOT %if %{with_hardware} %{_libdir}/libxatracker.so.2 %{_libdir}/libxatracker.so.2.* +%{_libdir}/gallium-pipe/pipe_vmwgfx.so %endif %files libxatracker-devel @@ -610,6 +616,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jul 14 2015 Dave Airlie 10.2.7-5.20140910.1 +- ship missing vmwgfx pipe files + * Wed Jan 28 2015 Adam Jackson 10.2.7-5.20140910 - Fix color clears and colorformat selection on big-endian evergreen