Hello community,
here is the log from the commit of package python-pybind11 for openSUSE:Factory
checked in at 2020-03-27 00:20:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pybind11 (Old)
and /work/SRC/openSUSE:Factory/.python-pybind11.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybind11"
Fri Mar 27 00:20:21 2020 rev:7 rq:783977 version:2.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybind11/python-pybind11.changes
2020-02-19 12:39:42.835529140 +0100
+++
/work/SRC/openSUSE:Factory/.python-pybind11.new.3160/python-pybind11.changes
2020-03-27 00:20:23.472107690 +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.kt5xje/_old 2020-03-27 00:20:24.248108084 +0100
+++ /var/tmp/diff_new_pack.kt5xje/_new 2020-03-27 00:20:24.256108088 +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