From 539da7af0516e443d29bc251ed8a873a927f7a62 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Dec 07 2006 15:56:01 +0000 Subject: - rebuild against python 2.5 --- diff --git a/libxml2.spec b/libxml2.spec index eb2df22..f031120 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.6.27 -Release: 1 +Release: 2 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz @@ -46,7 +46,6 @@ URI library. Summary: Python bindings for the libxml2 library Group: Development/Libraries Requires: libxml2 = %{version} -Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) %description python The libxml2-python package contains a module that permits applications @@ -131,6 +130,9 @@ rm -fr %{buildroot} %doc doc/python.html %changelog +* Thu Dec 7 2006 Jeremy Katz - 2.6.27-2 +- rebuild against python 2.5 + * Wed Oct 25 2006 Daniel Veillard 2.6.27-1 - upstream release 2.6.27 see http://xmlsoft.org/news.html - very large amount of bug fixes reported upstream