fix python serialization which was broken in 2.7.0 Resolve: rhbz#460774
Daniel
This commit is contained in:
parent
1c80b8714a
commit
f43d36cc3b
@ -19,3 +19,4 @@ libxml2-2.6.30.tar.gz
|
||||
libxml2-2.6.31.tar.gz
|
||||
libxml2-2.6.32.tar.gz
|
||||
libxml2-2.7.0.tar.gz
|
||||
libxml2-2.7.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Library providing XML and HTML support
|
||||
Name: libxml2
|
||||
Version: 2.7.0
|
||||
Version: 2.7.1
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
@ -141,6 +141,10 @@ rm -fr %{buildroot}
|
||||
%doc doc/python.html
|
||||
|
||||
%changelog
|
||||
* Mon Sep 1 2008 Daniel Veillard <veillard@redhat.com> 2.7.1-1.fc10
|
||||
- fix python serialization which was broken in 2.7.0
|
||||
- Resolve: rhbz#460774
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user