![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 13a453c1f698f2e0be49cbecfd40d84af9c4febc Author: Juergen Daubert <jue@jue.li> Date: Thu Oct 26 08:21:05 2006 +0200 libxml2-python: update to 2.6.27 diff --git a/libxml2-python/.md5sum b/libxml2-python/.md5sum index 3eebedd..ae1e12d 100644 --- a/libxml2-python/.md5sum +++ b/libxml2-python/.md5sum @@ -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 diff --git a/libxml2-python/Pkgfile b/libxml2-python/Pkgfile index d1cd075..51d4aef 100644 --- a/libxml2-python/Pkgfile +++ b/libxml2-python/Pkgfile @@ -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 () { diff --git a/libxml2-python/libxml2-python-config.patch b/libxml2-python/libxml2-python-config.patch index 6cf8749..768e379 100644 --- a/libxml2-python/libxml2-python-config.patch +++ b/libxml2-python/libxml2-python-config.patch @@ -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