[perl-Plack/el6] * First EPEL6 release (based on a F15 SRPM with a modified BR - perl(Devel::StackTrace))

Jose Pedro Oliveira jpo at fedoraproject.org
Fri Aug 19 17:33:00 UTC 2011


commit 0632e318d238ef7bfa66f12c9193e254bec82391
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Fri Aug 19 18:31:22 2011 +0100

     * First EPEL6 release (based on a F15 SRPM with a modified BR - perl(Devel::StackTrace))

 .gitignore      |    1 +
 perl-Plack.spec |   35 ++++++++---------------------------
 sources         |    2 +-
 3 files changed, 10 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e8a720..296e0c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Plack-0.9980.tar.gz
+/Plack-0.9974.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 485516d..981af79 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,6 +1,6 @@
 Name:           perl-Plack
-Version:        0.9980
-Release:        2%{?dist}
+Version:        0.9974
+Release:        2%{?dist}.1
 Summary:        Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,8 @@ URL:            http://search.cpan.org/dist/Plack/
 Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Plack-%{version}.tar.gz
 BuildArch:      noarch
 
-BuildRequires:  perl(Devel::StackTrace) >= 1.23
+#BuildRequires:  perl(Devel::StackTrace) >= 1.23
+BuildRequires:  perl(Devel::StackTrace)
 BuildRequires:  perl(Devel::StackTrace::AsHTML) >= 0.11
 # Optional, not yet in Fedora: BuildRequires:  perl(Devel::StackTrace::WithLexicals) >= 0.8
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -17,7 +18,6 @@ BuildRequires:  perl(Filesys::Notify::Simple)
 BuildRequires:  perl(Hash::MultiValue) >= 0.05
 BuildRequires:  perl(HTTP::Body) >= 1.06
 BuildRequires:  perl(LWP) >= 5.814
-# Optional, not yet in Fedora: BuildRequires:  perl(LWP::Protocol::http10)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires)
@@ -52,10 +52,6 @@ BuildRequires:  /usr/sbin/httpd
 # For t/Plack-Middleware/cgibin_exec.t
 BuildRequires:  /usr/bin/python
 
-# For lighttpd tests
-BuildRequires:  /usr/sbin/lighttpd
-BuildRequires:  lighttpd-fastcgi
-
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -85,7 +81,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test TEST_APACHE2=1 TEST_FCGI_CLIENT=1
+make test TEST_APACHE2=1
 
 %files
 %defattr(-,root,root,-)
@@ -105,24 +101,9 @@ make test TEST_APACHE2=1 TEST_FCGI_CLIENT=1
 %{_mandir}/man3/*
 
 %changelog
-* Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.9980-2
-- Perl mass rebuild
-
-* Wed Jun 08 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9980-1
-- Upstream update.
-
-* Thu May 19 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9979-1
-- Upstream update.
-- Activate lighttpd and lighttpd-fcgi tests.
-
-* Wed May 11 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9978-1
-- Upstream update.
-
-* Mon May 02 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9977-1
-- Upstream update.
-
-* Sun Apr 17 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9976-1
-- Upstream update.
+* Fri Aug 19 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.9974-2.1
+- EPEL6: perl(Devel:StackTrace) BR: remove the version requirement
+  (RHEL 6.1 ships with perl-Devel-StackTrace 1.22)
 
 * Mon Mar 14 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9974-2
 - Reflect HTTP-Server-Simple-PSGI having entered Fedora
diff --git a/sources b/sources
index 3f88360..f97e197 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63078abb9e4ca860179de4c808a2a93f  Plack-0.9980.tar.gz
+df7d781d7f33f9255494dac57a431290  Plack-0.9974.tar.gz



More information about the perl-devel mailing list