forked from pool/ninja
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
f680ac7260 | |||
|
7741008a0a |
BIN
ninja-1.12.1.tar.gz
(Stored with Git LFS)
BIN
ninja-1.12.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ninja-1.13.0.tar.gz
Normal file
3
ninja-1.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f08641d00099a9e40d44ec0146f841c472ae58b7e6dd517bee3945cfd923cedf
|
||||
size 291328
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 19:34:41 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- update to 1.13.0
|
||||
* Ninja now automatically joins a GNU Make jobserver as a client
|
||||
(version 4.4 on non-Windows systems required for "fifo" style)
|
||||
* Print exit code of failed subcommands
|
||||
* ninja -t compdb accepts a target
|
||||
* Support for ANSI (color) escape codes in NINJA_STATUS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 20:52:03 UTC 2024 - Christoph G <foss@grueninger.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ninja
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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
|
||||
@@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: ninja%{name_ext}
|
||||
Version: 1.12.1
|
||||
Version: 1.13.0
|
||||
Release: 0
|
||||
Summary: A small build system closest in spirit to Make
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user