Rebuild for Python 2.6

This commit is contained in:
Ignacio Vazquez-Abrams 2008-12-04 17:57:58 +00:00
parent 7a1ba7be31
commit 8cbe238da5

View File

@ -2,7 +2,7 @@
Name: ipython
Version: 0.9.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An enhanced interactive Python shell
Group: Development/Libraries
@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.9.1-2
- Rebuild for Python 2.6
* Tue Dec 02 2008 James Bowes <jbowes@redhat.com> 0.9.1-1
- Update to 0.9.1, specfile changes courtesy Greg Swift