rpms/python-Levenshtein/devel python-Levenshtein.spec,1.5,1.6

dwayne dwayne at fedoraproject.org
Thu Feb 18 16:43:43 UTC 2010


Author: dwayne

Update of /cvs/pkgs/rpms/python-Levenshtein/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32096

Modified Files:
	python-Levenshtein.spec 
Log Message:
* Thu Feb 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 0.10.1-10
- Use python2-devel in BuildRequires
- Updated source URL



Index: python-Levenshtein.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-Levenshtein/devel/python-Levenshtein.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-Levenshtein.spec	26 Jul 2009 20:04:26 -0000	1.5
+++ python-Levenshtein.spec	18 Feb 2010 16:43:43 -0000	1.6
@@ -3,7 +3,7 @@
 Name:         python-Levenshtein
 Summary:      Python extension computing string distances and similarities
 Version:      0.10.1
-Release:      9%{?dist}
+Release:      10%{?dist}
 
 Group:        Development/Libraries
 License:      GPLv2+
@@ -16,7 +16,7 @@ URL:          http://pypi.python.org/pyp
 # 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://downloads.sourceforge.net/translate/python-Levenshtein-%{version}.tar.bz2
+Source:       http://sourceforge.net/projects/translate/files/%{name}/%{version}/%{name}-%{version}.tar.bz2/download
 
 # The same applies to genextdoc.py see v 1.5:
 # http://web.archive.org/web/20060717041205/http://trific.ath.cx/Ftp/python/genextdoc.py
@@ -24,7 +24,7 @@ Source:       http://downloads.sourcefor
 Source1:      genextdoc.py
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: python-devel
+BuildRequires: python2-devel
 BuildRequires: python-setuptools-devel
 
 %description
@@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/Levenshtein.so
 
 %changelog
+* Thu Feb 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 0.10.1-10
+- Use python2-devel in BuildRequires
+- Updated source URL
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list