Accepting request 1159838 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1159838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=165
This commit is contained in:
Ana Guerrero 2024-03-21 16:00:11 +00:00 committed by Git OBS Bridge
commit 7596f45a73
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 20 12:15:08 UTC 2024 - Richard Biener <rguenther@suse.com>
- 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

View File

@ -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}