Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2017-08-12 20:04:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Sat Aug 12 20:04:37 2017 rev:297 rq:515319 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes        2017-07-24 
12:33:04.268025728 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2017-08-12 
20:04:39.433563969 +0200
@@ -1,0 +2,17 @@
+Tue Aug  8 14:12:45 UTC 2017 - sndir...@suse.com
+
+- n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
+  glesv2.pc: Add "-lGL" for libglvnd builds (boo#1052776)
+
+-------------------------------------------------------------------
+Mon Aug  7 19:13:20 UTC 2017 - mimi...@gmail.com
+
+- update to 17.1.6
+ * fdo#97957 - Awful screen tearing in a separate X server with DRI3
+ * fdo#101683 - Some games hang while loading when compositing is shut
+    off or absent
+ * fdo#101867 - Launch options window renders black in Feral Games
+    in current Mesa trunk
+ * and some other fixes as usualy 
+
+-------------------------------------------------------------------

Old:
----
  mesa-17.1.5.tar.xz
  mesa-17.1.5.tar.xz.sig

New:
----
  mesa-17.1.6.tar.xz
  mesa-17.1.6.tar.xz.sig
  n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch

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

Other differences:
------------------
++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.JtntO2/_old  2017-08-12 20:04:53.535588436 +0200
+++ /var/tmp/diff_new_pack.JtntO2/_new  2017-08-12 20:04:53.539587876 +0200
@@ -22,7 +22,7 @@
 %endif
 %define glamor 1
 %define _name_archive mesa
-%define _version 17.1.5
+%define _version 17.1.6
 %define with_opencl 0
 %define with_vulkan 0
 %ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
@@ -54,7 +54,7 @@
 %endif
 
 Name:           Mesa
-Version:        17.1.5
+Version:        17.1.6
 Release:        0
 Summary:        System for rendering interactive 3-D graphics
 License:        MIT
@@ -84,6 +84,7 @@
 # currently needed for libglvnd support
 Patch31:        archlinux_0001-Fix-linkage-against-shared-glapi.patch
 Patch32:        archlinux_glvnd-fix-gl-dot-pc.patch
+Patch33:        n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
 Patch40:        u_gallivm-correct-channel-shift-logic-on-big-endian.patch
 Patch41:        u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
 Patch42:        u_r600-Add-support-for-B5G5R5A1.patch
@@ -656,6 +657,7 @@
 %if 0%{?libglvnd}
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 %endif
 
 %patch40 -p1


++++++ mesa-17.1.5.tar.xz -> mesa-17.1.6.tar.xz ++++++
/work/SRC/openSUSE:Factory/Mesa/mesa-17.1.5.tar.xz 
/work/SRC/openSUSE:Factory/.Mesa.new/mesa-17.1.6.tar.xz differ: char 25, line 1

++++++ n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch ++++++
>From 1902aaa97ec2d7919cc48dcde2b6ca165ca00a2f Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndir...@suse.de>
Date: Tue, 8 Aug 2017 16:07:46 +0200
Subject: [PATCH glx/glxglvnd] glesv2.pc: Add "-lGL" for libglvnd builds
 (boo#1052776)

---
 src/mapi/es2api/glesv2.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/es2api/glesv2.pc.in b/src/mapi/es2api/glesv2.pc.in
index e5bf12f878..8b5fb84fd8 100644
--- a/src/mapi/es2api/glesv2.pc.in
+++ b/src/mapi/es2api/glesv2.pc.in
@@ -7,6 +7,6 @@ Name: glesv2
 Description: Mesa OpenGL ES 2.0 library
 Requires.private:
 Version: @VERSION@
-Libs: -L${libdir} -lGLESv2
+Libs: -L${libdir} -lGLESv2 -lGL
 Libs.private: @GLESv2_PC_LIB_PRIV@
 Cflags: -I${includedir}
-- 
2.13.1


Reply via email to