Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2021-05-10 15:36:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Mon May 10 15:36:35 2021 rev:404 rq:891259 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes        2021-04-18 
21:45:33.120766648 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new.2988/Mesa-drivers.changes      
2021-05-10 15:38:55.377676354 +0200
@@ -1,0 +2,31 @@
+Thu May  6 19:00:36 UTC 2021 - Stefan Dirsch <sndir...@suse.com>
+
+- adjusted filelist to removed vulkan files in Mesa 21.1.0 
+  (packages Mesa-libVulkan-devel, Mesa-vulkan-device-select,
+   Mesa-vulkan-overlay)
+
+-------------------------------------------------------------------
+Thu May  6 14:24:29 UTC 2021 - Stefan Dirsch <sndir...@suse.com>
+
+- /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
+  let's keep the package containing an empty directory
+
+-------------------------------------------------------------------
+Thu May  6 11:45:47 UTC 2021 - Stefan Dirsch <sndir...@suse.com>
+
+- update to 21.1.0
+  * bunch of work here, lots of zink and softpipe, but bits and
+    pieces of other things: tgsi, freddreno, nir, panfrost, intel, 
+    spirv, core gallium, radv, aco, r600, and core mesa.
+- supersedes patches U_clover-Fix-build-with-llvm-12.patch,
+  U_clover-Add-missing-include-for-llvm-12-build-fix.patch
+
+-------------------------------------------------------------------
+Wed Apr 21 20:54:43 UTC 2021 - Stefan Dirsch <sndir...@suse.com>
+
+- update to 21.0.3
+  * fixes in haiku, core mesa, radeonsi, lavapipe, nir, radv, anv,
+    freedreno and turnip, etniviv, iris, egl, lima, core gallium,
+    spriv, v3d, meson
+
+-------------------------------------------------------------------
Mesa.changes: same change

Old:
----
  U_clover-Add-missing-include-for-llvm-12-build-fix.patch
  U_clover-Fix-build-with-llvm-12.patch
  mesa-21.0.2.tar.xz
  mesa-21.0.2.tar.xz.sig

New:
----
  mesa-21.1.0.tar.xz
  mesa-21.1.0.tar.xz.sig

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

Other differences:
------------------
++++++ Mesa-drivers.spec ++++++
--- /var/tmp/diff_new_pack.qa9sae/_old  2021-05-10 15:38:59.069661369 +0200
+++ /var/tmp/diff_new_pack.qa9sae/_new  2021-05-10 15:38:59.073661353 +0200
@@ -41,7 +41,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 21.0.2
+%define _version 21.1.0
 %define with_opencl 0
 %define with_vulkan 0
 %define with_llvm 0
@@ -109,7 +109,7 @@
 %endif
 
 Name:           Mesa-drivers
-Version:        21.0.2
+Version:        21.1.0
 Release:        0
 Summary:        System for rendering 3-D graphics
 License:        MIT
@@ -128,8 +128,6 @@
 Patch54:        n_drirc-disable-rgb10-for-chromium-on-amd.patch
 Patch58:        u_dep_xcb.patch
 Patch100:       U_fix-mpeg1_2-decode-mesa-20.2.patch
-Patch101:       U_clover-Fix-build-with-llvm-12.patch
-Patch102:       U_clover-Add-missing-include-for-llvm-12-build-fix.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -716,8 +714,6 @@
 %patch54 -p1
 %patch58 -p1
 %patch100 -p1
-%patch101 -p1
-%patch102 -p1
 
 # Remove requires to vulkan libs from baselibs.conf on platforms
 # where vulkan build is disabled; ugly ...
@@ -865,6 +861,11 @@
 # workaround needed since Mesa 19.0.2
 rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
 
+# dropped with Mesa 21.1.0
+mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
+mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/implicit_layer.d
+mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/explicit_layer.d
+
 %else
 
 rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
@@ -1136,20 +1137,14 @@
 
 %files -n Mesa-libVulkan-devel
 %dir %{_includedir}/vulkan
-%{_includedir}/vulkan/*
 
 %files -n Mesa-vulkan-device-select
-%{_libdir}/libVkLayer_MESA_device_select.so
 %dir %{_datadir}/vulkan
 %dir %{_datadir}/vulkan/implicit_layer.d
-%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
 
 %files -n Mesa-vulkan-overlay
-%{_bindir}/mesa-overlay-control.py
-%{_libdir}/libVkLayer_MESA_overlay.so
 %dir %{_datadir}/vulkan
 %dir %{_datadir}/vulkan/explicit_layer.d
-%{_datadir}/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
 %endif
 
 %changelog

++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.qa9sae/_old  2021-05-10 15:38:59.089661287 +0200
+++ /var/tmp/diff_new_pack.qa9sae/_new  2021-05-10 15:38:59.093661271 +0200
@@ -40,7 +40,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 21.0.2
+%define _version 21.1.0
 %define with_opencl 0
 %define with_vulkan 0
 %define with_llvm 0
@@ -108,7 +108,7 @@
 %endif
 
 Name:           Mesa
-Version:        21.0.2
+Version:        21.1.0
 Release:        0
 Summary:        System for rendering 3-D graphics
 License:        MIT
@@ -127,8 +127,6 @@
 Patch54:        n_drirc-disable-rgb10-for-chromium-on-amd.patch
 Patch58:        u_dep_xcb.patch
 Patch100:       U_fix-mpeg1_2-decode-mesa-20.2.patch
-Patch101:       U_clover-Fix-build-with-llvm-12.patch
-Patch102:       U_clover-Add-missing-include-for-llvm-12-build-fix.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -715,8 +713,6 @@
 %patch54 -p1
 %patch58 -p1
 %patch100 -p1
-%patch101 -p1
-%patch102 -p1
 
 # Remove requires to vulkan libs from baselibs.conf on platforms
 # where vulkan build is disabled; ugly ...
@@ -864,6 +860,11 @@
 # workaround needed since Mesa 19.0.2
 rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
 
+# dropped with Mesa 21.1.0
+mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
+mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/implicit_layer.d
+mkdir -p -m 755 %{buildroot}/%{_datadir}/vulkan/explicit_layer.d
+
 %else
 
 rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
@@ -1135,20 +1136,14 @@
 
 %files -n Mesa-libVulkan-devel
 %dir %{_includedir}/vulkan
-%{_includedir}/vulkan/*
 
 %files -n Mesa-vulkan-device-select
-%{_libdir}/libVkLayer_MESA_device_select.so
 %dir %{_datadir}/vulkan
 %dir %{_datadir}/vulkan/implicit_layer.d
-%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
 
 %files -n Mesa-vulkan-overlay
-%{_bindir}/mesa-overlay-control.py
-%{_libdir}/libVkLayer_MESA_overlay.so
 %dir %{_datadir}/vulkan
 %dir %{_datadir}/vulkan/explicit_layer.d
-%{_datadir}/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
 %endif
 
 %changelog


++++++ mesa-21.0.2.tar.xz -> mesa-21.1.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/Mesa/mesa-21.0.2.tar.xz 
/work/SRC/openSUSE:Factory/.Mesa.new.2988/mesa-21.1.0.tar.xz differ: char 26, 
line 1

Reply via email to