From 982e9ca3e2a90a97bec9cf2390b3d212b3f12cb0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 19:42:50 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- python-execnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-execnet.spec b/python-execnet.spec index 313bd60..797ad2a 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -10,7 +10,7 @@ Name: python-%{srcname} Version: 1.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Elastic Python Deployment Group: Development/Languages License: GPLv2+ and MIT @@ -135,6 +135,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Sun Sep 4 2011 Thomas Moschny - 1.0.9-1 - Update to 1.0.9. - Use BR on python-setuptools instead of python-setuptools-devel.