forked from pool/ninja
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b66694b6cc | |||
| 43a418389c | |||
| fd9d943a94 | |||
| 5e5795f5ef |
BIN
ninja-1.13.0.tar.gz
LFS
BIN
ninja-1.13.0.tar.gz
LFS
Binary file not shown.
3
ninja-1.13.2.tar.gz
Normal file
3
ninja-1.13.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:974d6b2f4eeefa25625d34da3cb36bdcebe7fbce40f4c16ac0835fd1c0cbae17
|
||||
size 292385
|
||||
@@ -17,7 +17,7 @@ Index: src/subprocess_test.cc
|
||||
- ASSERT_EQ(0, getrlimit(RLIMIT_NOFILE, &rlim));
|
||||
- if (rlim.rlim_cur < kNumProcs) {
|
||||
- printf("Raise [ulimit -n] above %u (currently %lu) to make this test go\n",
|
||||
- kNumProcs, rlim.rlim_cur);
|
||||
- kNumProcs, static_cast<unsigned long>(rlim.rlim_cur));
|
||||
- return;
|
||||
- }
|
||||
-
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- ninja-1.11.0/configure.py.orig 2022-05-18 10:45:04.772811782 +0200
|
||||
+++ ninja-1.11.0/configure.py 2022-05-18 10:45:13.968857314 +0200
|
||||
@@ -479,7 +479,7 @@
|
||||
@@ -510,7 +510,7 @@
|
||||
return False
|
||||
if has_re2c():
|
||||
n.rule('re2c',
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 28 13:13:01 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.13.2:
|
||||
* Fix Ninja exit code when interrupted (issue #2681) #2690
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 18:38:41 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- update to 1.13.1
|
||||
* Compatibility with older distros for Linux ARM version
|
||||
* Restore "multiple rules generate" error with dyndep
|
||||
- adapt ninja-disable-maxprocs-test.patch and ninja-re2c-g.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 19:34:41 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ninja
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define name_ext -test
|
||||
@@ -25,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: ninja%{name_ext}
|
||||
Version: 1.13.0
|
||||
Version: 1.13.2
|
||||
Release: 0
|
||||
Summary: A small build system closest in spirit to Make
|
||||
License: Apache-2.0
|
||||
@@ -86,6 +87,6 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ni
|
||||
%{_datadir}/vim
|
||||
%{_datadir}/zsh
|
||||
%{_rpmconfigdir}/macros.d/macros.ninja
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
%endif
|
||||
Reference in New Issue
Block a user