From 5b9455d6f1fd87c010f74fd7d3a880ce8016fd7a Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 15:27:22 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- python-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index 82abcfd..305d08c 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -3,7 +3,7 @@ Name: python-decorator Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -47,5 +47,8 @@ export PYTHONPATH=$RPM_BUILD_ROOT/%{python_sitelib} %{python_sitelib}/* %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.2.0-2 +- Rebuild for Python 2.6 + * Thu Dec 20 2007 Toshio Kuratomi - 2.2.0-1 - Initial Fedora Build