[perl-Starman] Update to 0.4009

Emmanuel Seyman eseyman at fedoraproject.org
Sun Apr 6 00:54:57 UTC 2014


commit 798c55172f62aba54aa6136947ba38685488305a
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Apr 6 02:54:46 2014 +0200

    Update to 0.4009

 .gitignore        |    1 +
 perl-Starman.spec |    7 ++++++-
 sources           |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
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 <emmanuel at seyman.fr> - 0.4009-1
+- Update to 0.4009
+
 * Sun Sep 15 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 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



More information about the perl-devel mailing list