Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e5c6a3d7af |
BIN
ninja-1.13.0.tar.gz
LFS
Normal file
BIN
ninja-1.13.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
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));
|
- ASSERT_EQ(0, getrlimit(RLIMIT_NOFILE, &rlim));
|
||||||
- if (rlim.rlim_cur < kNumProcs) {
|
- if (rlim.rlim_cur < kNumProcs) {
|
||||||
- printf("Raise [ulimit -n] above %u (currently %lu) to make this test go\n",
|
- printf("Raise [ulimit -n] above %u (currently %lu) to make this test go\n",
|
||||||
- kNumProcs, static_cast<unsigned long>(rlim.rlim_cur));
|
- kNumProcs, rlim.rlim_cur);
|
||||||
- return;
|
- 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.orig 2022-05-18 10:45:04.772811782 +0200
|
||||||
+++ ninja-1.11.0/configure.py 2022-05-18 10:45:13.968857314 +0200
|
+++ ninja-1.11.0/configure.py 2022-05-18 10:45:13.968857314 +0200
|
||||||
@@ -510,7 +510,7 @@
|
@@ -479,7 +479,7 @@
|
||||||
return False
|
return False
|
||||||
if has_re2c():
|
if has_re2c():
|
||||||
n.rule('re2c',
|
n.rule('re2c',
|
||||||
|
|||||||
@@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Wed Jun 18 19:34:41 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ninja
|
# spec file for package ninja
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define name_ext -test
|
%define name_ext -test
|
||||||
@@ -26,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ninja%{name_ext}
|
Name: ninja%{name_ext}
|
||||||
Version: 1.13.2
|
Version: 1.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A small build system closest in spirit to Make
|
Summary: A small build system closest in spirit to Make
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -87,6 +86,6 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ni
|
|||||||
%{_datadir}/vim
|
%{_datadir}/vim
|
||||||
%{_datadir}/zsh
|
%{_datadir}/zsh
|
||||||
%{_rpmconfigdir}/macros.d/macros.ninja
|
%{_rpmconfigdir}/macros.d/macros.ninja
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
%endif
|
||||||
Reference in New Issue
Block a user