From f43d36cc3be93f3dc7f565ac356c38eef5c40d6b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 1 Sep 2008 15:14:58 +0000 Subject: [PATCH] fix python serialization which was broken in 2.7.0 Resolve: rhbz#460774 Daniel --- .cvsignore | 1 + libxml2.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7aa44f4..e25128f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/libxml2.spec b/libxml2.spec index 077c0d7..4e0f83e 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -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 2.7.1-1.fc10 +- fix python serialization which was broken in 2.7.0 +- Resolve: rhbz#460774 + * Sat Aug 30 2008 Daniel Veillard 2.7.0-1.fc10 - upstream release of 2.7.0 - switch to XML 1.0 5th edition diff --git a/sources b/sources index 1497d58..2d23357 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5a8150c92e3dd25c45e9de29591b83d libxml2-2.7.0.tar.gz +abc093e9ac7ea1aabf37982ae9df6d6c libxml2-2.7.1.tar.gz