diff --git a/libxml2.spec b/libxml2.spec index 03b8a84..7856c13 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.7.8 -Release: 6%{?dist}%{?extra_release} +Release: 7%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -145,6 +145,9 @@ rm -fr %{buildroot} %doc doc/python.html %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 2.7.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Mar 4 2011 Daniel Veillard - 2.7.8-6 - fix a double free in XPath CVE-2010-4494 bug 665965