diff options
author | Juergen Daubert <jue@jue.li> | 2006-10-26 08:21:05 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2006-10-26 08:21:05 +0200 |
commit | 13a453c1f698f2e0be49cbecfd40d84af9c4febc (patch) | |
tree | 508c565ea2ba3df6cd1f1ef4e83201ded9fef32a /libxml2-python | |
parent | cb45b05689bff0149ee3f075d09f0c1ea0ddf7e9 (diff) | |
download | opt-13a453c1f698f2e0be49cbecfd40d84af9c4febc.tar.gz opt-13a453c1f698f2e0be49cbecfd40d84af9c4febc.tar.xz |
libxml2-python: update to 2.6.27
Diffstat (limited to 'libxml2-python')
-rw-r--r-- | libxml2-python/.md5sum | 4 | ||||
-rw-r--r-- | libxml2-python/Pkgfile | 4 | ||||
-rw-r--r-- | libxml2-python/libxml2-python-config.patch | 13 |
3 files changed, 9 insertions, 12 deletions
diff --git a/libxml2-python/.md5sum b/libxml2-python/.md5sum index 3eebedd3c..ae1e12dfe 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 d1cd0755d..51d4aeffe 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 6cf8749c0..768e379ee 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 |