diff --git a/.cvsignore b/.cvsignore index 936b0bc..963f487 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bpython-0.8.0.tar.gz +bpython-0.9.4.tar.gz diff --git a/bpython.spec b/bpython.spec index 7c5aaf3..068c86a 100644 --- a/bpython.spec +++ b/bpython.spec @@ -2,12 +2,12 @@ Name: bpython Summary: Fancy curses interface to the Python interactive interpreter -Version: 0.8.0 -Release: 2%{?dist} -URL: http://www.noiseforfree.com/bpython/ +Version: 0.9.4 +Release: 1%{?dist} +URL: http://www.bpython-interpreter.org/ Group: Development/Libraries License: MIT -Source0: http://www.noiseforfree.com/%{name}/%{name}-%{version}.tar.gz +Source0: http://www.bpython-interpreter.org/releases/bpython-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel python-setuptools desktop-file-utils Requires: python-pygments pyparsing @@ -27,7 +27,7 @@ operating systems. It has the following features: o auto indentation %prep -%setup -q -n %{name} +%setup -q %{__sed} -i -e \ "s|/usr/share/docs/bpython/examples on Debian|%{_docdir}/%{name}-%{version}/sample-rc on Fedora/RHEL|g" doc/bpython.1 %{__sed} -i -e '1d' bpython/cli.py @@ -49,14 +49,18 @@ operating systems. It has the following features: %files %defattr(-, root, root, -) -%doc CHANGELOG LICENSE README sample-rc +%doc AUTHORS CHANGELOG doc LICENSE light.theme README sample-config sample.theme %{_bindir}/%{name} %{python_sitelib}/%{name}* %{_mandir}/man1/%{name}.1* -%{_mandir}/man5/bpythonrc.5* +%{_mandir}/man5/bpython-config.5* #{_datadir}/applications/%{name}.desktop %changelog +* Fri Jul 31 2009 Terje Rosten - 0.9.4-1 +- 0.9.4 +- Update urls + * Fri Jul 24 2009 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index c569c80..d5f6835 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0275118b28d2eb984c902f162732736 bpython-0.8.0.tar.gz +68750ec12ed22c9a5f91b34c10785fd1 bpython-0.9.4.tar.gz