Upgrading ninja-build to 1.10.2 (#1763)
* upgrading ninja-build to 1.10.2 * updating signatures * clarifying changelog * linting applied Co-authored-by: MaxBrodeurUrbas <maxbr@microsoft.com>
This commit is contained in:
parent
edf9a2ed47
commit
496948d2bc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"macros.ninja": "da6927a7d813672d296148b9611b7a3b262e5db46cbd0eeac55c421f0ca0a270",
|
||||
"ninja-1.8.2.tar.gz": "86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4"
|
||||
"ninja-1.10.2.tar.gz": "ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed"
|
||||
}
|
||||
}
|
|
@ -1,18 +1,17 @@
|
|||
Name: ninja-build
|
||||
Summary: Small build system with focus on speed
|
||||
Version: 1.8.2
|
||||
Release: 3%{?dist}
|
||||
Name: ninja-build
|
||||
Version: 1.10.2
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://ninja-build.org
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
#Source0: https://github.com/ninja-build/ninja/archive/v%{version}.tar.gz
|
||||
URL: https://ninja-build.org
|
||||
#Source0: https://github.com/ninja-build/ninja/archive/v%%{version}.tar.gz
|
||||
Source0: ninja-%{version}.tar.gz
|
||||
Source1: macros.ninja
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: python3-devel
|
||||
|
||||
%description
|
||||
Ninja is a small build system with a focus on speed.
|
||||
|
@ -38,17 +37,23 @@ install -Dpm0644 %{SOURCE1} %{buildroot}%{_libdir}/rpm/macros.d/macros.ninja
|
|||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc HACKING.md README
|
||||
%doc README.md
|
||||
%{_bindir}/ninja
|
||||
%{_bindir}/ninja-build
|
||||
%{_datadir}/bash-completion/completions/ninja
|
||||
%{_libdir}/rpm/macros.d/macros.ninja
|
||||
|
||||
%changelog
|
||||
* Mon Dec 06 2021 Max Brodeur-Urbas <maxbr@microsoft.com> - 1.10.2-1
|
||||
- Updated to version 1.10.2.
|
||||
- Removed reference to missing HACKING doc file.
|
||||
|
||||
* Thu Apr 23 2020 Pawel Winogrodzki <pawelwi@microsoft.com> 1.8.2-3
|
||||
- License verified.
|
||||
- Fixed 'Source0' tag.
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.8.2-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Wed Dec 27 2017 Anish Swaminathan <anishs@vmware.com> 1.8.2-1
|
||||
- Initial packaging
|
||||
|
|
|
@ -14583,8 +14583,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "ninja-build",
|
||||
"version": "1.8.2",
|
||||
"downloadUrl": "https://github.com/ninja-build/ninja/archive/v1.8.2.tar.gz"
|
||||
"version": "1.10.2",
|
||||
"downloadUrl": "https://github.com/ninja-build/ninja/archive/v1.10.2.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -238,8 +238,8 @@ ncurses-debuginfo-6.2-4.cm2.aarch64.rpm
|
|||
ncurses-devel-6.2-4.cm2.aarch64.rpm
|
||||
ncurses-libs-6.2-4.cm2.aarch64.rpm
|
||||
ncurses-term-6.2-4.cm2.aarch64.rpm
|
||||
ninja-build-1.8.2-3.cm2.aarch64.rpm
|
||||
ninja-build-debuginfo-1.8.2-3.cm2.aarch64.rpm
|
||||
ninja-build-1.10.2-1.cm2.aarch64.rpm
|
||||
ninja-build-debuginfo-1.10.2-1.cm2.aarch64.rpm
|
||||
npth-1.6-4.cm2.aarch64.rpm
|
||||
npth-debuginfo-1.6-4.cm2.aarch64.rpm
|
||||
npth-devel-1.6-4.cm2.aarch64.rpm
|
||||
|
|
|
@ -238,8 +238,8 @@ ncurses-debuginfo-6.2-4.cm2.x86_64.rpm
|
|||
ncurses-devel-6.2-4.cm2.x86_64.rpm
|
||||
ncurses-libs-6.2-4.cm2.x86_64.rpm
|
||||
ncurses-term-6.2-4.cm2.x86_64.rpm
|
||||
ninja-build-1.8.2-3.cm2.x86_64.rpm
|
||||
ninja-build-debuginfo-1.8.2-3.cm2.x86_64.rpm
|
||||
ninja-build-1.10.2-1.cm2.x86_64.rpm
|
||||
ninja-build-debuginfo-1.10.2-1.cm2.x86_64.rpm
|
||||
npth-1.6-4.cm2.x86_64.rpm
|
||||
npth-debuginfo-1.6-4.cm2.x86_64.rpm
|
||||
npth-devel-1.6-4.cm2.x86_64.rpm
|
||||
|
|
Loading…
Reference in New Issue