Hello community, here is the log from the commit of package asciidoc for openSUSE:Factory checked in at 2017-11-10 14:42:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asciidoc (Old) and /work/SRC/openSUSE:Factory/.asciidoc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asciidoc" Fri Nov 10 14:42:21 2017 rev:41 rq:539511 version:8.6.10 Changes: -------- --- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes 2017-10-10 11:37:33.669759493 +0200 +++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes 2017-11-10 14:42:22.308677318 +0100 @@ -1,0 +2,5 @@ +Tue Nov 7 09:54:03 UTC 2017 - [email protected] + +- Explicitly use python2 (fate#323526) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asciidoc.spec ++++++ --- /var/tmp/diff_new_pack.GCEGgE/_old 2017-11-10 14:42:23.128647678 +0100 +++ /var/tmp/diff_new_pack.GCEGgE/_new 2017-11-10 14:42:23.128647678 +0100 @@ -28,11 +28,11 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: docbook-xsl-stylesheets -BuildRequires: python >= 2.3 -BuildRequires: python-xml +BuildRequires: python2 >= 2.3 +BuildRequires: python2-xml Requires: docbook-xsl-stylesheets -Requires: python >= 2.3 -Requires: python-xml +Requires: python2 >= 2.3 +Requires: python2-xml Recommends: dblatex # a2x needs /usr/bin/xsltproc Recommends: libxslt @@ -55,6 +55,7 @@ %patch0 -p1 %build +sed -i "s|python|python2|g" Makefile.in autoreconf -fi %configure
