From 883bf4412d33c64aae28b9328dfe5b9db3284178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 23 Jan 2024 18:00:08 +0100 Subject: [PATCH] Rebuilt for timestamp .pyc invalidation mode Resolves: RHEL-17754 --- python3.12-pybind11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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