[django-simple-captcha] * update to 0.3.0

Matthias Runge mrunge at fedoraproject.org
Fri Jan 27 09:30:48 UTC 2012


commit 2dd36655526b9553ce09be176042b8d46b9e6a2b
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Jan 27 10:29:57 2012 +0100

    * update to 0.3.0

 .gitignore                 |    1 +
 django-simple-captcha.spec |   21 ++++++++++++---------
 sources                    |    2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b38f07d..2a04024 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /django-simple-captcha-0.2.0.tar.gz
+/django-simple-captcha-0.3.0.tar.gz
diff --git a/django-simple-captcha.spec b/django-simple-captcha.spec
index 6e93665..c65e1fa 100644
--- a/django-simple-captcha.spec
+++ b/django-simple-captcha.spec
@@ -8,16 +8,15 @@
 
 Summary:	Django application to add captcha images to any Django form
 Name:		django-simple-captcha
-Version:	0.2.0
-Release:	6%{?dist}
+Version:	0.3.0
+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/django-simple-captcha-0.2.0.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+Source:		http://django-simple-captcha.googlecode.com/files/django-simple-captcha-0.3.0.tar.gz
 BuildArch:	noarch
 
-BuildRequires:	python2-devel python-setuptools
+BuildRequires:	python2-devel python-setuptools gettext
 
 %description
 Django Simple Captcha is an extremely simple, yet highly customizable 
@@ -33,16 +32,20 @@ Django application to add captcha images to any Django form
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
 
+%find_lang django
+
 %clean
 rm  -rf %{buildroot}
 
-%files
-%defattr(-,root,root,-)
+%files -f django.lang
 %doc LICENSE MANIFEST.in PKG-INFO
-%{python_sitelib}/captcha
+%{python_sitelib}/captcha/
 %{python_sitelib}/django_simple_captcha-%{version}-py2*
-%{python_sitelib}/captcha/*
+
 %changelog
+* Fri Jan 27 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.3.0-1
+- new version
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7134923..8c20744 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-638fbc8e135ec7d9be26a5c5cec8b48d  django-simple-captcha-0.2.0.tar.gz
+8c18d7ea63388cc7e98092ea9e6ea64c  django-simple-captcha-0.3.0.tar.gz


More information about the scm-commits mailing list