From a5d7b2ba8bba3d8c078d7b7d2d706e8944cb43dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 17 Jan 2024 13:14:42 +0100 Subject: [PATCH] Enable tests --- python3.12-pybind11.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: