Accepting request 293617 from home:mimi_vx:branches:X11:XOrg
- Update to 10.5.2 + fdo#88534 - include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined + fdo#89328 - python required to build Mesa release tarballs + fdo#89530 - FTBFS in loader: missing fstat + fdo#89590 - Crash in glLinkProgram with shaders with multiple constant arrays + fdo#89680 - Hard link exist in Mesa 10.5.1 sources + glsl: Generate link error for non-matching gl_FragCoord redeclarations + docs: Add sha256 sums for the 10.5.1 release + automake: add missing egl files to the tarball + st/egl: don't ship the dri2.c link at the tarball + loader: include <sys/stat.h> for non-sysfs builds + auxiliary/os: fix the android build - s/drm_munmap/os_munmap/ + cherry-ignore: add commit non applicable for 10.5 + c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default + i965: Set nr_params to the number of uniform components in the VS/GS path. + freedreno/a3xx: use the same layer size for all slices + freedreno: fix slice pitch calculations + radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords + glx: Handle out-of-sequence swap completion events correctly. (v2) + mapi: Make private copies of name strings provided by client. + freedreno: update generated headers + glsl: optimize (0 cmp x + y) into (-x cmp y). + glsl: fix names in lower_constant_arrays_to_uniforms + clover: Return 0 as storage size for local kernel args that are not set v2 OBS-URL: https://build.opensuse.org/request/show/293617 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=438
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Mesa
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 10.5.1
|
||||
%define _version 10.5.2
|
||||
%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.1
|
||||
Version: 10.5.2
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user