From d45756a05c5a439eb9828a784638addb649c8358 Mon Sep 17 00:00:00 2001 From: Anita Zhang Date: Nov 10 2021 23:21:27 +0000 Subject: meson-0.57.2-2: rebuild with python 3.8 --- diff --git a/SPECS/meson.spec b/SPECS/meson.spec index f900dd5..e02824a 100644 --- a/SPECS/meson.spec +++ b/SPECS/meson.spec @@ -1,8 +1,12 @@ %global libname mesonbuild +%global python3_version 3.8 +%global python3_version_nodots 38 +%global __python3 /usr/bin/python%{python3_version} + Name: meson Version: 0.57.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High productivity build system License: ASL 2.0 @@ -11,8 +15,8 @@ Source: https://github.com/mesonbuild/meson/releases/download/%{version} BuildArch: noarch -BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python%{python3_version_nodots}-devel +BuildRequires: python%{python3_version_nodots}-setuptools Requires: python%{python3_version}dist(setuptools) Requires: ninja-build @@ -46,6 +50,9 @@ install -Dpm0644 -t %{buildroot}%{rpmmacrodir} data/macros.%{name} %{_datadir}/polkit-1/actions/com.mesonbuild.install.policy %changelog +* Wed Nov 10 2021 Anita Zhang - 0.57.2-2 +- rebuild meson with python 3.8 to get https://bugs.python.org/issue38019 + * Sun Apr 18 2021 Igor Raits - 0.57.2-1 - import meson-0.57.2-1.fc35 diff --git a/SRPMS/meson-0.57.2-2.hs.el8.src.rpm b/SRPMS/meson-0.57.2-2.hs.el8.src.rpm new file mode 100644 index 0000000..1a25e48 Binary files /dev/null and b/SRPMS/meson-0.57.2-2.hs.el8.src.rpm differ