SHA256
1
0
forked from pool/Mesa

- revert previous change since it actually *broke* the build with

Factory

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=175
This commit is contained in:
Stefan Dirsch 2011-09-12 23:49:39 +00:00 committed by Git OBS Bridge
parent 6724c881ec
commit 0f6d2289e8
5 changed files with 25 additions and 1 deletions

12
MD5SUMS Normal file
View File

@ -0,0 +1,12 @@
9c35c775244e027c015611a07970d357 FIX_BUILD_WITH_LLVM.patch
8b8113cbe6c63b9a41973695a66aee7d Mesa.changes
e07b0af8bba834e3fe174a47cb07005e Mesa.spec
d2b5955158c82bd0a89964bdc39d4559 MesaLib-7.11.tar.bz2
3717202fd4ed99c42c249227e1891392 README.updates
847e07bcbb3daf315f2ab15f024364ad U_Mesa-7.11-llvm3.patch
8d5ab257641658c8d946419b3bb72d34 U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff
2dc57a7c3922d06bb47a9126ba2462ac baselibs.conf
b3619b22abafe591ac7cf7cb0a6f04e0 drirc
799d2da86deb7f425cfadc0b98d889c9 manual-pages.tar.bz2
8fa902a3dde774c59c8fd70fcbdcba4c u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
36b62abe308bbc0ac033db3ae1adf468 u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch

1
MD5SUMS.meta Normal file
View File

@ -0,0 +1 @@
31bc1fffbedd8f16c87f3d0b8134c0e2 MD5SUMS

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 12 23:48:34 UTC 2011 - sndirsch@suse.com
- revert previous change since it actually *broke* the build with
Factory
-------------------------------------------------------------------
Mon Sep 12 10:47:17 UTC 2011 - idonmez@suse.com

View File

@ -53,7 +53,9 @@ Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
# already upstream
Patch13: U_Mesa-7.11-llvm3.patch
Patch14: U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff
Patch15: Mesa-llvm-3.0.patch
%if 0%{?suse_version} <= 1140
Patch15: FIX_BUILD_WITH_LLVM.patch
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -124,7 +126,10 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch11 -p1
%patch13 -p0
%patch14 -p1
%if 0%{?suse_version} <= 1140
%patch15 -p1
%endif
%build