diff --git a/boost.spec b/boost.spec index f5679d38e95e7dd3c1aa30990ec09512edc3aad3..a10ac565bbabaae2bd13fcc3eafc203bb1c9efdf 100644 --- a/boost.spec +++ b/boost.spec @@ -2,7 +2,7 @@ Name: boost Version: 1.80.0 -Release: 2 +Release: 3 Summary: The free peer-reviewed portable C++ source libraries License: BSL-1.0 URL: http://www.boost.org @@ -52,7 +52,7 @@ BuildRequires: openssl-devel # optional libraries for iostreams BuildRequires: bzip2-devel libzstd-devel xz-devel zlib-devel # optional library for multiprecision -BuildRequires: libquadmath-devel +BuildRequires: libquadmath-devel libquadmath-static # optional library for python3 BuildRequires: python3-numpy # optional library for regex @@ -429,6 +429,9 @@ find libs -name example -exec cp {} boost-example --parents -r \; %{_libdir}/*.a %changelog +* Sat Nov 26 2022 Liu Zixian - 1.80.0-3 +- Fix libquadmath dependency + * Sat Nov 26 2022 Liu Zixian - 1.80.0-2 - Backport outcome regression test bugfix