diff --git a/python3.12-pybind11.spec b/python3.12-pybind11.spec index f6801c3..77428c6 100644 --- a/python3.12-pybind11.spec +++ b/python3.12-pybind11.spec @@ -11,13 +11,13 @@ %global __provides_exclude cmake|pkgconfig # Whether to run the tests, enabled by default -%bcond_with tests +%bcond_without tests %global modname pybind11 Name: python%{python3_pkgversion}-pybind11 Version: 2.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -119,6 +119,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %{python3_sitearch}/%{modname}-%{version}-py%{python3_version}.egg-info %changelog +* Wed Jan 17 2024 Miro Hrončok - 2.11.1-2 +- Enable tests + * Wed Oct 18 2023 Tomáš Hrnčiar - 2.11.1-1 - Initial package - Fedora contributions by: