diff --git a/python-rope.spec b/python-rope.spec index 0633203..352bf01 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-rope -Version: 0.9.2 -Release: 3%{?dist} +Version: 0.9.3 +Release: 1%{?dist} Summary: Python Code Refactoring Library Group: Development/Languages License: GPLv2+ URL: http://rope.sourceforge.net/ -Source0: http://downloads.sf.net/rope/rope-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/r/rope/rope-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -51,6 +51,9 @@ nosetests -e '^xxx_.*' %changelog +* Wed Sep 8 2010 Toshio Kuratomi 0.9.3-1 +- Update to upstream 0.9.3. + * Thu Jul 22 2010 David Malcolm - 0.9.2-3 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild