[perl-CGI-Application-Plugin-CAPTCHA] Add perl(CGI) to BuildRequires

Emmanuel Seyman eseyman at fedoraproject.org
Tue Dec 14 10:18:51 UTC 2010


commit e5cae8fedc9a112bc0723f93c50290cd2e0ac5c3
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Tue Dec 14 11:18:43 2010 +0100

    Add perl(CGI) to BuildRequires

 perl-CGI-Application-Plugin-CAPTCHA.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-CAPTCHA.spec b/perl-CGI-Application-Plugin-CAPTCHA.spec
index f044769..a73dff3 100644
--- a/perl-CGI-Application-Plugin-CAPTCHA.spec
+++ b/perl-CGI-Application-Plugin-CAPTCHA.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Application-Plugin-CAPTCHA
 Version:        0.01
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Easily create, use, and verify CAPTCHAs in CGI::Application-based web apps
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/CGI-Application-Plugin-CAPTCHA/
 Source0:        http://www.cpan.org/authors/id/C/CR/CROMEDOME/CGI-Application-Plugin-CAPTCHA-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Application)
 BuildRequires:  perl(Data::Random)
 BuildRequires:  perl(GD::SecurityImage)
@@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 14 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.01-3
+- Add perl(CGI) to BuildRequires (#660787).
+
 * Sat Sep 04 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.01-2
 - Add missing BuildRequires
 



More information about the perl-devel mailing list