update to 1.11.0 [release 1.11.0-1mamba;Tue May 17 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 07:39:26 +01:00
parent a953c6ba6d
commit 6193c0fae4

View File

@ -1,26 +1,25 @@
Name: ninja Name: ninja
Version: 1.10.2 Version: 1.11.0
Release: 1mamba Release: 1mamba
Summary: A small build system with a focus on speed Summary: A small build system with a focus on speed
Group: Applications/Development Group: Applications/Development
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://martine.github.io/ninja/ URL: https://ninja-build.org/
Source: https://github.com/martine/ninja.git/v%{version}/ninja-%{version}.tar.bz2 Source: https://github.com/martine/ninja.git/v%{version}/ninja-%{version}.tar.bz2
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Ninja is a small build system with a focus on speed. Ninja is a small build system with a focus on speed.
%debug_package
%prep %prep
%setup -q %setup -q
@ -42,6 +41,9 @@ Ninja is a small build system with a focus on speed.
%doc COPYING %doc COPYING
%changelog %changelog
* Tue May 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.0-1mamba
- update to 1.11.0
* Thu Dec 03 2020 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba * Thu Dec 03 2020 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
- automatic version update by autodist - automatic version update by autodist