[ninja-build] Update to 1.3.4

Ben Boeckel mathstuf at fedoraproject.org
Mon Jun 10 03:31:20 UTC 2013


commit 9cc80797333241bbb50ddd36f7132e2a66642536
Author: Ben Boeckel <mathstuf at gmail.com>
Date:   Sun Jun 9 23:30:14 2013 -0400

    Update to 1.3.4
    
    - Run test suite

 .gitignore       |    1 +
 ninja-build.spec |   15 +++++++++++++--
 sources          |    2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09a7f65..5f4e272 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /martine-ninja-5dc55a3.tar.gz
 /v1.0.0.tar.gz
+/v1.3.4.tar.gz
diff --git a/ninja-build.spec b/ninja-build.spec
index a158f15..58f3c6e 100644
--- a/ninja-build.spec
+++ b/ninja-build.spec
@@ -1,8 +1,8 @@
 #global githash 5dc55a3
 
 Name:           ninja-build
-Version:        1.0.0
-Release:        2%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Group:          Development/Tools
 Summary:        A small build system with a focus on speed
 
@@ -16,6 +16,8 @@ Source0:        https://github.com/martine/ninja/archive/v%{version}.tar.gz
 Source1:        ninja.vim
 
 BuildRequires:  asciidoc
+BuildRequires:  gtest-devel
+BuildRequires:  re2c
 Requires:       emacs-filesystem
 Requires:       vim-filesystem
 
@@ -35,6 +37,11 @@ CFLAGS="%{optflags}"
 export CFLAGS
 ./bootstrap.py --verbose -- --debug
 ./ninja -v manual
+./ninja -v ninja_test
+
+
+%check
+./ninja_test
 
 
 %install
@@ -74,6 +81,10 @@ install -p -m 644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions
 
 
 %changelog
+* Sun Jun 09 2013 Ben Boeckel <mathstuf at gmail.com> - 1.3.4-1
+- Update to 1.3.4
+- Run test suite
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 298448f..b6da5b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51f58e418d215ffc165cb9c5ad6cf0d7  v1.0.0.tar.gz
+83ca09927b0f617ebe402883fe91bc7f  v1.3.4.tar.gz


More information about the scm-commits mailing list