From ce1b57f3b6d3b0478ce138319f2d15a825318841 Mon Sep 17 00:00:00 2001 From: Pavel Simovec Date: Thu, 31 Oct 2024 12:29:56 +0100 Subject: [PATCH] rebuilt Resolves: RHEL-62014 --- pybind11.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pybind11.spec b/pybind11.spec index a06e0a9..d4fe25b 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -22,7 +22,7 @@ Name: pybind11 Version: 2.10.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -190,6 +190,10 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %endif %changelog +* Thu Oct 31 2024 Pavel Simovec - 2.10.4-2 +- rebuilt +- Resolves: RHEL-62014 + * Thu Oct 10 2024 Pavel Simovec - 2.10.4-1 - Update to 2.10.4 - Resolves: RHEL-62014