Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-09-01 16:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes        2014-08-20 
17:52:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-09-01 
16:58:41.000000000 +0200
@@ -1,0 +2,21 @@
+Mon Aug 25 10:34:26 UTC 2014 - [email protected]
+
+- Update to version 10.3.0-RC1
+  * Mesa 10.3 brings many performance improvements, more 
+    OpenGL 4.x functionality, the VC4 Gallium3D driver, 
+    and much more.
+  * supersedes U_mesa-glx-Reduce-error-log-level.patch
+
+-------------------------------------------------------------------
+Sun Aug 24 12:59:50 UTC 2014 - [email protected]
+
+- Package vdpau_r600 for ppc64le as well (bnc#893275) 
+
+-------------------------------------------------------------------
+Fri Aug 22 13:46:54 UTC 2014 - [email protected]
+
+- u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch
+  Suppress any "libGL:..." warnings when LIBGL_DEBUG == "quiet"
+  (bnc#892896)
+
+-------------------------------------------------------------------

Old:
----
  MesaLib-10.2.5.tar.bz2
  U_mesa-glx-Reduce-error-log-level.patch

New:
----
  MesaLib-10.3.0-rc1.tar.bz2
  u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.DjrX84/_old  2014-09-01 16:58:44.000000000 +0200
+++ /var/tmp/diff_new_pack.DjrX84/_new  2014-09-01 16:58:44.000000000 +0200
@@ -29,7 +29,7 @@
 %else
 %define gallium_loader 0
 %endif
-%ifarch %ix86 x86_64 %arm ppc64
+%ifarch %ix86 x86_64 %arm ppc64 ppc64le
 %define vdpau_r600 1
 %else
 %define vdpau_r600 0
@@ -58,10 +58,10 @@
 %endif
 
 %define _name_archive MesaLib
-%define _version 10.2.5
+%define _version 10.3.0-rc1
 
 Name:           Mesa
-Version:        10.2.5
+Version:        10.3.0
 Release:        0
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -149,7 +149,7 @@
 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
-Patch16:        U_mesa-glx-Reduce-error-log-level.patch
+Patch17:        u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -515,7 +515,7 @@
 #%patch15 -p1
 #%patch13 -p1
 ###
-%patch16 -p1
+%patch17 -p1
 
 %build
 rm -f src/mesa/depend
@@ -793,12 +793,14 @@
 %defattr(-,root,root)
 %_libdir/libXvMCnouveau.so
 %_libdir/libXvMCnouveau.so.1
+%_libdir/libXvMCnouveau.so.1.0
 %_libdir/libXvMCnouveau.so.1.0.0
 
 %files -n libXvMC_r600
 %defattr(-,root,root)
 %_libdir/libXvMCr600.so
 %_libdir/libXvMCr600.so.1
+%_libdir/libXvMCr600.so.1.0
 %_libdir/libXvMCr600.so.1.0.0
 %endif
 
@@ -807,6 +809,7 @@
 %defattr(-,root,root)
 %_libdir/vdpau/libvdpau_nouveau.so
 %_libdir/vdpau/libvdpau_nouveau.so.1
+%_libdir/vdpau/libvdpau_nouveau.so.1.0
 %_libdir/vdpau/libvdpau_nouveau.so.1.0.0
 %endif
 
@@ -815,6 +818,7 @@
 %defattr(-,root,root)
 %_libdir/vdpau/libvdpau_r600.so
 %_libdir/vdpau/libvdpau_r600.so.1
+%_libdir/vdpau/libvdpau_r600.so.1.0
 %_libdir/vdpau/libvdpau_r600.so.1.0.0
 %endif
 
@@ -823,6 +827,7 @@
 %defattr(-,root,root)
 %_libdir/vdpau/libvdpau_radeonsi.so
 %_libdir/vdpau/libvdpau_radeonsi.so.1
+%_libdir/vdpau/libvdpau_radeonsi.so.1.0
 %_libdir/vdpau/libvdpau_radeonsi.so.1.0.0
 %endif
 

++++++ u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch ++++++
>From f69eca0843142d16c81cc3efd02fc50cf219cafd Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <[email protected]>
Date: Fri, 22 Aug 2014 14:35:06 +0200
Subject: [PATCH] Suppress any "libGL:..." warnings when LIBGL_DEBUG == "quiet"
 (bnc#892896)

Let's handle LIBGL_DEBUG env. variable in Mesa in a consistent way.
---
 src/mesa/drivers/dri/common/xmlconfig.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/common/xmlconfig.c 
b/src/mesa/drivers/dri/common/xmlconfig.c
index ce37647..8e48522 100644
--- a/src/mesa/drivers/dri/common/xmlconfig.c
+++ b/src/mesa/drivers/dri/common/xmlconfig.c
@@ -429,8 +429,10 @@ static void
 __driUtilMessage(const char *f, ...)
 {
     va_list args;
+    const char *libgl_debug;
 
-    if (getenv("LIBGL_DEBUG")) {
+    libgl_debug=getenv("LIBGL_DEBUG");
+    if (libgl_debug && !strstr(libgl_debug, "quiet")) {
         fprintf(stderr, "libGL: ");
         va_start(args, f);
         vfprintf(stderr, f, args);
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to