Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2023-02-10 14:33:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Fri Feb 10 14:33:44 2023 rev:470 rq:1063999 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes        2023-02-07 
18:47:52.626742127 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new.1848/Mesa.changes      2023-02-10 
14:33:50.201388600 +0100
@@ -1,0 +2,9 @@
+Thu Feb  9 10:39:08 UTC 2023 - Stefan Dirsch <sndir...@suse.com>
+
+- Update to version 22.3.5
+  * bug fix release which fixes bugs found since Mesa 22.3.4
+  * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
+    details
+- refreshed u_dep_xcb.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.w2XGhn/_old  2023-02-10 14:33:51.285395077 +0100
+++ /var/tmp/diff_new_pack.w2XGhn/_new  2023-02-10 14:33:51.297395149 +0100
@@ -42,7 +42,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 22.3.4
+%define _version 22.3.5
 %define with_opencl 0
 %define with_rusticl 0
 %define with_vulkan 0
@@ -123,7 +123,7 @@
 %endif
 
 Name:           Mesa%{psuffix}
-Version:        22.3.4
+Version:        22.3.5
 Release:        0
 Summary:        System for rendering 3-D graphics
 License:        MIT


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

++++++ u_dep_xcb.patch ++++++
--- /var/tmp/diff_new_pack.w2XGhn/_old  2023-02-10 14:33:51.573396799 +0100
+++ /var/tmp/diff_new_pack.w2XGhn/_new  2023-02-10 14:33:51.577396823 +0100
@@ -1,8 +1,8 @@
-Index: mesa-22.3.2/meson.build
+Index: mesa-22.3.5/meson.build
 ===================================================================
---- mesa-22.3.2.orig/meson.build
-+++ mesa-22.3.2/meson.build
-@@ -2143,9 +2143,11 @@ if with_platform_x11
+--- mesa-22.3.5.orig/meson.build
++++ mesa-22.3.5/meson.build
+@@ -2141,9 +2141,11 @@ if with_platform_x11
      endif
    endif
    if with_any_vk or with_egl or (with_glx == 'dri' and with_dri_platform == 
'drm')
@@ -14,16 +14,16 @@
        dep_xcb_dri3 = dependency('xcb-dri3')
        dep_xcb_present = dependency('xcb-present')
        # until xcb-dri3 has been around long enough to make a hard-dependency:
-Index: mesa-22.3.2/src/loader/meson.build
+Index: mesa-22.3.5/src/loader/meson.build
 ===================================================================
---- mesa-22.3.2.orig/src/loader/meson.build
-+++ mesa-22.3.2/src/loader/meson.build
+--- mesa-22.3.5.orig/src/loader/meson.build
++++ mesa-22.3.5/src/loader/meson.build
 @@ -28,7 +28,7 @@ if with_platform_x11 and with_dri3
      include_directories : [inc_include, inc_src],
      dependencies : [
        dep_libdrm, dep_xcb_dri3, dep_xcb_present, dep_xcb_sync, dep_xshmfence,
--      dep_xcb_xfixes,
-+      dep_xcb_xfixes, dep_xcb,
+-      dep_xcb_xfixes, dep_xcb_xrandr,
++      dep_xcb_xfixes, dep_xcb_xrandr, dep_xcb,
      ],
      build_by_default : false,
    )

Reply via email to