From 48e4ad3b59023d3deba28ccb07d8ab7289ea865e Mon Sep 17 00:00:00 2001 From: Shahms King Date: Mar 25 2005 16:14:06 +0000 Subject: New upstream version 0.6.12 --- diff --git a/.cvsignore b/.cvsignore index e316ba3..d041d82 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ipython-0.6.11.tar.gz +ipython-0.6.12.tar.gz diff --git a/ipython.spec b/ipython.spec index e1ad116..ff4e2c1 100644 --- a/ipython.spec +++ b/ipython.spec @@ -1,15 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: ipython -Version: 0.6.11 -Release: 2 +Version: 0.6.12 +Release: 1 Summary: An enhanced interactive Python shell Group: Development/Libraries License: BSD URL: http://ipython.scipy.org/ -Source0: http://ipython.scipy.org/dist/ipython-0.6.11.tar.gz +Source0: http://ipython.scipy.org/dist/ipython-0.6.12.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -82,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %{python_sitelib}/IPython/Extensions/*.pyo %changelog +* Fri Mar 25 2005 Shahms E. King 0.6.12-1 +- Update to 0.6.12 +- Removed unused python_sitearch define + * Tue Mar 01 2005 Shahms E. King 0.6.11-2 - Fix up %doc file specifications - Use offical .tar.gz, not upstream .src.rpm .tar.gz diff --git a/sources b/sources index 69f325f..a2fa2bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf4bdd4a89d71e497e76f0473cbe02f7 ipython-0.6.11.tar.gz +3a72e214fe2164f9f86103523e3d8276 ipython-0.6.12.tar.gz