libxml2-python: update to 2.6.27

This commit is contained in:
Juergen Daubert 2006-10-26 08:21:05 +02:00
parent cb45b05689
commit 13a453c1f6
3 changed files with 9 additions and 12 deletions

View File

@ -1,2 +1,2 @@
ce342b4d7b6d83e10cfa4d3f82bf75fd libxml2-2.6.26.tar.bz2
db72f106b7f813b95b3e3ea310e7aeea libxml2-python-config.patch
f5806f5059ef7bd4d3fcf36cf116d1ef libxml2-2.6.27.tar.gz
b46c239bb79b1d29fea848019a21ba75 libxml2-python-config.patch

View File

@ -4,9 +4,9 @@
# Depends on: python, libxml2
name=libxml2-python
version=2.6.26
version=2.6.27
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-$version.tar.bz2 \
source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz \
$name-config.patch)
build () {

View File

@ -1,6 +1,6 @@
diff -Nru libxml2-2.6.24.orig/python/Makefile.in libxml2-2.6.24/python/Makefile.in
--- libxml2-2.6.24.orig/python/Makefile.in 2006-05-02 07:21:55.000000000 +0200
+++ libxml2-2.6.24/python/Makefile.in 2006-05-02 07:22:18.000000000 +0200
diff -Nru libxml2-2.6.27.orig/python/Makefile.in libxml2-2.6.27/python/Makefile.in
--- libxml2-2.6.27.orig/python/Makefile.in 2006-10-26 08:07:43.000000000 +0200
+++ libxml2-2.6.27/python/Makefile.in 2006-10-26 08:10:57.000000000 +0200
@@ -56,7 +56,7 @@
am__installdirs = "$(DESTDIR)$(pythondir)"
pythonLTLIBRARIES_INSTALL = $(INSTALL)
@ -10,12 +10,9 @@ diff -Nru libxml2-2.6.24.orig/python/Makefile.in libxml2-2.6.24/python/Makefile.
@WITH_PYTHON_TRUE@libxml2mod_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
am__libxml2mod_la_SOURCES_DIST = libxml.c types.c libxml2-py.c
@WITH_PYTHON_TRUE@am_libxml2mod_la_OBJECTS = libxml.lo types.lo \
@@ -321,9 +321,9 @@
libxml2-python-api.xml \
$(DOCS)
@@ -326,7 +326,7 @@
-libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version -L$(top_builddir)/.libs
+libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version
libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version
@WITH_PYTHON_TRUE@mylibs = \
-@WITH_PYTHON_TRUE@ $(top_builddir)/libxml2.la
+@WITH_PYTHON_TRUE@ $(libdir)/libxml2.la