From 6193c0fae48d6a3c1a172fb0e526f7018180fd57 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:39:26 +0100 Subject: [PATCH] update to 1.11.0 [release 1.11.0-1mamba;Tue May 17 2022] --- ninja.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ninja.spec b/ninja.spec index 32f6d81..5e0301d 100644 --- a/ninja.spec +++ b/ninja.spec @@ -1,26 +1,25 @@ Name: ninja -Version: 1.10.2 +Version: 1.11.0 Release: 1mamba Summary: A small build system with a focus on speed Group: Applications/Development Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://martine.github.io/ninja/ +URL: https://ninja-build.org/ Source: https://github.com/martine/ninja.git/v%{version}/ninja-%{version}.tar.bz2 License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END -BuildRequires: python -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Ninja is a small build system with a focus on speed. +%debug_package + %prep %setup -q @@ -42,6 +41,9 @@ Ninja is a small build system with a focus on speed. %doc COPYING %changelog +* Tue May 17 2022 Silvan Calarco 1.11.0-1mamba +- update to 1.11.0 + * Thu Dec 03 2020 Automatic Build System 1.10.2-1mamba - automatic version update by autodist