From 31305914fe1c56bf4f4faec02d8731b044601d7d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:06:36 +0100 Subject: [PATCH] automatic version update by autodist [release 0.58.1-1mamba;Thu Jun 10 2021] --- meson.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meson.spec b/meson.spec index deb399f..933a196 100644 --- a/meson.spec +++ b/meson.spec @@ -1,6 +1,6 @@ Name: meson -Version: 0.58.0 -Release: 2mamba +Version: 0.58.1 +Release: 1mamba Summary: The Meson Build System Group: Development/Tools Vendor: openmamba @@ -27,7 +27,7 @@ The Meson Build System. %prep %setup -q #%patch0 -p1 -%patch1 -p1 +#%patch1 -p1 %build CFLAGS="%{optflags}" %{__python3} setup.py build @@ -58,6 +58,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson %doc COPYING %changelog +* Thu Jun 10 2021 Automatic Build System 0.58.1-1mamba +- automatic version update by autodist + * Sat Jun 05 2021 Silvan Calarco 0.58.0-2mamba - added upstream patch to fix gtk-doc generation (glib) see also https://github.com/mesonbuild/meson/pull/8757