SHA256
8
0
forked from pool/ninja

4 Commits

Author SHA256 Message Date
b66694b6cc Accepting request 1324564 from devel:tools:building
- update to 1.13.2:
  * Fix Ninja exit code when interrupted (issue #2681) #2690

OBS-URL: https://build.opensuse.org/request/show/1324564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=34
2025-12-29 14:15:56 +00:00
43a418389c - update to 1.13.2:
* Fix Ninja exit code when interrupted (issue #2681) #2690

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=72
2025-12-28 13:13:18 +00:00
fd9d943a94 Accepting request 1308315 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1308315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=33
2025-10-02 17:18:31 +00:00
5e5795f5ef - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=70
2025-10-01 07:47:43 +00:00
6 changed files with 23 additions and 8 deletions

Binary file not shown.

3
ninja-1.13.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:974d6b2f4eeefa25625d34da3cb36bdcebe7fbce40f4c16ac0835fd1c0cbae17
size 292385

View File

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

View File

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

View File

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

View File

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