From 5fff8c2869aa691e44e2bfd9e9733016ed270d3ee9a085638d719043ea992cc7 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 20 Mar 2024 13:01:40 +0000 Subject: [PATCH] Accepting request 1159835 from home:rguenther:branches:devel:libraries:c_c++ - Avoid BuildRequire of 'gcc-c++ > 5' which is only a redundant check. This interferes with Substitute. OBS-URL: https://build.opensuse.org/request/show/1159835 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=324 --- boost.changes | 6 ++++++ boost.spec | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/boost.changes b/boost.changes index 26fe049..ea325a9 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 20 12:15:08 UTC 2024 - Richard Biener + +- Avoid BuildRequire of 'gcc-c++ > 5' which is only a redundant + check. This interferes with Substitute. + ------------------------------------------------------------------- Wed Feb 21 09:18:53 CET 2024 - aschnell@suse.com diff --git a/boost.spec b/boost.spec index c860637..23bd4f3 100644 --- a/boost.spec +++ b/boost.spec @@ -1,5 +1,5 @@ # -# spec file for package boost +# spec file # # Copyright (c) 2024 SUSE LLC # @@ -245,6 +245,7 @@ Patch21: boost-remove-cmakedir.patch Patch22: boost-process.patch %{?suse_build_hwcaps_libs} BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: gmp-devel BuildRequires: libbz2-devel BuildRequires: libexpat-devel @@ -252,11 +253,6 @@ BuildRequires: libicu-devel BuildRequires: libzstd-devel BuildRequires: xz-devel BuildRequires: pkgconfig(zlib) -%if %{with boost_fiber} -BuildRequires: gcc-c++ > 5 -%else -BuildRequires: gcc-c++ -%endif %if ! %{build_base} BuildRequires: dos2unix %if %{with python3}