automatic version update by autodist [release 1.7.0-1mamba;Mon Jan 27 2025]

This commit is contained in:
Automatic Build System 2025-01-27 15:56:47 +01:00
parent 8387f28a6e
commit 1ed3bae548

View File

@ -1,5 +1,5 @@
Name: meson
Version: 1.6.1
Version: 1.7.0
Release: 1mamba
Summary: The Meson Build System
Group: Development/Tools
@ -12,13 +12,12 @@ Source1: macros.meson
Patch0: meson-0.48.1-rpm-macros.patch
Patch1: meson-0.58.0-fix-gtk-doc.patch
License: Apache License 2.0
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(setuptools)
## AUTOBUILDREQ-END
BuildRequires: python3 >= 3.11
#BuildRequires: python-pathlib-py3
#Requires: python-pathlib-py3
Requires: ninja
%description
@ -26,8 +25,6 @@ The Meson Build System.
%prep
%setup -q
#%patch0 -p1
#%patch1 -p1
%build
CFLAGS="%{optflags}" %{__python3} setup.py build
@ -58,6 +55,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson
%doc COPYING
%changelog
* Mon Jan 27 2025 Automatic Build System <autodist@openmamba.org> 1.7.0-1mamba
- automatic version update by autodist
* Tue Dec 17 2024 Automatic Build System <autodist@openmamba.org> 1.6.1-1mamba
- automatic version update by autodist