diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec index 91baa33..439abb8 100644 --- a/python-Levenshtein.spec +++ b/python-Levenshtein.spec @@ -3,7 +3,7 @@ Name: python-Levenshtein Summary: Python extension computing string distances and similarities Version: 0.10.1 -Release: 10%{?dist} +Release: 11%{?dist} Group: Development/Libraries License: GPLv2+ @@ -16,7 +16,7 @@ URL: http://pypi.python.org/pypi/python-Levenshtein/ # http://web.archive.org/web/20060715051500/http://trific.ath.cx/Ftp/python/levenshtein/python-Levenshtein-0.10.1.tar.bz2 # SHA1: d630141e003f47a43e0f8eacdcbf593bf9d15ed6 # The sourceforge files are a mirror of these files. -Source: http://sourceforge.net/projects/translate/files/%{name}/%{version}/%{name}-%{version}.tar.bz2/download +Source: http://downloads.sourceforge.net/project/translate/%{name}/%{version}/%{name}-%{version}.tar.bz2 # The same applies to genextdoc.py see v 1.5: # http://web.archive.org/web/20060717041205/http://trific.ath.cx/Ftp/python/genextdoc.py @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/Levenshtein.so %changelog +* Fri Feb 19 2010 Dwayne Bailey - 0.10.1-11 +- Proper fix to source URL + * Thu Feb 18 2010 Dwayne Bailey - 0.10.1-10 - Use python2-devel in BuildRequires - Updated source URL