From f6acd4492dd10f40628229df1a06fb9297d3932f Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 17:35:12 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- wxPython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxPython.spec b/wxPython.spec index 8330ca3..f40dca2 100644 --- a/wxPython.spec +++ b/wxPython.spec @@ -5,7 +5,7 @@ Name: wxPython Version: 2.8.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GUI toolkit for the Python programming language @@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.8.9.1-2 +- Rebuild for Python 2.6 + * Tue Sep 30 2008 Dan Horak - 2.8.9.1-1 - update to 2.8.9.1 - fix libdir for additional wx libraries (#306761)