[Spice-commits] 2 commits - autogen.sh spice-common
Christophe Fergau
teuf at kemper.freedesktop.org
Thu Apr 23 01:42:23 PDT 2015
autogen.sh | 2 +-
spice-common | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 05502a94403e654c0088bf78b00e2725ef9ee09b
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Apr 23 10:38:24 2015 +0200
build-sys: Pass --enable-python-checks when running autogen.sh
This will tell spice-common configure.ac to test for the availability of
python-six when building from git.
diff --git a/autogen.sh b/autogen.sh
index b8f4f4a..e9080fe 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,5 +15,5 @@ autoreconf --verbose --force --install
cd "$olddir"
if [ -z "$NOCONFIGURE" ]; then
- "$srcdir"/configure --enable-maintainer-mode ${1+"$@"}
+ "$srcdir"/configure --enable-maintainer-mode --enable-python-checks ${1+"$@"}
fi
commit d8b5f1861a8dca0d0ed0ebe42007de3a2baae63c
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Apr 23 10:37:46 2015 +0200
Update spice-common submodule
This fixes a few issues with older python-six versions:
Christophe Fergeau (2):
configure.ac: Check for needed python modules for git builds
codegen: Use six.PY3 rather than six.PY2
diff --git a/spice-common b/spice-common
index c6e6dac..b216f66 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit c6e6dacb30b8130a069d522054718d757eefa0db
+Subproject commit b216f66f108b14b67b8cb2f9a3d2caee0ec8e0fd
More information about the Spice-commits
mailing list