diff --git a/python3.12-pybind11.spec b/python3.12-pybind11.spec index ffd7e1f..b5b9389 100644 --- a/python3.12-pybind11.spec +++ b/python3.12-pybind11.spec @@ -22,7 +22,7 @@ Name: python%{python3_pkgversion}-pybind11 Version: 2.11.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -124,6 +124,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %{python3_sitearch}/%{modname}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Jan 23 2024 Miro Hrončok - 2.11.1-3 +- Rebuilt for timestamp .pyc invalidation mode + * Wed Jan 17 2024 Miro Hrončok - 2.11.1-2 - Enable tests