Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (8b2a77a6da9c5d32a488f35122390669973268bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (8b2a77a6da9c5d32a488f35122390669973268bc)
  • Date: Sun, 25 Sep 2011 17:57:33 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

net/ipset/BUILD | 2 +-
python-pypi/lxml/DETAILS | 2 +-
python-pypi/lxml/HISTORY | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 3510374e11000b629f8d5a2ded093cb8de45ef38
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ipset: corrected build path

commit 282bfd22b1ed3bec3a567ece322933b4b6446cee
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lxml: => 2.3.1

diff --git a/net/ipset/BUILD b/net/ipset/BUILD
index 38c45a2..f5c9db3 100755
--- a/net/ipset/BUILD
+++ b/net/ipset/BUILD
@@ -1,5 +1,5 @@
if [[ ${VERSION/.*} == 4 ]]; then
- make
+ make PREFIX="$INSTALL_ROOT/usr"
else
./autogen.sh &&

diff --git a/python-pypi/lxml/DETAILS b/python-pypi/lxml/DETAILS
index d416c27..e8f08b5 100755
--- a/python-pypi/lxml/DETAILS
+++ b/python-pypi/lxml/DETAILS
@@ -1,5 +1,5 @@
SPELL=lxml
- VERSION=2.3
+ VERSION=2.3.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://pypi.python.org/packages/source/l/$SPELL/$SOURCE
diff --git a/python-pypi/lxml/HISTORY b/python-pypi/lxml/HISTORY
index d7b8ab9..da24a65 100644
--- a/python-pypi/lxml/HISTORY
+++ b/python-pypi/lxml/HISTORY
@@ -1,3 +1,6 @@
+2011-09-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.1
+
2011-02-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.3




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (8b2a77a6da9c5d32a488f35122390669973268bc), Vlad Glagolev, 09/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page