Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Treeve Jelbert (d987d8b9c974a2539e985ad4c0382d2578cdb540)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Treeve Jelbert (d987d8b9c974a2539e985ad4c0382d2578cdb540)
  • Date: Thu, 8 Jun 2006 11:24:12 -0500

GIT changes to test grimoire by Treeve Jelbert <treeve AT scarlet.be>:

dev/null |binary
libs/libxml2/DETAILS | 6 +++---
libs/libxml2/HISTORY | 4 ++++
libs/libxml2/PRE_BUILD | 4 ----
libs/libxml2/libxml2-2.6.24.tar.gz.sig | 0
libs/libxml2/python-fix.patch | 22 ----------------------
6 files changed, 7 insertions(+), 29 deletions(-)

New commits:
commit d987d8b9c974a2539e985ad4c0382d2578cdb540
Merge: b3fd215... 6aec951...
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit b3fd215455b462994e55d513212b16a752c0a3bb
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

libxml2-2.6.26

diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS
index ef341df..213d039 100755
--- a/libs/libxml2/DETAILS
+++ b/libs/libxml2/DETAILS
@@ -1,14 +1,14 @@
SPELL=libxml2
- VERSION=2.6.24
+ VERSION=2.6.26
+
SOURCE_HASH=sha512:906822205698a9a454ca91ad7f3c2a69294b29fa02cf05e2acbc509bef2d4cb671c30349fbef086c0800183bfa1d677309b9098187a5a62f31df20f31e28b5c3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://xmlsoft.org/sources/$SOURCE
SOURCE_URL[1]=$GNOME_URL/sources/$SPELL/${VERSION%\.*}/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=BSD
WEB_SITE=http://xmlsoft.org
ENTERED=20010922
- UPDATED=20050403
KEYWORDS="parser gnome xml libs"
SHORT="XML version 2 parser for Gnome"
cat << EOF
diff --git a/libs/libxml2/HISTORY b/libs/libxml2/HISTORY
index 9274a93..b2b83b0 100644
--- a/libs/libxml2/HISTORY
+++ b/libs/libxml2/HISTORY
@@ -1,3 +1,7 @@
+2006-06-08 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: Upgrade to 2.6.26
+ * python-fix.patch, PRE_BUILD: deleted, patch no longer applies
+
2006-06-06 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD, python-fix.patch: brought back a simpler patch as it's
required to build with --with-python
diff --git a/libs/libxml2/PRE_BUILD b/libs/libxml2/PRE_BUILD
deleted file mode 100755
index ec619ed..0000000
--- a/libs/libxml2/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-
-patch -p0 < ${SCRIPT_DIRECTORY}/python-fix.patch
diff --git a/libs/libxml2/libxml2-2.6.24.tar.gz.sig
b/libs/libxml2/libxml2-2.6.24.tar.gz.sig
deleted file mode 100644
index 6f39d1e..0000000
Binary files a/libs/libxml2/libxml2-2.6.24.tar.gz.sig and /dev/null differ
diff --git a/libs/libxml2/python-fix.patch b/libs/libxml2/python-fix.patch
deleted file mode 100644
index f1ad82e..0000000
--- a/libs/libxml2/python-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.in~ 2006-04-28 18:21:20.000000000 +0200
-+++ configure.in 2006-05-06 10:31:30.000000000 +0200
-@@ -701,7 +701,7 @@
- fi
- if test "$with_python" != ""
- then
-- pythondir=$(PYTHON_SITE_PACKAGES)
-+ pythondir=$PYTHON_SITE_PACKAGES
- else
- pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
- fi
---- configure~ 2006-05-06 10:31:56.000000000 +0200
-+++ configure 2006-05-06 10:32:03.000000000 +0200
-@@ -26958,7 +26958,7 @@
- fi
- if test "$with_python" != ""
- then
-- pythondir=$(PYTHON_SITE_PACKAGES)
-+ pythondir=$PYTHON_SITE_PACKAGES
- else
- pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
- fi



  • [SM-Commit] GIT changes to test grimoire by Treeve Jelbert (d987d8b9c974a2539e985ad4c0382d2578cdb540), Treeve Jelbert, 06/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page