From 2657e83a04ea2c259320ea1da15a871d48a1e2e5 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 10 Dec 2014 22:57:13 -0500 Subject: [PATCH] Update to 1.5.3 --- .gitignore | 1 + ninja-build.spec | 9 ++++++--- sources | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 65db9cd..7f4718c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /v1.3.4.tar.gz /v1.4.0.tar.gz /ninja-1.5.1.tar.gz +/ninja-1.5.3.tar.gz diff --git a/ninja-build.spec b/ninja-build.spec index a0124be..7ba02b4 100644 --- a/ninja-build.spec +++ b/ninja-build.spec @@ -1,6 +1,6 @@ Name: ninja-build -Version: 1.5.1 -Release: 2%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Summary: A small build system with a focus on speed License: ASL 2.0 URL: http://martine.github.com/ninja/ @@ -24,7 +24,7 @@ fast as possible. %build CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" \ -%{__python2} bootstrap.py --verbose +%{__python2} configure.py --bootstrap --verbose ./ninja -v manual ./ninja -v ninja_test @@ -56,6 +56,9 @@ ulimit -n 2048 && ulimit -u 2048 %{_datadir}/zsh/ %changelog +* Wed Dec 10 2014 Ben Boeckel - 1.5.3-1 +- Update to 1.5.3 + * Sun Aug 17 2014 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 680047c..a845d88 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 59f4f1cf5d9bb0d7877a6d5a5afd770a ninja-1.5.1.tar.gz +67d11a83dceea0378908ce5e7477b6fb ninja-1.5.3.tar.gz