mesa 18.1.5-1 (x86_64) 2018-4907
-9997

Status rejected
Submitter tpgxyz [@T] gmail.com
Platform 3.0
Repository main
URL https://abf.openmandriva.org/build_lists/233851
Packages
lib64d3dadapter9_1-18.1.5-1.x86_64.binary
lib64d3dadapter9-devel-18.1.5-1.x86_64.binary
lib64dri-drivers-18.1.5-1.x86_64.binary
lib64dri-drivers-intel-18.1.5-1.x86_64.binary
lib64dri-drivers-nouveau-18.1.5-1.x86_64.binary
lib64dri-drivers-radeon-18.1.5-1.x86_64.binary
lib64dri-drivers-swrast-18.1.5-1.x86_64.binary
lib64dri-drivers-virtio-18.1.5-1.x86_64.binary
lib64dri-drivers-vmwgfx-18.1.5-1.x86_64.binary
lib64egl1-18.1.5-1.x86_64.binary
lib64egl-devel-18.1.5-1.x86_64.binary
lib64gbm1-18.1.5-1.x86_64.binary
lib64gbm-devel-18.1.5-1.x86_64.binary
lib64gl1-18.1.5-1.x86_64.binary
lib64glapi0-18.1.5-1.x86_64.binary
lib64glapi-devel-18.1.5-1.x86_64.binary
lib64gl-devel-18.1.5-1.x86_64.binary
lib64glesv1_1-18.1.5-1.x86_64.binary
lib64glesv1-devel-18.1.5-1.x86_64.binary
lib64glesv2_2-18.1.5-1.x86_64.binary
lib64glesv2-devel-18.1.5-1.x86_64.binary
lib64glesv3-devel-18.1.5-1.x86_64.binary
lib64opencl1-18.1.5-1.x86_64.binary
lib64opencl-devel-18.1.5-1.x86_64.binary
lib64osmesa8-18.1.5-1.x86_64.binary
lib64osmesa-devel-18.1.5-1.x86_64.binary
lib64swravx0-18.1.5-1.x86_64.binary
lib64swravx2_0-18.1.5-1.x86_64.binary
lib64vdpau-driver-nouveau-18.1.5-1.x86_64.binary
lib64vdpau-driver-r300-18.1.5-1.x86_64.binary
lib64vdpau-driver-r600-18.1.5-1.x86_64.binary
lib64vdpau-driver-radeonsi-18.1.5-1.x86_64.binary
lib64vdpau-drivers-18.1.5-1.x86_64.binary
lib64vdpau-driver-softpipe-18.1.5-1.x86_64.binary
lib64vulkan-devel-18.1.5-1.x86_64.binary
lib64xatracker2-18.1.5-1.x86_64.binary
lib64xatracker-devel-18.1.5-1.x86_64.binary
lib64XvMCgallium1-18.1.5-1.x86_64.binary
mesa-18.1.5-1.x86_64.binary
mesa-18.1.5-1.x86_64.source
mesa-common-devel-18.1.5-1.x86_64.binary
mesa-debuginfo-18.1.5-1.x86_64.debuginfo
Build Date 2018-07-31 10:06:06 +0000 UTC
Last Updated 2018-07-31 23:28:38.38260017 +0000 UTC
$ git diff --patch-with-stat --summary 7d7e3c7826c43da325704233e3d52ec2fac6d057..092e75f649d43536bf15e333ba648215a1391916

 .abf.yml  |  2 +-
 mesa.spec | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index 574b8e2..176f893 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
 sources:
-  mesa-18.1.3.tar.xz: 0a5fb3096108a95f913411267b8a374f9ff547b2
+  mesa-18.1.5.tar.xz: 1ca7d5f5d12c95f8da137be34223229b9f0594fe
diff --git a/mesa.spec b/mesa.spec
index b524008..50e7225 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -29,7 +29,7 @@
 # bootstrap option: Build without requiring an X server
 # (which in turn requires mesa to build)
 %bcond_without hardware
-%bcond_without gcc
+%bcond_with gcc
 %bcond_with bootstrap
 %bcond_without vdpau
 %bcond_without va
@@ -147,18 +147,18 @@
 
 Summary:	OpenGL %{opengl_ver} compatible 3D graphics library
 Name:		mesa
-Version:	18.1.3
+Version:	18.1.5
 %if "%{relc}%{git}" == ""
-Release:	2
+Release:	1
 %else
 %if "%{relc}" != ""
 %if "%{git}" != ""
-Release:	%{?relc:1.rc%{relc}}.0.%{git}.1
+Release:	%{?relc:0.rc%{relc}}.0.%{git}.1
 %else
-Release:	%{?relc:1.rc%{relc}}.1
+Release:	%{?relc:0.rc%{relc}}.1
 %endif
 %else
-Release:	%{?git:1.%{git}.}1
+Release:	%{?git:0.%{git}.}1
 %endif
 %endif
 Group:		System/Libraries
@@ -762,8 +762,8 @@ cp -a $all build-osmesa
 export CC=gcc
 export CXX=g++
 %endif
-export CFLAGS="%{optflags} -fno-optimize-sibling-calls -Ofast"
-export CXXFLAGS="%{optflags} -fno-optimize-sibling-calls -Ofast"
+export CFLAGS="%{optflags} -fno-optimize-sibling-calls -Ofast -fno-strict-aliasing"
+export CXXFLAGS="%{optflags} -fno-optimize-sibling-calls -Ofast -fno-strict-aliasing"
 
 GALLIUM_DRIVERS="swrast,virgl"
 %if %{with hardware}
Not Available

christann404 [@T] gmail.comOkay2067d 01hrs
angrypenguinpoland [@T] gmail.comThis update fix my issue.2066d 18hrs
itchka [@T] compuserve.comNo Comment.2066d 13hrs
itchka [@T] compuserve.comNo Comment.2066d 13hrs