Hello community,
here is the log from the commit of package python-djvulibre for
openSUSE:Factory checked in at 2019-09-18 13:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-djvulibre (Old)
and /work/SRC/openSUSE:Factory/.python-djvulibre.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-djvulibre"
Wed Sep 18 13:10:31 2019 rev:20 rq:731158 version:0.8.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-djvulibre/python-djvulibre.changes
2019-04-23 14:34:49.413420094 +0200
+++
/work/SRC/openSUSE:Factory/.python-djvulibre.new.7948/python-djvulibre.changes
2019-09-18 13:10:48.684697831 +0200
@@ -1,0 +2,5 @@
+Sun Sep 15 03:03:19 UTC 2019 - John Vandenberg <[email protected]>
+
+- Fix setup.py to use sys.executable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-djvulibre.spec ++++++
--- /var/tmp/diff_new_pack.haacyS/_old 2019-09-18 13:10:49.320697697 +0200
+++ /var/tmp/diff_new_pack.haacyS/_new 2019-09-18 13:10:49.320697697 +0200
@@ -61,6 +61,8 @@
%prep
%setup -q
chmod -x examples/*
+# https://github.com/jwilk/python-djvulibre/pull/11
+sed -i "s/'python'/sys.executable/" setup.py
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"