changeset 02abfa8a4a5f in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=02abfa8a4a5f
description: current version is 0.15.0.1

diffstat:

 autogen.sh         |  7 +------
 src/common/defs.py |  2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 9939e4c2a4b8 -r 02abfa8a4a5f autogen.sh
--- a/autogen.sh        Sat Jun 16 22:58:46 2012 +0200
+++ b/autogen.sh        Sun Jun 17 22:11:17 2012 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-  gajimversion="0.15"
+  gajimversion="0.15.0.1"
   if [ -d ".hg" ]; then
     node=$(hg  tip --template "{node}")
     hgversion="-${node:0:12}"
@@ -10,11 +10,6 @@
 
   AM_ARGS="--add-missing --gnu --copy -Wno-portability"
   CONF_ARGS=""
-  if test x`uname -s 2>/dev/null` = 'xDarwin' -a -f 
/Library/Frameworks/GTK+.framework/Versions/Current/env; then
-    . /Library/Frameworks/GTK+.framework/Versions/Current/env
-    AM_ARGS="${AM_ARGS} --ignore-deps"
-    CONF_ARGS="${CONF_ARGS} --disable-idle --without-x"
-  fi
 
   echo "[encoding: UTF-8]" > po/POTFILES.in \
   && for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \
diff -r 9939e4c2a4b8 -r 02abfa8a4a5f src/common/defs.py
--- a/src/common/defs.py        Sat Jun 16 22:58:46 2012 +0200
+++ b/src/common/defs.py        Sun Jun 17 22:11:17 2012 +0200
@@ -27,7 +27,7 @@
 basedir   = '../'
 localedir = '../po'
 
-version = '0.15'
+version = '0.15.0.1'
 import subprocess
 try:
     node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to