[python-tgcaptcha2] Add Requires on tulrich-tuffy-fonts since it's used to render the captcha

Toshio くらとみ toshio at fedoraproject.org
Mon Jul 9 19:26:30 UTC 2012


commit 3b469360892c21010cb9f537eb3c3b1c3f33d605
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jul 9 12:26:06 2012 -0700

    Add Requires on tulrich-tuffy-fonts since it's used to render the
    captcha

 python-tgcaptcha2.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-tgcaptcha2.spec b/python-tgcaptcha2.spec
index 959f439..25458e9 100644
--- a/python-tgcaptcha2.spec
+++ b/python-tgcaptcha2.spec
@@ -1,6 +1,6 @@
 Name:           python-tgcaptcha2
 Version:        0.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        TurboGears captcha plugin
 
 Group:          Development/Languages
@@ -9,12 +9,13 @@ URL:            https://fedorahosted.org/tgcaptcha2/
 Source0:        https://fedorahosted.org/releases/t/g/tgcaptcha2/TGCaptcha2-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires:  python-devel TurboGears
+BuildRequires:  python2-devel TurboGears
 BuildRequires:  python-setuptools
 
 Requires:       TurboGears
 Requires:       espeak
 Requires:       python-fedora-turbogears
+Requires:       tulrich-tuffy-fonts
 
 %description
 TGCaptcha2 is a TurboGears widget that provides an easy way to 
@@ -53,6 +54,9 @@ sed -i -e "s|from setuptools|__requires__ = ['TurboJson >= 1.3']\nfrom setuptool
 %{python_sitelib}/tgcaptcha2/
 
 %changelog
+* Mon Jul  9 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2.0-3
+- Add a dependency on tulrich-tuffy-fonts which is used to render the captcha
+
 * Tue Mar 01 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.2.0-2
 - Clean spec
 


More information about the scm-commits mailing list