Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ninja for openSUSE:Factory checked in at 2022-05-20 17:50:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ninja (Old) and /work/SRC/openSUSE:Factory/.ninja.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ninja" Fri May 20 17:50:14 2022 rev:28 rq:977904 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ninja/ninja.changes 2021-04-14 10:09:28.553341399 +0200 +++ /work/SRC/openSUSE:Factory/.ninja.new.1538/ninja.changes 2022-05-20 17:50:19.727204571 +0200 @@ -1,0 +2,14 @@ +Wed May 18 08:46:55 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com> + +- update to 1.11.0: + * this release adds Validation Nodes which are a new way to add jobs + like linters or static analyzers to the build graph + * support cpu limit on docker + * fixes to disk_interface + * fixes to ninja -t parameter + * optimize ninja -d stats + * add -q (quiet) option +- rebase ninja-disable-maxprocs-test.patch +- rebase ninja-re2c-g.patch + +------------------------------------------------------------------- Old: ---- ninja-1.10.2.tar.gz New: ---- ninja-1.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ninja.spec ++++++ --- /var/tmp/diff_new_pack.pAGwYw/_old 2022-05-20 17:50:20.435205204 +0200 +++ /var/tmp/diff_new_pack.pAGwYw/_new 2022-05-20 17:50:20.435205204 +0200 @@ -1,7 +1,7 @@ # # spec file for package ninja # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ninja -Version: 1.10.2 +Version: 1.11.0 Release: 0 Summary: A small build system closest in spirit to Make License: Apache-2.0 @@ -37,7 +37,7 @@ building them, quickly. %prep -%autosetup -p0 +%autosetup -p1 %build export CFLAGS="%{optflags}" ++++++ ninja-1.10.2.tar.gz -> ninja-1.11.0.tar.gz ++++++ ++++ 7103 lines of diff (skipped) ++++++ ninja-disable-maxprocs-test.patch ++++++ --- /var/tmp/diff_new_pack.pAGwYw/_old 2022-05-20 17:50:20.603205355 +0200 +++ /var/tmp/diff_new_pack.pAGwYw/_new 2022-05-20 17:50:20.607205359 +0200 @@ -1,8 +1,8 @@ Index: src/subprocess_test.cc =================================================================== ---- src/subprocess_test.cc.orig -+++ src/subprocess_test.cc -@@ -214,36 +214,6 @@ TEST_F(SubprocessTest, SetWithMulti) { +--- a/src/subprocess_test.cc.orig ++++ b/src/subprocess_test.cc +@@ -216,36 +216,6 @@ TEST_F(SubprocessTest, SetWithMulti) { } } ++++++ ninja-re2c-g.patch ++++++ --- /var/tmp/diff_new_pack.pAGwYw/_old 2022-05-20 17:50:20.623205373 +0200 +++ /var/tmp/diff_new_pack.pAGwYw/_new 2022-05-20 17:50:20.627205376 +0200 @@ -1,11 +1,11 @@ ---- configure.py.orig -+++ configure.py +--- 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 @@ return False if has_re2c(): n.rule('re2c', -- command='re2c -b -i --no-generation-date -o $out $in', -+ command='re2c -g -b -i --no-generation-date -o $out $in', +- command='re2c -b -i --no-generation-date --no-version -o $out $in', ++ command='re2c -g -b -i --no-generation-date --no-version -o $out $in', description='RE2C $out') # Generate the .cc files in the source directory so we can check them in. n.build(src('depfile_parser.cc'), 're2c', src('depfile_parser.in.cc'))