diff --git a/.gitignore b/.gitignore index 2598e7c..2c751d7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /Starman-0.4004.tar.gz /Starman-0.4006.tar.gz /Starman-0.4008.tar.gz +/Starman-0.4009.tar.gz diff --git a/perl-Starman.spec b/perl-Starman.spec index 40f22b3..0d38998 100644 --- a/perl-Starman.spec +++ b/perl-Starman.spec @@ -1,5 +1,5 @@ Name: perl-Starman -Version: 0.4008 +Version: 0.4009 Release: 1%{?dist} Summary: High-performance preforking PSGI/Plack web server License: GPL+ or Artistic @@ -13,11 +13,13 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTTP::Date) BuildRequires: perl(HTTP::Parser::XS) BuildRequires: perl(HTTP::Status) +BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Build::Tiny) BuildRequires: perl(Net::Server) BuildRequires: perl(Net::Server::SS::PreFork) BuildRequires: perl(parent) BuildRequires: perl(Plack) +BuildRequires: perl(Plack::Test) BuildRequires: perl(Server::Starter) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Requires) @@ -59,6 +61,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %{_mandir}/man3/* %changelog +* Sun Apr 06 2014 Emmanuel Seyman - 0.4009-1 +- Update to 0.4009 + * Sun Sep 15 2013 Emmanuel Seyman - 0.4008-1 - Update to 0.4008 diff --git a/sources b/sources index 17e9c7b..ec22104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0bdd61ffe89671655d017395c933ab4 Starman-0.4008.tar.gz +584a48a7b46185dc87733959c582c2b4 Starman-0.4009.tar.gz