diff --git a/ninja-1.12.1.tar.gz b/ninja-1.12.1.tar.gz deleted file mode 100644 index da2a399..0000000 --- a/ninja-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:821bdff48a3f683bc4bb3b6f0b5fe7b2d647cf65d52aeb63328c91a6c6df285a -size 240483 diff --git a/ninja-1.13.0.tar.gz b/ninja-1.13.0.tar.gz new file mode 100644 index 0000000..3cb2987 --- /dev/null +++ b/ninja-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08641d00099a9e40d44ec0146f841c472ae58b7e6dd517bee3945cfd923cedf +size 291328 diff --git a/ninja.changes b/ninja.changes index f61ced2..5ada1d8 100644 --- a/ninja.changes +++ b/ninja.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 18 19:34:41 UTC 2025 - Christoph G + +- 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 diff --git a/ninja.spec b/ninja.spec index 79909d1..e35e21b 100644 --- a/ninja.spec +++ b/ninja.spec @@ -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