libxml2-python: update to 2.7.1
This commit is contained in:
parent
1067be62dd
commit
f48a6dd6c9
@ -1,2 +1,2 @@
|
||||
2621d322c16f0257e30f0ff2b13384de libxml2-2.6.32.tar.gz
|
||||
57c08b8a87eb678d5727e2ef6fb4b566 libxml2-python-config.patch
|
||||
abc093e9ac7ea1aabf37982ae9df6d6c libxml2-2.7.1.tar.gz
|
||||
a97b82bd548a2a82f6bd1adce5863c4f libxml2-python-config.patch
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Description: Python bindings for the XML library version 2
|
||||
# URL: http://xmlsoft.org/
|
||||
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||
# Depends on: python, libxml2
|
||||
# Depends on: python libxml2
|
||||
|
||||
name=libxml2-python
|
||||
version=2.6.32
|
||||
version=2.7.1
|
||||
release=1
|
||||
source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz \
|
||||
$name-config.patch)
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -Nru libxml2-2.6.31.orig/python/Makefile.in libxml2-2.6.31/python/Makefile.in
|
||||
--- libxml2-2.6.31.orig/python/Makefile.in 2008-01-11 12:19:19.000000000 +0100
|
||||
+++ libxml2-2.6.31/python/Makefile.in 2008-01-11 12:25:21.000000000 +0100
|
||||
@@ -330,7 +330,7 @@
|
||||
diff -Nru libxml2-2.7.0.orig/python/Makefile.in libxml2-2.7.0/python/Makefile.in
|
||||
--- libxml2-2.7.0.orig/python/Makefile.in 2008-08-31 11:55:30.000000000 +0200
|
||||
+++ libxml2-2.7.0/python/Makefile.in 2008-08-31 11:55:42.000000000 +0200
|
||||
@@ -335,7 +335,7 @@
|
||||
|
||||
libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version
|
||||
@WITH_PYTHON_TRUE@mylibs = \
|
||||
@ -9,4 +9,4 @@ diff -Nru libxml2-2.6.31.orig/python/Makefile.in libxml2-2.6.31/python/Makefile.
|
||||
+@WITH_PYTHON_TRUE@ $(libdir)/libxml2.la
|
||||
|
||||
@WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la
|
||||
@WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
|
||||
@WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c types.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user