Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2018-08-20 16:17:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Mon Aug 20 16:17:53 2018 rev:333 rq:629933 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes        2018-08-07 
10:49:57.256569097 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa-drivers.changes   2018-08-20 
16:17:56.812697833 +0200
@@ -1,0 +2,21 @@
+Fri Aug 17 11:53:08 UTC 2018 - [email protected]
+
+- update to 18.1.6
+  * autotools fixes for libglvnd, libgl naming, and pkgconfig
+  * meson fixed its handling of stale symlinks wrt megadrivers
+  * windows relaged fixes
+  * some bug fixes for clover
+  * plenty of egl, wayland, glx, and dri3 fixes
+  * a couple of nir fixes
+  * and on the driver side, radv, intel, vc4, etnaviv, swr, r600, amd, and
+    nouveau all had a few fixes
+- supersedes archlinux_glvnd-fix-gl-dot-pc.patch
+
+-------------------------------------------------------------------
+Mon Aug 13 14:51:24 UTC 2018 - [email protected]
+
+- disabled build of libwayland-egl for factory/sle16/Leap 16 now
+  being provided by Wayland itself and probably be removed from
+  Mesa soon; see also https://build.opensuse.org/request/show/613048
+
+-------------------------------------------------------------------
Mesa.changes: same change

Old:
----
  archlinux_glvnd-fix-gl-dot-pc.patch
  mesa-18.1.5.tar.xz
  mesa-18.1.5.tar.xz.sha1sum

New:
----
  mesa-18.1.6.tar.xz
  mesa-18.1.6.tar.xz.sha1sum

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

Other differences:
------------------
++++++ Mesa-drivers.spec ++++++
--- /var/tmp/diff_new_pack.p9vYo9/_old  2018-08-20 16:18:02.684706102 +0200
+++ /var/tmp/diff_new_pack.p9vYo9/_new  2018-08-20 16:18:02.688706107 +0200
@@ -42,7 +42,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 18.1.5
+%define _version 18.1.6
 %define with_opencl 0
 %define with_vulkan 0
 %define with_llvm 0
@@ -112,7 +112,7 @@
 %endif
 
 Name:           Mesa-drivers
-Version:        18.1.5
+Version:        18.1.6
 Release:        0
 Summary:        System for rendering 3-D graphics
 License:        MIT
@@ -134,7 +134,6 @@
 Patch18:        n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
 # currently needed for libglvnd support
 Patch31:        archlinux_0001-Fix-linkage-against-shared-glapi.patch
-Patch32:        archlinux_glvnd-fix-gl-dot-pc.patch
 # Upstream
 Patch43:        u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch
 Patch44:        u_intel_anv-make-scripts-python-2-3-compat.patch
@@ -275,7 +274,7 @@
 Obsoletes:      s2tc-devel < %{version}
 Provides:       libtxc_dxtn-devel = %{version}
 Obsoletes:      libtxc_dxtn-devel < %{version}
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
 Requires:       libwayland-egl-devel
 %endif
 
@@ -743,7 +742,6 @@
 
 %if 0%{?libglvnd}
 %patch31 -p1
-%patch32 -p1
 %endif
 
 %patch43 -p1
@@ -766,7 +764,7 @@
 %endif
 
 %build
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
 egl_platforms=x11,drm,wayland
 %else
 egl_platforms=x11,drm
@@ -862,8 +860,8 @@
 rm %{buildroot}/%{_libdir}/libglapi.so*
 
 # in libwayland-egl1
-rm %{buildroot}/%{_libdir}/libwayland-egl.so*
-rm %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
+rm -f %{buildroot}/%{_libdir}/libwayland-egl.so*
+rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
 
 # in Mesa-dri-devel
 rm %{buildroot}/%{_libdir}/pkgconfig/dri.pc
@@ -1025,7 +1023,7 @@
 %{_libdir}/libOSMesa.so
 %{_libdir}/pkgconfig/osmesa.pc
 
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
 %files -n libwayland-egl1
 %{_libdir}/libwayland-egl.so.1*
 

++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.p9vYo9/_old  2018-08-20 16:18:02.704706130 +0200
+++ /var/tmp/diff_new_pack.p9vYo9/_new  2018-08-20 16:18:02.708706135 +0200
@@ -41,7 +41,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 18.1.5
+%define _version 18.1.6
 %define with_opencl 0
 %define with_vulkan 0
 %define with_llvm 0
@@ -111,7 +111,7 @@
 %endif
 
 Name:           Mesa
-Version:        18.1.5
+Version:        18.1.6
 Release:        0
 Summary:        System for rendering 3-D graphics
 License:        MIT
@@ -133,7 +133,6 @@
 Patch18:        n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
 # currently needed for libglvnd support
 Patch31:        archlinux_0001-Fix-linkage-against-shared-glapi.patch
-Patch32:        archlinux_glvnd-fix-gl-dot-pc.patch
 # Upstream
 Patch43:        u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch
 Patch44:        u_intel_anv-make-scripts-python-2-3-compat.patch
@@ -274,7 +273,7 @@
 Obsoletes:      s2tc-devel < %{version}
 Provides:       libtxc_dxtn-devel = %{version}
 Obsoletes:      libtxc_dxtn-devel < %{version}
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
 Requires:       libwayland-egl-devel
 %endif
 
@@ -742,7 +741,6 @@
 
 %if 0%{?libglvnd}
 %patch31 -p1
-%patch32 -p1
 %endif
 
 %patch43 -p1
@@ -765,7 +763,7 @@
 %endif
 
 %build
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
 egl_platforms=x11,drm,wayland
 %else
 egl_platforms=x11,drm
@@ -861,8 +859,8 @@
 rm %{buildroot}/%{_libdir}/libglapi.so*
 
 # in libwayland-egl1
-rm %{buildroot}/%{_libdir}/libwayland-egl.so*
-rm %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
+rm -f %{buildroot}/%{_libdir}/libwayland-egl.so*
+rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
 
 # in Mesa-dri-devel
 rm %{buildroot}/%{_libdir}/pkgconfig/dri.pc
@@ -1024,7 +1022,7 @@
 %{_libdir}/libOSMesa.so
 %{_libdir}/pkgconfig/osmesa.pc
 
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
 %files -n libwayland-egl1
 %{_libdir}/libwayland-egl.so.1*
 


++++++ mesa-18.1.5.tar.xz -> mesa-18.1.6.tar.xz ++++++
/work/SRC/openSUSE:Factory/Mesa/mesa-18.1.5.tar.xz 
/work/SRC/openSUSE:Factory/.Mesa.new/mesa-18.1.6.tar.xz differ: char 27, line 1

++++++ mesa-18.1.5.tar.xz.sha1sum -> mesa-18.1.6.tar.xz.sha1sum ++++++
--- /work/SRC/openSUSE:Factory/Mesa/mesa-18.1.5.tar.xz.sha1sum  2018-08-07 
10:50:05.200583316 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/mesa-18.1.6.tar.xz.sha1sum     
2018-08-20 16:18:01.848704924 +0200
@@ -1 +1 @@
-1ca7d5f5d12c95f8da137be34223229b9f0594fe  mesa-18.1.5.tar.xz
+8d4daf725f20404f980b981c9693b58756ba6c48  mesa-18.1.6.tar.xz


Reply via email to