diff --git a/.cvsignore b/.cvsignore index 62f5912..2e22d8b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ipython-0.7.2.tar.gz +ipython-0.8.1.tar.gz diff --git a/ipython.spec b/ipython.spec index 0598479..805c95d 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.7.2 -Release: 4%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -71,8 +71,15 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/IPython/UserConfig/* %{python_sitelib}/IPython/*.pyo %{python_sitelib}/IPython/Extensions/*.pyo +%dir %{python_sitelib}/IPython/external +%{python_sitelib}/IPython/external/*.py +%{python_sitelib}/IPython/external/*.pyc +%{python_sitelib}/IPython/external/*.pyo %changelog +* Sun Aug 05 2007 James Bowes - 0.8.1-1 +- Update to 0.8.1 + * Thu Dec 14 2006 Jason L Tibbitts III - 0.7.2-4 - Rebuild for new Python diff --git a/sources b/sources index 78cd725..379d61b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3565efcf87c7318c1a3930e278ac9fa5 ipython-0.7.2.tar.gz +3479262a4bab21246ff07a06bbbd7bcb ipython-0.8.1.tar.gz