Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lxml for openSUSE:Factory checked in at 2023-05-04 17:09:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lxml (Old) and /work/SRC/openSUSE:Factory/.python-lxml.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lxml" Thu May 4 17:09:04 2023 rev:100 rq:1084406 version:4.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes 2023-04-24 22:30:45.063345798 +0200 +++ /work/SRC/openSUSE:Factory/.python-lxml.new.1533/python-lxml.changes 2023-05-04 17:09:07.251854285 +0200 @@ -1,0 +2,5 @@ +Sun Apr 23 23:11:01 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Switch documentation to be within the main package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lxml.spec ++++++ --- /var/tmp/diff_new_pack.Iyvdaq/_old 2023-05-04 17:09:08.803863372 +0200 +++ /var/tmp/diff_new_pack.Iyvdaq/_new 2023-05-04 17:09:08.807863395 +0200 @@ -55,6 +55,7 @@ API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT and C14N. +%if 0%{?suse_version} > 1500 %package -n %{name}-doc Summary: Documentation for python-lxml, an XML processing library Group: Documentation/Other @@ -67,6 +68,7 @@ RelaxNG, XML Schema, XSLT and C14N. This package contains documentation for lxml (HTML and PDF). +%endif %package devel Summary: Development files for python-lxml @@ -125,14 +127,16 @@ %exclude %{python_sitearch}/lxml/*.h %exclude %{python_sitearch}/lxml/includes/*.h -%files %{python_files devel} -%license LICENSES.txt -%{python_sitearch}/lxml/*.h -%{python_sitearch}/lxml/includes/*.h - +%if 0%{?suse_version} > 1500 %files -n %{name}-doc %license LICENSES.txt +%endif %doc doc/html %doc lxmldoc-*.pdf +%files %{python_files devel} +%license LICENSES.txt +%{python_sitearch}/lxml/*.h +%{python_sitearch}/lxml/includes/*.h + %changelog