From 41d75688610128f23b29510056075095e04118f4 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: May 18 2012 17:56:43 +0000 Subject: Update to new upstream release --- diff --git a/.gitignore b/.gitignore index cdc7d8a..0fc6d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ rope-0.9.2.tar.gz /rope-0.9.3.tar.gz +/rope-0.9.4.tar.gz diff --git a/python-rope.spec b/python-rope.spec index e56580a..e4fe9f8 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,21 +1,22 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-rope -Version: 0.9.3 -Release: 2.20101213hg1585%{?dist} +Version: 0.9.4 +Release: 1 +#Release: 2.20101213hg1585%{?dist} Summary: Python Code Refactoring Library Group: Development/Languages License: GPLv2+ URL: http://rope.sourceforge.net/ -#Source0: http://pypi.python.org/packages/source/r/rope/rope-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/r/rope/rope-%{version}.tar.gz # Snapshot # hg clone http://bitbucket.org/agr/rope # cd rope # hg checkout -r 1585:060b569fedb5 # python setup.py sdist # mv dist/rope-0.9.3.tar.gz .. -Source0: rope-%{version}.tar.gz +#Source0: rope-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -58,6 +59,9 @@ nosetests -e '^xxx_.*' %changelog +* Fri May 18 2012 Toshio Kuratomi - 0.9.4-1 +- New upstream release + * Mon Dec 13 2010 Toshio Kuratomi 0.9.3-2.20101213hg1585 - Update to a snapshot to fix https://bugzilla.redhat.com/show_bug.cgi?id=649211 diff --git a/sources b/sources index ad73dfe..bb8d0ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42a33b309bc450517ae43c0b642c363a rope-0.9.3.tar.gz +6c654c6892f78008e04e2d65f9f859bb rope-0.9.4.tar.gz