summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2013-11-13 15:27:36 +0400
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2013-11-13 15:29:08 +0400
commitea1c6e950a6004890b4054701ca9106c18b1f70e (patch)
tree97aae9a0d1d300c46d199826c786a4fdacc34caa /mesa.spec
parent205d5627e8b5259990da7ab2975ab479e5a61963 (diff)
downloadmesa-ea1c6e950a6004890b4054701ca9106c18b1f70e.tar.gz
mesa-ea1c6e950a6004890b4054701ca9106c18b1f70e.tar.xz
mesa-ea1c6e950a6004890b4054701ca9106c18b1f70e.zip
9.2.2 upstream release + fixes from git 9.2 branch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/mesa.spec b/mesa.spec
index 40c45f5..a8da90c 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -48,12 +48,12 @@
%define _default_patch_fuzz 2
-%define gitdate 20130919
+%define gitdate 20131113
#% define snapshot
Summary: Mesa graphics libraries
Name: mesa
-Version: 9.2
+Version: 9.2.2
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
+* Wed Nov 13 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 9.2.2-1.20131113
+- 9.2.2 upstream release + fixes from git 9.2 branch
+
* 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