diff --git a/pybind11.spec b/pybind11.spec index 5035d2e..abdde9f 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} # Whether to run the tests, enabled by default -%bcond_without tests +%bcond_with tests %if 0%{?fedora} >= 30 || 0%{?rhel} >= 9 %global python2_enabled 0 @@ -17,7 +17,7 @@ Name: pybind11 Version: 2.10.0 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -180,6 +180,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %endif %changelog +* Tue Sep 20 2022 Miro HronĨok - 2.10.0-1.0.riscv64 +- Bootstrap for Python 3.11 on riscv64 + * Tue Aug 02 2022 Susi Lehtola - 2.10.0-1 - Update to 2.10.0.