9.2.3 upstream release

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2013-11-14 15:11:26 +04:00
parent 205d5627e8
commit 3e12a5308c
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -56,3 +56,4 @@ mesa-20100720.tar.bz2
/mesa-20130723.tar.xz
/mesa-20130902.tar.xz
/mesa-20130919.tar.xz
/mesa-20131114.tar.xz

View File

@ -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 <i.gnatenko.brain@gmail.com> - 9.2.3-1.20131114
- 9.2.3 upstream release
* Thu Sep 19 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 9.2-1.20130919
- Today's git snap of 9.2 branch
- [NVE4] Fix crashing games when set AA to x2 on GTX760

View File

@ -1 +1 @@
99e1cbf18a76c540d5026a6db6e94199 mesa-20130919.tar.xz
54f46fc070303e0d467779ab39103d58 mesa-20131114.tar.xz