# HG changeset patch # User Hans-G?nter Theisgen # Date 1584090452 -3600 # Node ID 4a6f38ef4e120399836f6509ab549e6f35d6729f # Parent 1394632bbfa794a38ad253bccad2a86c78dc801a updated libxml2-python and libxml2-tools (2.9.9 -> 2.9.10) diff -r 1394632bbfa7 -r 4a6f38ef4e12 libxml2-python/receipt --- a/libxml2-python/receipt Fri Mar 13 10:03:47 2020 +0100 +++ b/libxml2-python/receipt Fri Mar 13 10:07:32 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxml2-python" -VERSION="2.9.9" +VERSION="2.9.10" CATEGORY="development" SHORT_DESC="Libxml2 adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" @@ -17,5 +17,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/python* $fs/usr/lib + cp -a $install/usr/lib/python* $fs/usr/lib } diff -r 1394632bbfa7 -r 4a6f38ef4e12 libxml2-tools/receipt --- a/libxml2-tools/receipt Fri Mar 13 10:03:47 2020 +0100 +++ b/libxml2-tools/receipt Fri Mar 13 10:07:32 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxml2-tools" -VERSION="2.9.9" +VERSION="2.9.10" CATEGORY="system-tools" SHORT_DESC="The xmllint tester and xmlcatalog parser utility." MAINTAINER="pankso@slitaz.org"