Hello community,
here is the log from the commit of package python-pybind11 for
openSUSE:Leap:15.2 checked in at 2020-03-27 16:45:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pybind11 (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-pybind11.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybind11"
Fri Mar 27 16:45:13 2020 rev:5 rq:788715 version:2.4.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pybind11/python-pybind11.changes
2020-03-09 18:04:30.660792063 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-pybind11.new.3160/python-pybind11.changes
2020-03-27 16:47:46.771921176 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 16:57:22 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pybind11.spec ++++++
--- /var/tmp/diff_new_pack.g5BWOy/_old 2020-03-27 16:47:47.451921576 +0100
+++ /var/tmp/diff_new_pack.g5BWOy/_new 2020-03-27 16:47:47.475921590 +0100
@@ -70,8 +70,8 @@
%cmake_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# removing duplicated header files
-rm -rv %{buildroot}%{_includedir}/python2.*/pybind11/
-rm -rv %{buildroot}%{_includedir}/python3.*/pybind11
+rm -rfv %{buildroot}%{_includedir}/python2.*/pybind11/
+rm -rfv %{buildroot}%{_includedir}/python3.*/pybind11
%files %{python_files}
%doc README.md