[python-enchant] Fix upstream url and source url

Radek Novacek rnovacek at fedoraproject.org
Wed Oct 31 13:16:09 UTC 2012


commit 42f56e318c8693ee71278d76321c8edd148939e0
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Wed Oct 31 14:16:02 2012 +0100

    Fix upstream url and source url

 python-enchant.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-enchant.spec b/python-enchant.spec
index e25fb50..b15803d 100644
--- a/python-enchant.spec
+++ b/python-enchant.spec
@@ -2,13 +2,13 @@
 
 Name:           python-enchant
 Version:        1.6.5
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Python bindings for Enchant spellchecking library
 
 Group:          Development/Languages
 License:        LGPLv2+
-URL:            http://pyenchant.sourceforge.net/
-Source0:        http://dl.sourceforge.net/sourceforge/pyenchant/pyenchant-%{version}.tar.gz
+URL:            http://packages.python.org/pyenchant/
+Source0:        http://pypi.python.org/packages/source/p/pyenchant/pyenchant-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 31 2012 Radek Novacek <rnovacek at redhat.com> 1.6.5-8
+- Fix upstream url and source url
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 1.6.5-7
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 


More information about the scm-commits mailing list