Browse Source

mesa

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10957 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
036e1224df
1 changed files with 6 additions and 9 deletions
  1. 6 9
      m/mesa/mesa-vl.spec

+ 6 - 9
m/mesa/mesa-vl.spec

@@ -18,8 +18,8 @@
 Summary: Mesa graphics libraries
 Summary(ja): Mesa グラフィックスライブラリ
 Name: mesa
-Version: 11.1.4
-Release: 2%{?_dist_release}
+Version: 11.2.2
+Release: 1%{?_dist_release}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -31,9 +31,6 @@ Patch1: mesa-10.0-nv50-fix-build.patch
 Patch15: mesa-9.2-hardware-float.patch
 Patch20: mesa-10.2-evergreen-big-endian.patch
 
-# https://bugs.freedesktop.org/show_bug.cgi?id=73512
-Patch99: 0001-opencl-use-versioned-.so-in-mesa.icd.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: pkgconfig
 BuildRequires: flex, bison
@@ -378,10 +375,6 @@ Mesa-based DRI drivers.
 %patch15 -p1 -b .hwfloat
 %patch20 -p1 -b .egbe
 
-%if 0%{?with_opencl}
-%patch99 -p1 -b .icd
-%endif
-
 
 %build
 
@@ -709,6 +702,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.2-1
+- updated to 11.2.2.
+- dropped Patch99: fixed in upstream.
+
 * Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.4-2
 - rebuild with gcc-5.4.0