diff --git a/.gitignore b/.gitignore index 992a92d..3280356 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ mesa-20100720.tar.bz2 /mesa-20130723.tar.xz /mesa-20130902.tar.xz /mesa-20130919.tar.xz +/mesa-20131114.tar.xz diff --git a/mesa.spec b/mesa.spec index 40c45f5..cd52fc1 100644 --- a/mesa.spec +++ b/mesa.spec @@ -48,12 +48,12 @@ %define _default_patch_fuzz 2 -%define gitdate 20130919 +%define gitdate 20131114 #% define snapshot Summary: Mesa graphics libraries Name: mesa -Version: 9.2 +Version: 9.2.3 Release: 1.%{gitdate}%{?dist} License: MIT Group: System Environment/Libraries @@ -76,9 +76,6 @@ Patch12: mesa-8.0.1-fix-16bpp.patch Patch15: mesa-9.2-hardware-float.patch Patch16: mesa-9.2-no-useless-vdpau.patch Patch20: mesa-9.2-evergreen-big-endian.patch -# https://bugs.freedesktop.org/show_bug.cgi?id=68665 -# http://cgit.freedesktop.org/mesa/mesa/commit/?id=b217d48364f368f541e53006af5dd56f664be24d -Patch21: 0001-st-dri-do-not-create-a-new-context-for-msaa-copy.patch BuildRequires: pkgconfig autoconf automake libtool %if %{with_hardware} @@ -304,7 +301,6 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1 %patch15 -p1 -b .hwfloat %patch16 -p1 -b .vdpau %patch20 -p1 -b .egbe -%patch21 -p1 -b .msaa %if 0%{with_private_llvm} sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac @@ -604,6 +600,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Nov 14 2013 Igor Gnatenko - 9.2.3-1.20131114 +- 9.2.3 upstream release + * Thu Sep 19 2013 Igor Gnatenko - 9.2-1.20130919 - Today's git snap of 9.2 branch - [NVE4] Fix crashing games when set AA to x2 on GTX760 diff --git a/sources b/sources index 82c8d86..caf10db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99e1cbf18a76c540d5026a6db6e94199 mesa-20130919.tar.xz +54f46fc070303e0d467779ab39103d58 mesa-20131114.tar.xz