Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Mesa-demo for openSUSE:Factory checked in at 2025-10-02 19:19:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa-demo (Old) and /work/SRC/openSUSE:Factory/.Mesa-demo.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa-demo" Thu Oct 2 19:19:25 2025 rev:32 rq:1308220 version:9.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa-demo/Mesa-demo.changes 2025-05-12 16:49:23.045940180 +0200 +++ /work/SRC/openSUSE:Factory/.Mesa-demo.new.11973/Mesa-demo.changes 2025-10-02 19:20:15.578607936 +0200 @@ -1,0 +2,6 @@ +Tue Sep 23 15:18:09 UTC 2025 - Stefan Dirsch <[email protected]> + +- redefine %meson_build/%meson_install on Leap 15.6 in order to fix + build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa-demo.spec ++++++ --- /var/tmp/diff_new_pack.uuVLK8/_old 2025-10-02 19:20:16.630651993 +0200 +++ /var/tmp/diff_new_pack.uuVLK8/_new 2025-10-02 19:20:16.646652664 +0200 @@ -1,7 +1,7 @@ # # spec file for package Mesa-demo # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,11 @@ # +%if 0%{?sle_version} == 150600 && 0%{?is_opensuse} +%define meson_build /usr/bin/meson compile -C %{_vpath_builddir} %{_smp_mflags} --verbose +%define meson_install /usr/bin/meson install -C %{_vpath_builddir} --no-rebuild --destdir=%{buildroot} +%endif + Name: Mesa-demo Version: 9.0.0 Release: 0
