[perl-Plack] Upstream update.

corsepiu corsepiu at fedoraproject.org
Wed Sep 18 08:06:39 UTC 2013


commit 6290a394d57b35d231e67d86fa292909619cdbdf
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Sep 18 10:06:21 2013 +0200

    Upstream update.
    
    - Update BRs.
    - Modernize spec.

 .gitignore      |    2 +-
 perl-Plack.spec |   40 ++++++++++++++++++++++------------------
 sources         |    2 +-
 3 files changed, 24 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf39bac..34988aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Plack-1.0022.tar.gz
+/Plack-1.0029.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 1dee69c..67f4ba7 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,6 +1,6 @@
 Name:           perl-Plack
-Version:        1.0022
-Release:        3%{?dist}
+Version:        1.0029
+Release:        1%{?dist}
 Summary:        Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,35 +14,31 @@ BuildArch:      noarch
 # Default to not testing apache2.
 %bcond_with apache
 
+BuildRequires:  perl(Apache::LogFormat::Compiler) >= 0.12
 BuildRequires:  perl(Devel::StackTrace) >= 1.23
 BuildRequires:  perl(Devel::StackTrace::AsHTML) >= 0.11
 BuildRequires:  perl(Devel::StackTrace::WithLexicals) >= 0.8
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(File::ShareDir) >= 1.00
 BuildRequires:  perl(File::ShareDir::Install) >= 0.03
 BuildRequires:  perl(Filesys::Notify::Simple)
 BuildRequires:  perl(Hash::MultiValue) >= 0.05
 BuildRequires:  perl(HTTP::Body) >= 1.06
-BuildRequires:  perl(LWP) >= 5.814
-BuildRequires:  perl(LWP::Protocol::http10)
+BuildRequires:  perl(HTTP::Message) >= 5.814
+BuildRequires:  perl(HTTP::Tiny) >= 0.03
 BuildRequires:  perl(parent)
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Test::TCP) >= 0.11
+BuildRequires:  perl(Pod::Usage) >= 1.36
+BuildRequires:  perl(Stream::Buffered) >= 0.02
+BuildRequires:  perl(Test::TCP) >= 2.00
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(URI) >= 1.59
-%if "%{version}" > "1.0022"
-# Mandatory, but N/A in Fedora, yet.
-BuildRequires:  perl(Apache::LogFormat::Compiler) >= 0.12
-%endif
-BuildRequires:  perl(Stream::Buffered) >= 0.02
 
-# for improved tests
+# tests
 BuildRequires:  perl(Authen::Simple::Adapter)
 BuildRequires:  perl(Authen::Simple::Passwd)
 BuildRequires:  perl(CGI)
-BuildRequires:  perl(CGI::Compile)
-BuildRequires:  perl(CGI::Emulate::PSGI)
+BuildRequires:  perl(CGI::Compile) >= 0.03
+BuildRequires:  perl(CGI::Emulate::PSGI) >= 0.10
 BuildRequires:  perl(Class::Data::Inheritable)
 BuildRequires:  perl(FCGI)
 BuildRequires:  perl(FCGI::Client)
@@ -50,10 +46,14 @@ BuildRequires:  perl(FCGI::ProcManager)
 BuildRequires:  perl(HTTP::Request::AsCGI)
 BuildRequires:  perl(HTTP::Server::Simple::PSGI)
 BuildRequires:  perl(IO::Handle::Util)
-BuildRequires:  perl(Log::Dispatch::Array)
+BuildRequires:  perl(Log::Dispatch::Array) >= 1.001
 BuildRequires:  perl(Log::Log4perl)
+BuildRequires:  perl(LWP::UserAgent) >= 5.814
+BuildRequires:  perl(LWP::Protocol::http10)
 BuildRequires:  perl(MIME::Types)
 BuildRequires:  perl(Module::Refresh)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Requires)
 
 # For mod_perl.so
 BuildRequires:  mod_perl >= 2
@@ -100,7 +100,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test %{?_with_apache:TEST_APACHE2=1 TEST_FCGI_CLIENT=1}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{_bindir}/plackup
 %{_mandir}/man1/plackup.*
@@ -117,6 +116,11 @@ make test %{?_with_apache:TEST_APACHE2=1 TEST_FCGI_CLIENT=1}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 18 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.0029-1
+- Upstream update.
+- Update BRs.
+- Modernize spec.
+
 * Sun Aug 04 2013 Petr Pisar <ppisar at redhat.com> - 1.0022-3
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 220d093..0192321 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c090875dfbeee264fa953fd22a18fb93  Plack-1.0022.tar.gz
+cb1cde10822715423948b7411456f2c4  Plack-1.0029.tar.gz



More information about the perl-devel mailing list