[perl-Apache-Session/f17] fix missing BR

Tom Callaway spot at fedoraproject.org
Thu Mar 22 16:35:05 UTC 2012


commit f4f53550f140c63b7883b2ec3e9ac9de23938ab0
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Mar 22 12:35:02 2012 -0400

    fix missing BR

 perl-Apache-Session.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Apache-Session.spec b/perl-Apache-Session.spec
index 53e2402..951a8a1 100644
--- a/perl-Apache-Session.spec
+++ b/perl-Apache-Session.spec
@@ -1,6 +1,6 @@
 Name:           perl-Apache-Session
 Version:        1.89
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Persistence framework for session data
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,6 +10,10 @@ Source0:        http://www.cpan.org/authors/id/C/CH/CHORNY/Apache-Session-%{vers
 Patch0:         Apache-Session-mp2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(File::Temp)
+BuildRequires:	perl(Digest::MD5)
+BuildRequires:	perl(IO::File)
 BuildRequires:  perl(DBI)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Deep) >= 0.082
@@ -57,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 22 2012 Tom Callaway <spot at fedoraproject.org> - 1.89-5
+- fix missing BR
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.89-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 



More information about the perl-devel mailing list