Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package meson for openSUSE:Factory checked in at 2022-10-18 12:44:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meson" Tue Oct 18 12:44:05 2022 rev:88 rq:1010224 version:0.63.3 Changes: -------- --- /work/SRC/openSUSE:Factory/meson/meson.changes 2022-09-16 13:32:02.717211428 +0200 +++ /work/SRC/openSUSE:Factory/.meson.new.2275/meson.changes 2022-10-18 12:44:06.645602278 +0200 @@ -1,0 +2,17 @@ +Fri Oct 7 13:02:05 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.63.3: + * modules: Fix paths to (sub)project source/build directories + * i18n: Fix source root in Gettext targets for subprojects + * backends: limit maximum path of generated filenames + * Fix 2 typos in a single string which can be shown in error messages. + * fix obscure crash on unbound variable + * Warn if wrap file changes + * interpreter: add a special class to track the lifecycle of get_option + +------------------------------------------------------------------- +Fri Sep 23 14:50:04 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- add extend-test-timeout-on-qemu-builds.patch + +------------------------------------------------------------------- Old: ---- meson-0.63.2.tar.gz meson-0.63.2.tar.gz.asc New: ---- extend-test-timeout-on-qemu-builds.patch meson-0.63.3.tar.gz meson-0.63.3.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meson.spec ++++++ --- /var/tmp/diff_new_pack.dOweIZ/_old 2022-10-18 12:44:07.229603608 +0200 +++ /var/tmp/diff_new_pack.dOweIZ/_new 2022-10-18 12:44:07.237603626 +0200 @@ -30,7 +30,7 @@ %define _name mesonbuild %{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim} Name: meson%{name_ext} -Version: 0.63.2 +Version: 0.63.3 Release: 0 Summary: Python-based build system License: Apache-2.0 @@ -41,6 +41,8 @@ Source2: meson.keyring # PATCH-FIX-OPENSUSE meson-test-installed-bin.patch dims...@opensuse.org -- We want the test suite to run against /usr/bin/meson coming from our meson package. Patch0: meson-test-installed-bin.patch +# PATCH-FIX-OPENSUSE give more time to testsuites that run emulated +Patch1: extend-test-timeout-on-qemu-builds.patch # PATCH-FIX-OPENSUSE meson-distutils.patch -- meson is ring0 and therefor setuptools is not available Patch2: meson-distutils.patch BuildRequires: fdupes @@ -150,6 +152,7 @@ %prep %setup -q -n meson-%{version} %patch0 -p1 +%patch1 -p1 %if !%{with setuptools} %patch2 -p1 %endif ++++++ extend-test-timeout-on-qemu-builds.patch ++++++ --- meson-0.63.1/data/macros.meson +++ meson-0.63.1/data/macros.meson @@ -42,4 +42,5 @@ -C %{_vpath_builddir} \ --num-processes %{_smp_build_ncpus} \ --print-errorlogs \ + %{?qemu_user_space_build: -t 10} \ %{nil}} ++++++ meson-0.63.2.tar.gz -> meson-0.63.3.tar.gz ++++++ ++++ 2562 lines of diff (skipped)