From 1f9a3efacfa810c450aae101174a9dcee9649d5e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 09 2011 07:12:09 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- diff --git a/python-virtualenv.spec b/python-virtualenv.spec index f13718a..8b1018b 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -3,7 +3,7 @@ Name: python-virtualenv Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sat Oct 16 2010 Steve 'Ashcrow' Milner - 1.5.1-1 - Added _weakrefset requirement for Python 2.7.1. - Add support for PyPy.