summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2013-12-01 16:51:48 +0400
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2013-12-05 10:35:54 +0400
commit037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711 (patch)
tree4b1044694a6f879ff3501423e41d3648375ddf24 /mesa.spec
parentf5c756cfd11b6f27439f8f945e1e40f82276581e (diff)
downloadmesa-037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711.tar.gz
mesa-037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711.tar.xz
mesa-037ad6c04b9f2b95d2ee5bcf6b68e3fe3eacb711.zip
10.0 upstream release
v1: dropped libdricore.so* (dropped by upstream) updated libxatracker.so.1 to libxatracker.so.2 (updated by upstream) updated patches and tools: make-git-snapshot updated for 10.0 branch sanitize-tarball updated for new functions nv-50 build fix updated for new file location dropped no-useless-vdpau, because not needed for new mesa stack v2: Added msm_dri.so (added by upstream) v3: Fix sanitize for vl_level_supported() Reported-and-tested-by: Kirill Rusinov <carasin.berlogue@mail.ru> v4: Add reference to spec Drop old patch nv50 Tested-by: Kirill Rusinov <carasin.berlogue@mail.ru> Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1036361
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec24
1 files changed, 9 insertions, 15 deletions
diff --git a/mesa.spec b/mesa.spec
index e941de1..10cd223 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -48,12 +48,12 @@
%define _default_patch_fuzz 2
-%define gitdate 20131128
+%define gitdate 20131206
#% define snapshot
Summary: Mesa graphics libraries
Name: mesa
-Version: 9.2.4
+Version: 10.0
Release: 1.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
@@ -70,11 +70,10 @@ Source3: make-git-snapshot.sh
# Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
Source4: Mesa-MLAA-License-Clarification-Email.txt
-Patch1: nv50-fix-build.patch
+Patch1: mesa-10.0-nv50-fix-build.patch
Patch9: mesa-8.0-llvmpipe-shmget.patch
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
BuildRequires: pkgconfig autoconf automake libtool
@@ -299,7 +298,6 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
#patch12 -p1 -b .16bpp
%patch15 -p1 -b .hwfloat
-%patch16 -p1 -b .vdpau
%patch20 -p1 -b .egbe
%if 0%{with_private_llvm}
@@ -475,19 +473,12 @@ rm -rf $RPM_BUILD_ROOT
%endif
%if 0%{?with_freedreno}
%{_libdir}/dri/kgsl_dri.so
+%{_libdir}/dri/msm_dri.so
%endif
%{_libdir}/dri/nouveau_dri.so
%if 0%{?with_vmware}
%{_libdir}/dri/vmwgfx_dri.so
%endif
-%{_libdir}/libdricore*.so*
-%endif
-# this is funky; it doesn't get built for gallium drivers, so it doesn't
-# exist on s390x where swrast is llvmpipe, but does exist on s390 where
-# swrast is classic mesa. this seems like a bug? in that it probably
-# means the gallium drivers are linking dricore statically? fixme.
-%ifarch s390
-%{_libdir}/libdricore*.so*
%endif
%{_libdir}/dri/swrast_dri.so
@@ -584,8 +575,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc docs/COPYING
%if %{with_hardware}
-%{_libdir}/libxatracker.so.1
-%{_libdir}/libxatracker.so.1.*
+%{_libdir}/libxatracker.so.2
+%{_libdir}/libxatracker.so.2.*
%endif
%files libxatracker-devel
@@ -600,6 +591,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Sun Dec 01 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0-1.20131206
+- 10.0 upstream (RHBZ 1036361)
+
* Thu Nov 28 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 9.2.4-1.20131128
- 9.2.4 upstream release