SHA256
1
0
forked from pool/ninja

Accepting request 1000369 from home:mathletic:branches:devel:tools:building

- update to 1.11.1:
  * A fix for a potential SIGFPE in the new (Docker-compatible)
    default number of jobs detection.

OBS-URL: https://build.opensuse.org/request/show/1000369
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=59
This commit is contained in:
Dirk Mueller 2022-09-12 08:26:01 +00:00 committed by Git OBS Bridge
parent 00cc2f9823
commit c63abd4a71
4 changed files with 12 additions and 5 deletions

View File

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

BIN
ninja-1.11.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 31 05:32:49 UTC 2022 - Christoph G <foss@grueninger.de>
- update to 1.11.1:
* A fix for a potential SIGFPE in the new (Docker-compatible)
default number of jobs detection.
-------------------------------------------------------------------
Wed May 18 08:46:55 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -17,13 +17,13 @@
Name: ninja
Version: 1.11.0
Version: 1.11.1
Release: 0
Summary: A small build system closest in spirit to Make
License: Apache-2.0
Group: Development/Tools/Building
URL: https://ninja-build.org/
Source0: https://github.com/ninja-build/ninja/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/ninja-build/ninja/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: macros.ninja
Patch1: ninja-disable-maxprocs-test.patch
Patch2: ninja-re2c-g.patch