diff --git a/.gitignore b/.gitignore index 1d10d7c..c875bf5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ libxml2-2.7.7.tar.gz /libxml2-2.8.0.tar.gz /libxml2-2.9.0-rc1.tar.gz /libxml2-2.9.0.tar.gz +/libxml2-2.9.1.tar.gz diff --git a/libxml2.spec b/libxml2.spec index 52921ae..ca2808f 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.9.0 -Release: 4%{?dist}%{?extra_release} +Version: 2.9.1 +Release: 1%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -153,6 +153,12 @@ rm -fr %{buildroot} %doc doc/python.html %changelog +* Fri Apr 19 2013 Daniel Veillard - 2.9.1-1 +- upstream release of 2.9.1 +- a couple more API entry point +- compatibility with python3 +- a lot of bug fixes + * Mon Feb 11 2013 Daniel Veillard - 2.9.0-4 - fix --nocheck build which I broke in october rhbz#909767 diff --git a/sources b/sources index 07cc6d6..446b233 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b9bebf4f5d2200ae2c4efe8fa6103f7 libxml2-2.9.0.tar.gz +9c0cfef285d5c4a5c80d00904ddab380 libxml2-2.9.1.tar.gz