[perl-Starlet] Upstream update.

corsepiu corsepiu at fedoraproject.org
Wed Aug 28 07:33:21 UTC 2013


commit 64165992796e30ac1e0bde0f4ec7fb1e7b2796ec
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Aug 28 09:33:08 2013 +0200

    Upstream update.

 .gitignore        |    2 +-
 perl-Starlet.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd3b120..a8e6237 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.19.tar.gz
+/Starlet-0.20.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 2ac462b..6dda32e 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:           perl-Starlet
-Version:        0.19
-Release:        3%{?dist}
+Version:        0.20
+Release:        1%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,13 +9,14 @@ Source0:        http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.ta
 BuildArch:      noarch
 
 BuildRequires:  /usr/bin/start_server
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Parallel::Prefork) >= 0.13
 BuildRequires:  perl(Plack) >= 0.992
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 0.15
 BuildRequires:  perl(LWP::UserAgent) >= 5.8
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -48,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 28 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.20-1
+- Upstream update.
+
 * Mon Aug 05 2013 Petr Pisar <ppisar at redhat.com> - 0.19-3
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 6e34cf9..57ce86c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da667763a41736d2e89a08a1b2e7ff7e  Starlet-0.19.tar.gz
+37feaa41ff4b40c0eb6f36352495b6db  Starlet-0.20.tar.gz


More information about the scm-commits mailing list