From 8254590884ab52d384ab4cfbe96cbfac1683ca6f Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 04:53:43 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- libxml2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libxml2.spec b/libxml2.spec index 4f8bd54..4b54615 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.7.2 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?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 Nov 28 2008 Ignacio Vazquez-Abrams - 2.7.2-3 +- Rebuild for Python 2.6 + * Wed Nov 12 2008 Daniel Veillard - 2.7.2-2.fc11 - two patches for size overflows problems CVE-2008-4225 and CVE-2008-4226