From 5b4754b297c4abb8e26b77f1822a33f12d5765a3 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 17:46:54 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- PyYAML.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 26b86b0..b58d4c9 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -2,7 +2,7 @@ Name: PyYAML Version: 3.06 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 3.06-2 +- Rebuild for Python 2.6 + * Fri Oct 24 2008 John Eckersberg - 3.06-1 - New upstream release