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