diff --git a/python-stomper.spec b/python-stomper.spec index 72f10cb..094d462 100644 --- a/python-stomper.spec +++ b/python-stomper.spec @@ -2,7 +2,7 @@ Name: python-stomper Version: 0.2.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A python client implementation of the STOMP protocol Group: Development/Languages @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Thu Jul 22 2010 David Malcolm - 0.2.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Thu Sep 03 2009 Luke Macken - 0.2.2-9 - Require python-uuid when using Python2.4 only - Run the test suite in %%check