Upstream release of 2.7.0, Daniel
This commit is contained in:
parent
1a9ffb4d7f
commit
d90dcee31e
@ -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
|
||||
|
15
libxml2.spec
15
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 <veillard@redhat.com> 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 <veillard@redhat.com> 2.6.32-4.fc10
|
||||
- fix for entities recursion problem
|
||||
- Resolve: rhbz#459714
|
||||
|
Loading…
Reference in New Issue
Block a user