SHA256
6
0
forked from pool/ninja

2 Commits

Author SHA256 Message Date
f680ac7260 Accepting request 1287698 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1287698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=32
2025-06-24 18:46:35 +00:00
Martin Pluskal
7741008a0a Accepting request 1286782 from home:mathletic:branches:devel:tools:building
- 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

OBS-URL: https://build.opensuse.org/request/show/1286782
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=68
2025-06-22 14:10:11 +00:00
4 changed files with 15 additions and 5 deletions

BIN
ninja-1.12.1.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

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

View File

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