[python-django-simple-captcha] update to version 0.3.3

Matthias Runge mrunge at fedoraproject.org
Mon Apr 23 18:17:44 UTC 2012


commit eae05af33036ced587a0f15adb452309f90e8a49
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Mon Apr 23 20:17:25 2012 +0200

    update to version 0.3.3

 python-django-simple-captcha.spec |   23 ++++++++++++-----------
 sources                           |    2 +-
 2 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/python-django-simple-captcha.spec b/python-django-simple-captcha.spec
index 1b1dc3b..177230d 100644
--- a/python-django-simple-captcha.spec
+++ b/python-django-simple-captcha.spec
@@ -3,12 +3,13 @@
 
 Summary:	Django application to add captcha images to any Django form
 Name:		python-django-simple-captcha
-Version:	0.3.0
-Release:	3%{?dist}
+Version:	0.3.3
+Release:	1%{?dist}
 License:	MIT
 Group:		Development/Libraries
-URL:		http://code.google.com/p/django-simple-captcha/	
-Source:		http://django-simple-captcha.googlecode.com/files/%{pkgname}-%{version}.tar.gz
+URL:		https://github.com/mbi/django-simple-captcha
+Source:		http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
+#md5=28acf0980e49103ee4a1301382c33418
 BuildArch:	noarch
 
 BuildRequires:	python2-devel 
@@ -16,6 +17,8 @@ BuildRequires:	python-setuptools
 BuildRequires:	gettext
 
 Requires:		python-django
+Requires:		python-imaging
+Requires:		flite
 
 Provides:		%{pkgname} = %{version}-%{release}
 Obsoletes:		%{pkgname} < %{obs_ver}
@@ -37,20 +40,18 @@ rm -rf django_simple_captcha.egg-info
 %install
 %{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
 
-# copy language files
-# reported isssue upstream
-# http://code.google.com/p/django-simple-captcha/issues/detail?id=60
-mkdir -p %{buildroot}/%{python_sitelib}/captcha/locale/fr/LC_MESSAGES
-cp -p captcha/locale/fr/LC_MESSAGES/django.?o %{buildroot}/%{python_sitelib}/captcha/locale/fr/LC_MESSAGES
 
-%find_lang django
 
-%files -f django.lang
+%files 
 %doc LICENSE MANIFEST.in PKG-INFO
 %{python_sitelib}/captcha/
 %{python_sitelib}/django_simple_captcha-%{version}-py2*
 
 %changelog
+* Mon Apr 23 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.3.3-1
+- update to 0.3.3
+- fixed missing requirements
+
 * Fri Mar 23 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.3.0-3
 - minor spec cleanup
 
diff --git a/sources b/sources
index 8c20744..a720ce9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c18d7ea63388cc7e98092ea9e6ea64c  django-simple-captcha-0.3.0.tar.gz
+28acf0980e49103ee4a1301382c33418  django-simple-captcha-0.3.3.tar.gz


More information about the scm-commits mailing list