From 50610924f15beb25e4db9ebaa5b9fbc54119ed36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 18 Dec 2020 23:27:12 +0100 Subject: [PATCH] Bump for gcc11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- pybind11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybind11.spec b/pybind11.spec index f21c714..0cef60f 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -17,7 +17,7 @@ Name: pybind11 Version: 2.6.1 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -175,6 +175,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %endif %changelog +* Fri Dec 18 2020 Petr Šabata - 2.6.1-1.1 +- Bump for gcc11 + * Thu Nov 12 2020 Susi Lehtola - 2.6.1-1 - Update to 2.6.1.