1 Commits

Author SHA256 Message Date
e5c6a3d7af Merge pull request 'Factory' (#2) from factory into main 2025-10-08 12:57:02 +02:00
6 changed files with 8 additions and 23 deletions

BIN
ninja-1.13.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
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, static_cast<unsigned long>(rlim.rlim_cur));
- kNumProcs, 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
@@ -510,7 +510,7 @@
@@ -479,7 +479,7 @@
return False
if has_re2c():
n.rule('re2c',

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define name_ext -test
@@ -26,7 +25,7 @@
%endif
Name: ninja%{name_ext}
Version: 1.13.2
Version: 1.13.0
Release: 0
Summary: A small build system closest in spirit to Make
License: Apache-2.0
@@ -87,6 +86,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