Upstream release of 2.9.0
- A few new API entry points - More resilient push parser mode - A lot of portability improvement - Faster XPath evaluation - a lot of bug fixes and smaller improvement Daniel
This commit is contained in:
parent
c5d2212693
commit
773a4efc1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ libxml2-2.7.7.tar.gz
|
|||||||
/libxml2-2.7.8.tar.gz
|
/libxml2-2.7.8.tar.gz
|
||||||
/libxml2-2.8.0.tar.gz
|
/libxml2-2.8.0.tar.gz
|
||||||
/libxml2-2.9.0-rc1.tar.gz
|
/libxml2-2.9.0-rc1.tar.gz
|
||||||
|
/libxml2-2.9.0.tar.gz
|
||||||
|
14
libxml2.spec
14
libxml2.spec
@ -1,10 +1,10 @@
|
|||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.9.0
|
Version: 2.9.0
|
||||||
Release: 0rc1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}-rc1.tar.gz
|
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: python python-devel zlib-devel pkgconfig xz-devel
|
BuildRequires: python python-devel zlib-devel pkgconfig xz-devel
|
||||||
URL: http://xmlsoft.org/
|
URL: http://xmlsoft.org/
|
||||||
@ -143,7 +143,15 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 10 2012 Daniel Veillard <veillard@redhat.com> - 2.8.0-0rc1
|
* Tue Sep 11 2012 Daniel Veillard <veillard@redhat.com> - 2.9.0-1
|
||||||
|
- upstream release of 2.9.0
|
||||||
|
- A few new API entry points
|
||||||
|
- More resilient push parser mode
|
||||||
|
- A lot of portability improvement
|
||||||
|
- Faster XPath evaluation
|
||||||
|
- a lot of bug fixes and smaller improvement
|
||||||
|
|
||||||
|
* Fri Aug 10 2012 Daniel Veillard <veillard@redhat.com> - 2.9.0-0rc1
|
||||||
- upstream release candidate 1 of 2.9.0
|
- upstream release candidate 1 of 2.9.0
|
||||||
- introduce a small API change, but ABI compatible, see
|
- introduce a small API change, but ABI compatible, see
|
||||||
https://mail.gnome.org/archives/xml/2012-August/msg00005.html
|
https://mail.gnome.org/archives/xml/2012-August/msg00005.html
|
||||||
|
Loading…
Reference in New Issue
Block a user