diff options
author | Juergen Daubert <juergen.daubert@t-online.de> | 2006-05-02 05:38:27 +0000 |
---|---|---|
committer | Juergen Daubert <juergen.daubert@t-online.de> | 2006-05-02 05:38:27 +0000 |
commit | 11604e19d6f5d0e7734230ddce87ff0194f81734 (patch) | |
tree | 060007df3fc3f8e478af581f38c74b7097348854 /libxml2-python | |
parent | 4ea559f90709794b48e2f4a0c04aff99df893934 (diff) | |
download | opt-11604e19d6f5d0e7734230ddce87ff0194f81734.tar.gz opt-11604e19d6f5d0e7734230ddce87ff0194f81734.tar.xz |
libxml2-python: update to 2.6.24
Diffstat (limited to 'libxml2-python')
-rw-r--r-- | libxml2-python/.md5sum | 4 | ||||
-rw-r--r-- | libxml2-python/Pkgfile | 2 | ||||
-rw-r--r-- | libxml2-python/libxml2-python-config.patch | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/libxml2-python/.md5sum b/libxml2-python/.md5sum index ad5b85b22..5403d8abe 100644 --- a/libxml2-python/.md5sum +++ b/libxml2-python/.md5sum @@ -1,2 +1,2 @@ -e98018a6b562f1fa454e705dde2269de libxml2-2.6.23.tar.bz2 -70f47b812007d9e49d4e2e8096a7e9d6 libxml2-python-config.patch +258866cdd9204b3ffb75992e00809ebf libxml2-2.6.24.tar.bz2 +db72f106b7f813b95b3e3ea310e7aeea libxml2-python-config.patch diff --git a/libxml2-python/Pkgfile b/libxml2-python/Pkgfile index 7ac4ee812..3c70e0e50 100644 --- a/libxml2-python/Pkgfile +++ b/libxml2-python/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python, libxml2 name=libxml2-python -version=2.6.23 +version=2.6.24 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-$version.tar.bz2 \ $name-config.patch) diff --git a/libxml2-python/libxml2-python-config.patch b/libxml2-python/libxml2-python-config.patch index 5a1afd031..6cf8749c0 100644 --- a/libxml2-python/libxml2-python-config.patch +++ b/libxml2-python/libxml2-python-config.patch @@ -1,7 +1,7 @@ -diff -Nru libxml2-2.6.23.orig/python/Makefile.in libxml2-2.6.23/python/Makefile.in ---- libxml2-2.6.23.orig/python/Makefile.in 2006-03-27 18:23:36.000000000 +0200 -+++ libxml2-2.6.23/python/Makefile.in 2006-03-27 18:24:40.000000000 +0200 -@@ -58,7 +58,7 @@ +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 +@@ -56,7 +56,7 @@ am__installdirs = "$(DESTDIR)$(pythondir)" pythonLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(python_LTLIBRARIES) @@ -10,7 +10,7 @@ diff -Nru libxml2-2.6.23.orig/python/Makefile.in libxml2-2.6.23/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 \ -@@ -323,9 +323,9 @@ +@@ -321,9 +321,9 @@ libxml2-python-api.xml \ $(DOCS) |