Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (2dd888923aa690d75909aa01781c13dded33f3bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (2dd888923aa690d75909aa01781c13dded33f3bf)
  • Date: Wed, 26 Mar 2014 04:15:02 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

xorg-lib/libxcb/HISTORY | 3 +++
xorg-lib/libxcb/PRE_BUILD | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 2dd888923aa690d75909aa01781c13dded33f3bf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxcb fix detection of python3.4

diff --git a/xorg-lib/libxcb/HISTORY b/xorg-lib/libxcb/HISTORY
index 3b4369d..fa00a9b 100644
--- a/xorg-lib/libxcb/HISTORY
+++ b/xorg-lib/libxcb/HISTORY
@@ -1,3 +1,6 @@
+2014-03-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix detection of python3.4
+
2013-12-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.10

diff --git a/xorg-lib/libxcb/PRE_BUILD b/xorg-lib/libxcb/PRE_BUILD
index f6b6b79..9ce2b52 100755
--- a/xorg-lib/libxcb/PRE_BUILD
+++ b/xorg-lib/libxcb/PRE_BUILD
@@ -3,6 +3,6 @@ cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3; then
2to3 -wn --no-diffs src/c_client.py &&

- # fix detection of python-3.3
- sed -i 's/python /python3.3/' configure
+ # fix detection of python-3.4
+ sed -i 's/python /python3.4/' configure
fi



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (2dd888923aa690d75909aa01781c13dded33f3bf), Treeve Jelbert, 03/26/2014

Archive powered by MHonArc 2.6.24.

Top of Page