From 7a1ba7be31e80a38faae3c48f2ef7a1e7de5009e Mon Sep 17 00:00:00 2001 From: jbowes Date: Dec 02 2008 13:32:55 +0000 Subject: ipython 0.8.1 --- diff --git a/.cvsignore b/.cvsignore index aecb55e..6fd465c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ipython-0.8.4.tar.gz +ipython-0.9.1.tar.gz diff --git a/ipython.spec b/ipython.spec index ffdc4ed..4bea863 100644 --- a/ipython.spec +++ b/ipython.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: ipython -Version: 0.8.4 -Release: 2%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -60,10 +60,19 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ipython %{_bindir}/irunner %{_bindir}/pycolor +%{_bindir}/ipython-wx +%{_bindir}/ipythonx +%{_bindir}/ipcluster +%{_bindir}/ipcontroller +%{_bindir}/ipengine +%{_bindir}/iptest %{python_sitelib}/* %changelog +* Tue Dec 02 2008 James Bowes 0.9.1-1 +- Update to 0.9.1, specfile changes courtesy Greg Swift + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.8.4-2 - Rebuild for Python 2.6 diff --git a/sources b/sources index 357aa56..ae224c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b8b439d295defa694b9fbf799203680 ipython-0.8.4.tar.gz +8a1bd1a9be272f4ddf4de99e5c1ad0dc ipython-0.9.1.tar.gz