From 606046d8ea45c8f256f93f71369035fa6a273558 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sat, 9 Dec 2006 13:36:05 +0000 Subject: [PATCH] rebuild against python 2.5 for Rawhide --- python-zope-interface.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index b9a7cac..9ff7c85 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -2,7 +2,7 @@ Name: python-zope-interface Version: 3.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Zope interfaces package Group: Development/Libraries License: Zope Public License @@ -43,6 +43,9 @@ cd ./build/lib.* && PYTHONPATH=$(pwd) %{__python} ./zope/testing/tests.py %{python_sitearch}/zope/ %changelog +* Sat Dec 9 2006 Paul Howarth 3.0.1-7 +- rebuild against python 2.5 for Rawhide + * Tue Oct 31 2006 Paul Howarth 3.0.1-6 - add %%check section