Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2018-09-11 17:12:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Tue Sep 11 17:12:47 2018 rev:334 rq:631796 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes        2018-08-20 
16:17:56.812697833 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa-drivers.changes   2018-09-11 
17:12:55.751814331 +0200
@@ -1,0 +2,15 @@
+Mon Aug 27 12:07:28 UTC 2018 - sndir...@suse.com
+
+- update to 18.1.7
+  * Mesa 18.1.7 is now available for general consumption. This
+    release has been rather small compared to the last few
+    release, There's just a handful of fixes in total. Meson,
+    radv, anv, gallium winsys, intel, i965, and r600 were the
+    only recipients of fixs this go around.
+
+-------------------------------------------------------------------
+Sun Aug 26 19:03:01 UTC 2018 - fab...@ritter-vogt.de
+
+- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
+
+-------------------------------------------------------------------
Mesa.changes: same change

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

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

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

Other differences:
------------------
++++++ Mesa-drivers.spec ++++++
--- /var/tmp/diff_new_pack.UOPjoh/_old  2018-09-11 17:13:00.911806341 +0200
+++ /var/tmp/diff_new_pack.UOPjoh/_new  2018-09-11 17:13:00.911806341 +0200
@@ -42,7 +42,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 18.1.6
+%define _version 18.1.7
 %define with_opencl 0
 %define with_vulkan 0
 %define with_llvm 0
@@ -112,7 +112,7 @@
 %endif
 
 Name:           Mesa-drivers
-Version:        18.1.6
+Version:        18.1.7
 Release:        0
 Summary:        System for rendering 3-D graphics
 License:        MIT
@@ -764,7 +764,7 @@
 %endif
 
 %build
-%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
 egl_platforms=x11,drm,wayland
 %else
 egl_platforms=x11,drm
@@ -846,6 +846,12 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
+%if !(0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || 
(0%{?sle_version} >= 120300 && 0%{?is_opensuse})))
+# libwayland-egl is provided by wayland itself
+rm -f %{buildroot}/%{_libdir}/libwayland-egl.so*
+rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
+%endif
+
 %if %{drivers}
 # Delete things that we do not package in the Mesa-drivers variant, but can
 # not disable from buildling and installing.

++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.UOPjoh/_old  2018-09-11 17:13:00.931806310 +0200
+++ /var/tmp/diff_new_pack.UOPjoh/_new  2018-09-11 17:13:00.931806310 +0200
@@ -41,7 +41,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 18.1.6
+%define _version 18.1.7
 %define with_opencl 0
 %define with_vulkan 0
 %define with_llvm 0
@@ -111,7 +111,7 @@
 %endif
 
 Name:           Mesa
-Version:        18.1.6
+Version:        18.1.7
 Release:        0
 Summary:        System for rendering 3-D graphics
 License:        MIT
@@ -763,7 +763,7 @@
 %endif
 
 %build
-%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} 
>= 120300 && 0%{?is_opensuse}))
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
 egl_platforms=x11,drm,wayland
 %else
 egl_platforms=x11,drm
@@ -845,6 +845,12 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
+%if !(0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || 
(0%{?sle_version} >= 120300 && 0%{?is_opensuse})))
+# libwayland-egl is provided by wayland itself
+rm -f %{buildroot}/%{_libdir}/libwayland-egl.so*
+rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
+%endif
+
 %if %{drivers}
 # Delete things that we do not package in the Mesa-drivers variant, but can
 # not disable from buildling and installing.


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

++++++ mesa-18.1.6.tar.xz.sha1sum -> mesa-18.1.7.tar.xz.sha1sum ++++++
--- /work/SRC/openSUSE:Factory/Mesa/mesa-18.1.6.tar.xz.sha1sum  2018-08-20 
16:18:01.848704924 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/mesa-18.1.7.tar.xz.sha1sum     
2018-09-11 17:13:00.223807406 +0200
@@ -1 +1 @@
-8d4daf725f20404f980b981c9693b58756ba6c48  mesa-18.1.6.tar.xz
+8f86e16a1c03665e55bc284c0e4a5b0a953bcadc  mesa-18.1.7.tar.xz


Reply via email to