diff --git a/.boost.metadata b/.boost.metadata new file mode 100644 index 0000000..ec5e151 --- /dev/null +++ b/.boost.metadata @@ -0,0 +1 @@ +6109efd3bdd8b9220d7d85b5e125f7f28721b9a9 boost_1_75_0.tar.bz2 diff --git a/boost.spec b/boost.spec index 888afd1..cce55db 100644 --- a/boost.spec +++ b/boost.spec @@ -42,7 +42,7 @@ Name: boost %global real_name boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.75.0 -Release: 7%{?dist} +Release: 8%{?dist} License: Boost and MIT and Python # Replace each . with _ in %%{version} @@ -472,6 +472,9 @@ Requires: libquadmath-devel%{?_isa} %if %{with python3} # Require boost-numpy3 here, because main boost metapackage only Recommends: it Requires: %{name}-numpy3%{?_isa} = %{version}-%{release} +# Old Provides: for compatibility with RHEL <= 8 and packages that require it. +Provides: %{name}-python3-devel = %{version}-%{release} +Provides: %{name}-python3-devel%{?_isa} = %{version}-%{release} %endif %description devel @@ -1279,6 +1282,9 @@ fi %{_mandir}/man1/b2.1* %changelog +* Fri Jun 24 2022 Jonathan Wakely - 1.75.0-8 +- Restore Provides for boost-python3-devel + * Tue Jun 21 2022 Jonathan Wakely - 1.75.0-7 - Build with zstd support (#2091041) - Fix rpminspect CI warnings about missing versioned dependencies