forked from pool/ninja
Accepting request 391883 from home:mathletic:branches:devel:tools:building
update to 1.7.0 OBS-URL: https://build.opensuse.org/request/show/391883 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=26
This commit is contained in:
parent
8d18dccd37
commit
8e36f3cfff
3
ninja-1.7.0.tar.gz
Normal file
3
ninja-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cd5467a281c757859825c799b0cdd21926808c45b4772b718bed06617efb771
|
||||
size 179715
|
@ -1,8 +1,6 @@
|
||||
Index: ninja-1.6.0/src/subprocess_test.cc
|
||||
===================================================================
|
||||
--- ninja-1.6.0/src/subprocess_test.cc.orig
|
||||
+++ ninja-1.6.0/src/subprocess_test.cc
|
||||
@@ -215,38 +215,6 @@
|
||||
--- ninja-1.7.0/src/subprocess_test.cc.orig 2016-04-27 21:17:10.000000000 +0200
|
||||
+++ ninja-1.7.0/src/subprocess_test.cc 2016-04-28 07:18:42.227614370 +0200
|
||||
@@ -214,39 +214,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
@ -18,7 +16,8 @@ Index: ninja-1.6.0/src/subprocess_test.cc
|
||||
- rlimit rlim;
|
||||
- ASSERT_EQ(0, getrlimit(RLIMIT_NOFILE, &rlim));
|
||||
- if (rlim.rlim_cur < kNumProcs) {
|
||||
- printf("Raise [ulimit -n] well above %u (currently %lu) to make this test go\n", kNumProcs, rlim.rlim_cur);
|
||||
- printf("Raise [ulimit -n] above %u (currently %lu) to make this test go\n",
|
||||
- kNumProcs, rlim.rlim_cur);
|
||||
- return;
|
||||
- }
|
||||
-
|
||||
@ -41,4 +40,3 @@ Index: ninja-1.6.0/src/subprocess_test.cc
|
||||
// TODO: this test could work on Windows, just not sure how to simply
|
||||
// read stdin.
|
||||
#ifndef _WIN32
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 05:24:46 UTC 2016 - foss@grueninger.de
|
||||
|
||||
- update to version 1.7.0
|
||||
* ninja now supports implicit outputs.
|
||||
* Ninja's output has slightly changed, to make it easier to
|
||||
automated tools to look at ninja's output.
|
||||
* Ninja now explicitly handles SIGHUP and cleans up after itself.
|
||||
* Ninja now uses posix_spawn instead of fork/exec to launch
|
||||
subprocesses (on POSIX).
|
||||
- adjust links to new wesite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 13:27:25 UTC 2016 - matz@suse.de
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: ninja
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: A small build system closest in spirit to Make
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/martine/ninja
|
||||
Source0: https://github.com/martine/ninja/archive/v%{version}.tar.gz
|
||||
Url: https://ninja-build.org/
|
||||
Source0: https://github.com/ninja-build/ninja/archive/%{name}-%{version}.tar.gz
|
||||
Patch1: ninja-disable-maxprocs-test.patch
|
||||
BuildRequires: gcc-c++
|
||||
%if 0%{?suse_version} <= 1110
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b43e88fb068fe4d92a3dfd9eb4d19755dae5c33415db2e9b7b61b4659009cde7
|
||||
size 174501
|
Loading…
Reference in New Issue
Block a user