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-02-09 20:37:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meson" Wed Feb 9 20:37:54 2022 rev:79 rq:951961 version:0.61.1 Changes: -------- --- /work/SRC/openSUSE:Factory/meson/meson.changes 2022-01-07 12:44:31.419768064 +0100 +++ /work/SRC/openSUSE:Factory/.meson.new.1898/meson.changes 2022-02-09 20:37:55.790193675 +0100 @@ -1,0 +2,14 @@ +Sat Feb 5 13:45:20 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 0.61.1: + * add a man page backend to refman + * extract_objects() supports generated sources + * Python 3.6 support is deprecated + * Warning if check kwarg of run_command is missing + * meson rewrite can modify extra_files + * meson rewrite target <target> info output target's extra_files + * Support for CMake <3.15 is now deprecated for CMake subprojects + * Add support for sccache + * Add install_symlink function + +------------------------------------------------------------------- Old: ---- meson-0.60.3.tar.gz meson-0.60.3.tar.gz.asc New: ---- meson-0.61.1.tar.gz meson-0.61.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meson.spec ++++++ --- /var/tmp/diff_new_pack.3FREHK/_old 2022-02-09 20:37:56.558195511 +0100 +++ /var/tmp/diff_new_pack.3FREHK/_new 2022-02-09 20:37:56.566195531 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,12 +28,12 @@ %{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim} %bcond_with setuptools Name: meson%{name_ext} -Version: 0.60.3 +Version: 0.61.1 Release: 0 Summary: Python-based build system License: Apache-2.0 Group: Development/Tools/Building -URL: http://mesonbuild.com/ +URL: https://mesonbuild.com/ Source: https://github.com/%{_name}/meson/releases/download/%{version}/meson-%{version}.tar.gz Source1: https://github.com/%{_name}/meson/releases/download/%{version}/meson-%{version}.tar.gz.asc Source2: meson.keyring @@ -41,7 +41,6 @@ Patch1: meson-test-installed-bin.patch # PATCH-FEATURE-OPENSUSE meson-distutils.patch tchva...@suse.com -- build and install using distutils instead of full setuptools Patch2: meson-distutils.patch - BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-base @@ -62,6 +61,7 @@ BuildRequires: bison BuildRequires: clang BuildRequires: cups-devel +BuildRequires: distribution-release BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: gcc-fortran @@ -82,13 +82,6 @@ BuildRequires: meson = %{version} BuildRequires: ninja BuildRequires: pkgconfig -%if 0%{?suse_version} <= 1500 -BuildRequires: python2-PyYAML -%endif -%if 0%{?suse_version} < 1550 -BuildRequires: python2-devel -%endif -BuildRequires: distribution-release BuildRequires: python3-gobject BuildRequires: python3-pytest-xdist BuildRequires: zlib-devel-static @@ -106,10 +99,13 @@ BuildRequires: pkgconfig(vapigen) BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(zlib) -%if 0%{?suse_version} >= 1500 +%if 0%{?suse_version} <= 1500 +BuildRequires: python2-PyYAML +%endif %if 0%{?suse_version} < 1550 -BuildRequires: libboost_python-devel +BuildRequires: python2-devel %endif +%if 0%{?suse_version} >= 1500 BuildRequires: java-headless BuildRequires: libboost_log-devel BuildRequires: libboost_python3-devel @@ -118,6 +114,9 @@ BuildRequires: libboost_thread-devel BuildRequires: rust BuildRequires: wxWidgets-any-devel +%if 0%{?suse_version} < 1550 +BuildRequires: libboost_python-devel +%endif # csharp is not on s390 machines %ifnarch s390x BuildRequires: mono(csharp) ++++++ meson-0.60.3.tar.gz -> meson-0.61.1.tar.gz ++++++ ++++ 13527 lines of diff (skipped)