commit d9308cd9f22fb4b31174d5a3ab5407a9dfc48270 Author: Steven Pritchard <steven.pritchard@xxxxxxxxx> Date: Fri Dec 17 09:57:44 2010 -0600 Update to 1.45. Drop build.patch (now in the upstream release). BR CGI, Log::Any, and Test::Deep. .gitignore | 1 + build.patch | 12 ------------ perl-HTML-Mason.spec | 16 +++++++++++----- sources | 2 +- 4 files changed, 13 insertions(+), 18 deletions(-) --- diff --git a/.gitignore b/.gitignore index fc49c6c..7777b82 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ HTML-Mason-1.42.tar.gz +/HTML-Mason-1.45.tar.gz diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec index 806c6c3..77ede91 100644 --- a/perl-HTML-Mason.spec +++ b/perl-HTML-Mason.spec @@ -1,6 +1,6 @@ Name: perl-HTML-Mason -Version: 1.42 -Release: 5%{?dist} +Version: 1.45 +Release: 1%{?dist} Epoch: 1 Summary: Powerful Perl-based web site development and delivery engine License: GPL+ or Artistic @@ -9,16 +9,18 @@ URL: http://www.masonhq.com/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/HTML-Mason-%{version}.tar.gz Source1: perl-HTML-Mason.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: build.patch BuildArch: noarch BuildRequires: perl(Cache::Cache) >= 1 +BuildRequires: perl(CGI) >= 2.46 BuildRequires: perl(Class::Container) >= 0.07 BuildRequires: perl(Exception::Class) >= 1.15 BuildRequires: perl(HTML::Entities) +BuildRequires: perl(Log::Any) >= 0.08 +BuildRequires: perl(mod_perl2) BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.7 -BuildRequires: perl(mod_perl2) BuildRequires: perl(Test::Builder) +BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(Test::Pod) >= 1.20 Requires: perl(Cache::Cache) >= 1 @@ -49,7 +51,6 @@ maintaining development and production sites, and more. %prep %setup -q -n HTML-Mason-%{version} -%patch0 -p1 sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires} chmod +x %{__perl_requires} @@ -99,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires} %{__perl_provides} %dir %{_localstatedir}/www/mason %changelog +* Sun Dec 12 2010 Steven Pritchard <steve@xxxxxxxxx> 1:1.45-1 +- Update to 1.45. +- Drop build.patch (now in the upstream release). +- BR CGI, Log::Any, and Test::Deep. + * Mon May 03 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 1:1.42-5 - switch off test for meantime, before update of this package diff --git a/sources b/sources index af52dd2..20d30dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5fe5555ebb4bd6929eb6438e0f709355 HTML-Mason-1.42.tar.gz +5ad416ae8425d81dde3daf5fab913a23 HTML-Mason-1.45.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel