Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Thu, 4 May 2006 23:54:31 -0500

GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
gnome2-apps/abiword/abiword-2.4.4.tar.bz2.sig |binary
libs/libxslt/DETAILS | 3 +--
libs/libxslt/HISTORY | 5 +++++
libs/libxslt/PRE_BUILD | 4 ++++
libs/libxslt/libxslt-1.1.15.tar.gz.sig | 0
libs/libxslt/libxslt-1.1.16.tar.gz.sig |binary
libs/libxslt/python-fix.patch | 12 ++++++++++++
8 files changed, 22 insertions(+), 2 deletions(-)

New commits:
commit 5b6111645bdaf1cc1abf95374b4622f3ed35b886
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

abiword: missed added sig file

commit 47802fbea79d874ec5bb3f2d5238153909f85dde
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libxslt: updated to 1.1.16 and added patch to fix python module build.

diff --git a/gnome2-apps/abiword/abiword-2.4.4.tar.bz2.sig
b/gnome2-apps/abiword/abiword-2.4.4.tar.bz2.sig
new file mode 100644
index 0000000..052ae35
Binary files /dev/null and b/gnome2-apps/abiword/abiword-2.4.4.tar.bz2.sig
differ
diff --git a/libs/libxslt/DETAILS b/libs/libxslt/DETAILS
index dc50123..81c3f3c 100755
--- a/libs/libxslt/DETAILS
+++ b/libs/libxslt/DETAILS
@@ -1,12 +1,11 @@
SPELL=libxslt
- VERSION=1.1.15
+ VERSION=1.1.16
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"
LICENSE[0]=BSD
- BUILD_API=2
WEB_SITE=http://xmlsoft.org
ENTERED=20011010
UPDATED=20050403
diff --git a/libs/libxslt/HISTORY b/libs/libxslt/HISTORY
index 9917593..f9ae238 100644
--- a/libs/libxslt/HISTORY
+++ b/libs/libxslt/HISTORY
@@ -1,3 +1,8 @@
+2006-05-02 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.1.16
+ removed BUILD_API
+ * PRE_BUILD: added to apply patch to fix python modules
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/libs/libxslt/PRE_BUILD b/libs/libxslt/PRE_BUILD
new file mode 100755
index 0000000..0b82e9d
--- /dev/null
+++ b/libs/libxslt/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+patch -p1 < ${SCRIPT_DIRECTORY}/python-fix.patch
diff --git a/libs/libxslt/libxslt-1.1.15.tar.gz.sig
b/libs/libxslt/libxslt-1.1.15.tar.gz.sig
deleted file mode 100644
index 5edaa94..0000000
Binary files a/libs/libxslt/libxslt-1.1.15.tar.gz.sig and /dev/null differ
diff --git a/libs/libxslt/libxslt-1.1.16.tar.gz.sig
b/libs/libxslt/libxslt-1.1.16.tar.gz.sig
new file mode 100644
index 0000000..3be774d
Binary files /dev/null and b/libs/libxslt/libxslt-1.1.16.tar.gz.sig differ
diff --git a/libs/libxslt/python-fix.patch b/libs/libxslt/python-fix.patch
new file mode 100644
index 0000000..5928db4
--- /dev/null
+++ b/libs/libxslt/python-fix.patch
@@ -0,0 +1,12 @@
+diff -Nurd -x'*~' libxslt-1.1.16.orig/configure.in
libxslt-1.1.16/configure.in
+--- libxslt-1.1.16.orig/configure.in 2006-05-01 17:27:25.000000000 -0400
++++ libxslt-1.1.16/configure.in 2006-05-04 01:40:26.000000000 -0400
+@@ -223,7 +223,7 @@
+ fi
+ if test "$with_python" != ""
+ then
+- pythondir=$(PYTHON_SITE_PACKAGES)
++ pythondir=$PYTHON_SITE_PACKAGES
+ else
+ pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages'
+ fi




Archive powered by MHonArc 2.6.24.

Top of Page