From 7af053c2f33986556231dd9f91ba774ad3e9aaaa Mon Sep 17 00:00:00 2001 From: Matthew Krupcale Date: Sat, 4 Mar 2023 14:17:41 -0500 Subject: [PATCH] Disable bootstrap Disable bootstrap for rebuild with latest patches. * build2.spec: disable bootstrap --- build2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build2.spec b/build2.spec index 2b6831e..4d63df4 100644 --- a/build2.spec +++ b/build2.spec @@ -1,6 +1,6 @@ -%bcond_without bootstrap %bcond_without check %bcond_without bundle_libodb +%bcond_with bootstrap %bcond_with network_checks %bcond_with static @@ -8,7 +8,7 @@ Name: build2 Version: 0.15.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform build toolchain for developing and packaging C++ code License: MIT @@ -648,6 +648,10 @@ b test: %{_rpmmacrodir}/macros.%{name} %changelog +* Sat Mar 4 2023 Matthew Krupcale - 0.15.0-2 +- Add patches for git v2.38, libpkgconf v1.9.0, and C++23 std::aligned_storage +- Use SPDX license expressions + * Sat Jul 30 2022 Matthew Krupcale - 0.15.0-1 - Update to v0.15.0