From c653e187de493d3c175d6daa4c194dbaf78544a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Jan 2023 17:08:22 +0100 Subject: Update to 0.56.2 --- meson.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'meson.spec') diff --git a/meson.spec b/meson.spec index 2776be0..4ee2714 100644 --- a/meson.spec +++ b/meson.spec @@ -2,7 +2,7 @@ Name: meson -Version: 0.55.1 +Version: 0.56.2 Release: 1%{?dist} Summary: High productivity build system @@ -11,15 +11,16 @@ URL: https://mesonbuild.com/ Source: https://github.com/mesonbuild/meson/releases/download/%{version}/meson-%{version}.tar.gz # Non-upstreamable Patch0001: 0001-macros-Do-not-use-shrink.patch -# https://github.com/mesonbuild/meson/pull/7669 -Patch0002: 0001-mcompile-use-v-instead-of-verbose-for-ninja.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: epel-rpm-macros +BuildRequires: zlib-static Requires: python%{python3_version}dist(setuptools) Requires: ninja-build +Requires: epel-rpm-macros %description Meson is a build system designed to optimize programmer @@ -52,6 +53,9 @@ install -Dpm0644 -t %{buildroot}%{rpmmacrodir} data/macros.%{name} %{_datadir}/polkit-1/actions/com.mesonbuild.install.policy %changelog +* Mon Jan 2 2023 Remi Collet - 0.56.2-1 +- Update to 0.56.2 + * Sun Aug 30 2020 Igor Raits - 0.55.1-1 - Update to 0.55.1 -- cgit