upstream release candidate 1 of 2.9.0

- introduce a small API change, but ABI compatible, see
  https://mail.gnome.org/archives/xml/2012-August/msg00005.html
  patches for php, gcc/libjava and evolution-data-connector are upstream
  Grab me in cases of problems veillard@redhat.com
- many bug fixes including security aspects and small improvements
This commit is contained in:
Daniel Veillard 2012-08-10 10:56:12 +08:00
parent 39322a40cb
commit c5d2212693
3 changed files with 16 additions and 8 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ libxml2-2.7.6.tar.gz
libxml2-2.7.7.tar.gz
/libxml2-2.7.8.tar.gz
/libxml2-2.8.0.tar.gz
/libxml2-2.9.0-rc1.tar.gz

View File

@ -1,10 +1,10 @@
Summary: Library providing XML and HTML support
Name: libxml2
Version: 2.8.0
Release: 2%{?dist}%{?extra_release}
Version: 2.9.0
Release: 0rc1%{?dist}%{?extra_release}
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}-rc1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: python python-devel zlib-devel pkgconfig xz-devel
URL: http://xmlsoft.org/
@ -143,6 +143,14 @@ rm -fr %{buildroot}
%doc doc/python.html
%changelog
* Fri Aug 10 2012 Daniel Veillard <veillard@redhat.com> - 2.8.0-0rc1
- upstream release candidate 1 of 2.9.0
- introduce a small API change, but ABI compatible, see
https://mail.gnome.org/archives/xml/2012-August/msg00005.html
patches for php, gcc/libjava and evolution-data-connector are upstream
Grab me in cases of problems veillard@redhat.com
- many bug fixes including security aspects and small improvements
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1,2 +1 @@
8127a65e8c3b08856093099b52599c86 libxml2-2.7.8.tar.gz
c62106f02ee00b6437f0fb9d370c1093 libxml2-2.8.0.tar.gz
2c1f38f20521e7f3620877b211c6b04c libxml2-2.9.0-rc1.tar.gz