Hello community, here is the log from the commit of package eric for openSUSE:Factory checked in at 2019-12-02 11:28:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eric (Old) and /work/SRC/openSUSE:Factory/.eric.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "eric" Mon Dec 2 11:28:09 2019 rev:13 rq:751688 version:19.11 Changes: -------- --- /work/SRC/openSUSE:Factory/eric/eric.changes 2019-11-14 23:49:25.500603572 +0100 +++ /work/SRC/openSUSE:Factory/.eric.new.4691/eric.changes 2019-12-02 11:29:58.138598229 +0100 @@ -1,0 +2,6 @@ +Thu Nov 28 10:35:36 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net> + +- Add python-Markdown recommendation (for *.md files preview) +- Fix a small glitch with sed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eric.spec ++++++ --- /var/tmp/diff_new_pack.sgjctl/_old 2019-12-02 11:30:07.710593799 +0100 +++ /var/tmp/diff_new_pack.sgjctl/_new 2019-12-02 11:30:07.714593798 +0100 @@ -1,7 +1,7 @@ # # spec file for package eric # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ Requires: python3-qtwebengine-qt5 Requires: python3-xml Recommends: %{name}-api = %{version} +Recommends: python3-Markdown Recommends: python3-cx_Freeze Recommends: python3-doc Recommends: python3-enchant >= 1.5.3 @@ -82,6 +83,9 @@ find . -name \*.py -exec sed -i -e '/^#!\/usr\/bin.*python/d' '{}' \; +# fix a small glitch and remove, when fixed upstream +sed -i 's/.__checkSpellLanguage(language)/.__checkSpellLanguage()/g' eric/eric6/QScintilla/Editor.py + %build # nothing here