[perl-Starlet] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Apr 14 11:30:56 UTC 2014


commit 0236844a56cded51e8a3007cc9942be1723d2a51
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Apr 14 13:30:41 2014 +0200

    Upstream update.

 .gitignore        |    2 +-
 perl-Starlet.spec |   14 ++++++++++++--
 sources           |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7656dd8..ee0f303 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.21.tar.gz
+/Starlet-0.22.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 3a9151e..d62f281 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:           perl-Starlet
-Version:        0.21
-Release:        2%{?dist}
+Version:        0.22
+Release:        1%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,13 +10,20 @@ BuildArch:      noarch
 
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(Net::EmptyPort)
 BuildRequires:  perl(Parallel::Prefork) >= 0.13
 BuildRequires:  perl(Plack) >= 0.992
+BuildRequires:  perl(Plack::Loader)
 BuildRequires:  perl(Plack::Test)
 BuildRequires:  perl(Server::Starter) >= 0.06
+BuildRequires:  perl(Socket)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 0.15
 BuildRequires:  perl(LWP::UserAgent) >= 5.8
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -48,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 14 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.22-1
+- Upstream update.
+
 * Wed Apr 09 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.21-2
 - Add BR: perl(Plack::Test) (RHBZ#1085230).
 - Minor spec file modernization.
diff --git a/sources b/sources
index d5413d0..3e133a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1be8005473090059132530a4ba866657  Starlet-0.21.tar.gz
+bb5c8408dd816e2cc9c57bda86a138d2  Starlet-0.22.tar.gz



More information about the perl-devel mailing list