[perl-CGI-Application-Plugin-Authentication] Replace perl(Digest::SHA1) with perl(Digest::SHA) in BuildRequires

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 17 12:18:46 UTC 2013


commit 85fa36869d25e66c4e0675729f7da1ea0703003c
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 17 13:18:39 2013 +0100

    Replace perl(Digest::SHA1) with perl(Digest::SHA) in BuildRequires

 perl-CGI-Application-Plugin-Authentication.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-Authentication.spec b/perl-CGI-Application-Plugin-Authentication.spec
index bad5b82..22c661c 100644
--- a/perl-CGI-Application-Plugin-Authentication.spec
+++ b/perl-CGI-Application-Plugin-Authentication.spec
@@ -1,13 +1,13 @@
 Name:           perl-CGI-Application-Plugin-Authentication
 Version:        0.20
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Authentication framework for CGI::Application
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/
 Source0:        http://www.cpan.org/authors/id/S/SI/SILASMONK/CGI-Application-Plugin-Authentication-%{version}.tar.gz
+
 BuildArch:      noarch
-BuildRequires:  perl
 BuildRequires:  perl(Apache::Htpasswd)
 # BuildRequires:  perl(Authen::Simple)
 BuildRequires:  perl(CGI::Application)
@@ -18,7 +18,7 @@ BuildRequires:  perl(CGI::Cookie)
 BuildRequires:  perl(Color::Calc)
 BuildRequires:  perl(Crypt::PasswdMD5)
 BuildRequires:  perl(DBD::SQLite)
-BuildRequires:  perl(Digest::SHA1)
+BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Task::Weaken)
@@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 17 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.20-7
+- Replace perl(Digest::SHA1) with perl(Digest::SHA) in BuildRequires
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list