diff --git a/.cvsignore b/.cvsignore index e025b6d..7aa44f4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -18,3 +18,4 @@ libxml2-2.6.29.tar.gz libxml2-2.6.30.tar.gz libxml2-2.6.31.tar.gz libxml2-2.6.32.tar.gz +libxml2-2.7.0.tar.gz diff --git a/libxml2.spec b/libxml2.spec index c1bd018..e16fc99 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.6.32 -Release: 4%{?dist}%{?extra_release} +Version: 2.7.0 +Release: 1%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz @@ -9,7 +9,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: python python-devel zlib-devel URL: http://xmlsoft.org/ Patch0: libxml2-multilib.patch -Patch1: libxml2-2.6.32.entities.patch %description This library allows to manipulate XML files. It includes support @@ -143,6 +142,16 @@ rm -fr %{buildroot} %doc doc/python.html %changelog +* Sat Aug 30 2008 Daniel Veillard 2.7.0-1.fc10 +- upstream release of 2.7.0 +- switch to XML 1.0 5th edition +- switch to RFC 3986 for URI parsing +- better entity handling +- option to remove hardcoded limitations in the parser +- more testing +- a new API to allocate entity nodes +- and lot of fixes and clanups + * Mon Aug 25 2008 Daniel Veillard 2.6.32-4.fc10 - fix for entities recursion problem - Resolve: rhbz#459714 diff --git a/sources b/sources index ba9b436..1497d58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2621d322c16f0257e30f0ff2b13384de libxml2-2.6.32.tar.gz +c5a8150c92e3dd25c45e9de29591b83d libxml2-2.7.0.tar.gz