From e7add50a34e6ca026072f92fb748eee5fbb0caec Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 23:05:14 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- python-py.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-py.spec b/python-py.spec index 9a532a5..453c101 100644 --- a/python-py.spec +++ b/python-py.spec @@ -2,7 +2,7 @@ Name: python-py Version: 0.9.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Innovative python library containing py.test, greenlets and other niceties Group: Development/Languages License: MIT and LGPLv2+ and Public Domain and BSD and Python @@ -135,6 +135,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.9.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Jan 14 2009 Thomas Moschny - 0.9.2-6 - Use system doctest module again, as this wasn't the real cause of the test failure. Instead, remove the failing test for now.