diff --git a/pybind11.spec b/pybind11.spec index d61c6df..5a0591c 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.10.0 +Version: 2.10.4 Release: 1 Summary: Seamless operability between C++11 and Python License: BSD @@ -68,6 +68,7 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %{_includedir}/pybind11/ %{_datadir}/cmake/pybind11/ %{_bindir}/pybind11-config +%{_datadir}/pkgconfig/%{name}.pc %files -n python3-%{name} %{python3_sitearch}/%{name}/ @@ -75,6 +76,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* Fri Apr 7 2023 liyanan - 2.10.4-1 +- Upgrade package to version 2.10.4 + * Thu Aug 4 2022 wenzhiwei - 2.10.0-1 - Update to 2.10.0 diff --git a/v2.10.0.tar.gz b/v2.10.0.tar.gz deleted file mode 100644 index e62308a..0000000 Binary files a/v2.10.0.tar.gz and /dev/null differ diff --git a/v2.10.4.tar.gz b/v2.10.4.tar.gz new file mode 100644 index 0000000..ca299cc Binary files /dev/null and b/v2.10.4.tar.gz differ