diff --git a/pybind11-2.11.1.tar.gz b/pybind11-2.11.1.tar.gz new file mode 100644 index 0000000..c0b16c6 Binary files /dev/null and b/pybind11-2.11.1.tar.gz differ diff --git a/pybind11.spec b/pybind11.spec index 5a0591c..ee28cda 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.10.4 +Version: 2.11.1 Release: 1 Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 -Source0: https://github.com/pybind/pybind11/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/pybind/pybind11/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: make cmake eigen3-devel gcc-c++ @@ -76,6 +76,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* Mon Jul 31 2023 zhangchenglin - 2.11.1-1 +- Update package to version 2.11.1 + * Fri Apr 7 2023 liyanan - 2.10.4-1 - Upgrade package to version 2.10.4 diff --git a/v2.10.4.tar.gz b/v2.10.4.tar.gz deleted file mode 100644 index ca299cc..0000000 Binary files a/v2.10.4.tar.gz and /dev/null differ