Update to 1.5.3

This commit is contained in:
Ben Boeckel 2014-12-10 22:57:13 -05:00
parent 79afcaf07b
commit 2657e83a04
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mathstuf@gmail.com> - 1.5.3-1
- Update to 1.5.3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1,2 @@
59f4f1cf5d9bb0d7877a6d5a5afd770a ninja-1.5.1.tar.gz
67d11a83dceea0378908ce5e7477b6fb ninja-1.5.3.tar.gz