Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Whoosh for openSUSE:Factory checked in at 2023-05-04 17:09:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Whoosh (Old) and /work/SRC/openSUSE:Factory/.python-Whoosh.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Whoosh" Thu May 4 17:09:35 2023 rev:9 rq:1084256 version:2.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Whoosh/python-Whoosh.changes 2023-05-02 16:18:23.661585650 +0200 +++ /work/SRC/openSUSE:Factory/.python-Whoosh.new.1533/python-Whoosh.changes 2023-05-04 17:09:44.976075160 +0200 @@ -1,0 +2,5 @@ +Wed May 3 10:41:31 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- fix line endings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Whoosh.spec ++++++ --- /var/tmp/diff_new_pack.Gza69G/_old 2023-05-04 17:09:45.464078017 +0200 +++ /var/tmp/diff_new_pack.Gza69G/_new 2023-05-04 17:09:45.472078064 +0200 @@ -52,6 +52,7 @@ of how Whoosh works can be extended or replaced to meet specific needs. +%if 0%{?suse_version} > 1500 %package -n python-Whoosh-doc Summary: Documentation for %{name} Group: Documentation/Other @@ -64,10 +65,14 @@ needs. This package contains the documentation. +%endif %prep %autosetup -p1 -n Whoosh-%{version} +# Fix CRLF->LF +sed -i -e 's/\r$//' docs/source/api/filedb/{filestore,filetables,structfile}.rst + %build %python_build sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html