From 85fa36869d25e66c4e0675729f7da1ea0703003c Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Feb 17 2013 12:18:39 +0000 Subject: Replace perl(Digest::SHA1) with perl(Digest::SHA) in BuildRequires --- 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 - 0.20-7 +- Replace perl(Digest::SHA1) with perl(Digest::SHA) in BuildRequires + * Thu Feb 14 2013 Fedora Release Engineering - 0.20-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild