diff --git a/.cvsignore b/.cvsignore index 8be7c0a..76174a9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ipython-0.7.1.tar.gz +ipython-0.7.1.fix1.tar.gz diff --git a/ipython.spec b/ipython.spec index 5035ca7..f991936 100644 --- a/ipython.spec +++ b/ipython.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: ipython -Version: 0.7.1 +Version: 0.7.1.fix1 Release: 1%{?dist} Summary: An enhanced interactive Python shell @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %{python_sitelib}/IPython/Extensions/*.pyo %changelog +* Mon Jan 30 2006 Shahms E. King 0.7.1.fix1-1 +- New upstream 0.7.1.fix1 which fixes KeyboardInterrupt handling + * Tue Jan 24 2006 Shahms E. King 0.7.1-1 - Update to new upstream 0.7.1 diff --git a/sources b/sources index 5bb3824..496a083 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee810623a4027bfadaf8c41d4f2ec927 ipython-0.7.1.tar.gz +ac762aa9480822fff49e08475456fb12 ipython-0.7.1.fix1.tar.gz