diff --git a/ipython.spec b/ipython.spec index 39f37aa..8fc97a1 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.8.2 +Version: 0.8.3 Release: 1%{?dist} Summary: An enhanced interactive Python shell @@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) # ipython installs its own documentation, but we need to own the directory -%{_datadir}/doc/%{name}-%{version}/ +%{_datadir}/doc/%{name} %{_mandir}/man*/* %{_bindir}/ipython %{_bindir}/irunner @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 30 2008 James Bowes 0.8.3-1 +- Update to 0.8.3 + * Wed Dec 12 2007 James Bowes - 0.8.2-1 - Update to 0.8.2 diff --git a/sources b/sources index 72d0618..bbe1de7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd5a1b6e518898a4aee8b8d8b428af70 ipython-0.8.2.tar.gz +fbf5b7b46f210535d1c41b3c161870c3 ipython-0.8.3.tar.gz