diff --git a/mesa.spec b/mesa.spec index ad8543b..d184e8f 100644 --- a/mesa.spec +++ b/mesa.spec @@ -18,7 +18,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 7.11 -Release: 0.9.%{gitdate}.0%{?dist} +Release: 0.10.%{gitdate}.0%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -273,11 +273,13 @@ mv libllvmcore*.so %{_lib} %if %{with_hardware} --enable-gallium-llvm \ --enable-gallium-radeon \ + --enable-gallium-r300 \ --enable-gallium-r600 \ --enable-gallium-nouveau \ %else --disable-gallium-llvm \ --disable-gallium-radeon \ + --disable-gallium-r300 \ --disable-gallium-r600 \ --disable-gallium-nouveau \ %endif @@ -486,6 +488,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libOSMesa.so %changelog +* Tue May 10 2011 Dan HorĂ¡k 7.11-0.10.20110509.0 +- r300 needs to be explicitely disabled when with_hardware == 0 + * Mon May 09 2011 Dave Airlie 7.11-0.9.20110509.0 - fix rv6xx regression in last set of changes (#702872)