From 974e9cbac2915e6bf459a84fe922488cea712adc9d355859353f8c73d1688e21 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 12 May 2015 09:00:31 +0000 Subject: [PATCH 1/2] Accepting request 306385 from home:fstrba:freetype2 Avoid build cycles with python OBS-URL: https://build.opensuse.org/request/show/306385 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=444 --- Mesa.changes | 7 +++++++ Mesa.spec | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Mesa.changes b/Mesa.changes index 8ec190d..92b8320 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 11 15:15:57 UTC 2015 - fstrba@suse.com + +- BuildIgnore python so that it is not sucked in by coincidence + * The python-base provides enough python functionalities + necessary for build. + ------------------------------------------------------------------- Mon Apr 27 09:55:36 UTC 2015 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index e80d55f..305df23 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -54,11 +54,9 @@ Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch Patch13: u_mesa-8.0.1-fix-16bpp.patch # Patch from Fedora, use shmget when available, under llvmpipe Patch15: u_mesa-8.0-llvmpipe-shmget.patch - Patch100: U_0001_gallium_include_util_macros.patch Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch Patch102: U_0003_fix_build_after_macro_include.patch - BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: bison @@ -121,6 +119,7 @@ BuildRequires: pkgconfig(wayland-server) BuildRequires: llvm-devel BuildRequires: ncurses-devel %endif +#!BuildIgnore: python %description Mesa is a 3-D graphics library with an API which is very similar to @@ -508,7 +507,6 @@ Supplements: xf86-video-ati %description -n libvdpau_radeonsi This package contains the VDPAU state tracker for radeonsi. - %prep %setup -q -n %{_name_archive}-%{_version} -b4 # remove some docs @@ -688,6 +686,7 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \ %if 0%{?with_nine} %post libd3d -p /sbin/ldconfig + %postun libd3d -p /sbin/ldconfig %endif From d56f9bff263182a68af3e141f51edd10a3571449d71350c23457b6a3bcb3dafa Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 18 May 2015 09:14:28 +0000 Subject: [PATCH 2/2] Accepting request 307515 from home:mimi_vx:branches:X11:XOrg - Update to 10.5.5 * fdo#88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA * fdo#89455 - [NVC0/Gallium] Unigine Heaven black and white boxes * fdo#89689 - [Regression] Weston on DRM backend won't start with new version of mesa * fdo#90130 - gl_PrimitiveId seems to reset at 340 * i965: Add XRGB8888 format to intel_screen_make_configs * r300: do not link against libdrm_intel * nvc0/ir: flush denorms to zero in non-compute shaders * gk110/ir: fix set with a register dest to not auto-set the abs flag * nvc0/ir: fix predicated PFETCH emission * nv50/ir: fix asFlow() const helper for OP_JOIN * i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions. * i965: Disallow linear blits that are not cacheline aligned. * draw: fix prim ids when there's no gs OBS-URL: https://build.opensuse.org/request/show/307515 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=445 --- Mesa.changes | 18 ++++++++++++++++++ Mesa.spec | 4 ++-- mesa-10.5.4.tar.xz | 3 --- mesa-10.5.5.tar.xz | 3 +++ 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 mesa-10.5.4.tar.xz create mode 100644 mesa-10.5.5.tar.xz diff --git a/Mesa.changes b/Mesa.changes index 92b8320..e7a852c 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat May 16 19:56:36 UTC 2015 - mimi.vx@gmail.com + +- Update to 10.5.5 +* fdo#88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA +* fdo#89455 - [NVC0/Gallium] Unigine Heaven black and white boxes +* fdo#89689 - [Regression] Weston on DRM backend won't start with new version of mesa +* fdo#90130 - gl_PrimitiveId seems to reset at 340 +* i965: Add XRGB8888 format to intel_screen_make_configs +* r300: do not link against libdrm_intel +* nvc0/ir: flush denorms to zero in non-compute shaders +* gk110/ir: fix set with a register dest to not auto-set the abs flag +* nvc0/ir: fix predicated PFETCH emission +* nv50/ir: fix asFlow() const helper for OP_JOIN +* i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions. +* i965: Disallow linear blits that are not cacheline aligned. +* draw: fix prim ids when there's no gs + ------------------------------------------------------------------- Mon May 11 15:15:57 UTC 2015 - fstrba@suse.com diff --git a/Mesa.spec b/Mesa.spec index 305df23..1856025 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -18,7 +18,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 10.5.4 +%define _version 10.5.5 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x %define gallium_loader 1 %else @@ -37,7 +37,7 @@ %define with_nine 1 %endif Name: Mesa -Version: 10.5.4 +Version: 10.5.5 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-10.5.4.tar.xz b/mesa-10.5.4.tar.xz deleted file mode 100644 index 8f6d78f..0000000 --- a/mesa-10.5.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803 -size 6988284 diff --git a/mesa-10.5.5.tar.xz b/mesa-10.5.5.tar.xz new file mode 100644 index 0000000..a41690c --- /dev/null +++ b/mesa-10.5.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28 +size 6989964