From 006537ed169b341e744214bcd035f964ef786aa9ea05bba411856e02b9d9440b Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 12 Mar 2012 20:36:51 +0000 Subject: [PATCH] - update to 1.48: + Calling a subcomponent from inside an anonymous component (created via $interp->make_component) caused an uninitialized value warning. Reported by Javier Amor Garcia OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Mason?expand=0&rev=20 --- HTML-Mason-1.47.tar.bz2 | 3 --- HTML-Mason-1.48.tar.bz2 | 3 +++ perl-HTML-Mason.changes | 8 ++++++++ perl-HTML-Mason.spec | 22 ++++++++++------------ 4 files changed, 21 insertions(+), 15 deletions(-) delete mode 100644 HTML-Mason-1.47.tar.bz2 create mode 100644 HTML-Mason-1.48.tar.bz2 diff --git a/HTML-Mason-1.47.tar.bz2 b/HTML-Mason-1.47.tar.bz2 deleted file mode 100644 index cccc61e..0000000 --- a/HTML-Mason-1.47.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e8136bbeb29999424374b6fbd95331e154c88810839e97f4204662f44f0b131 -size 295143 diff --git a/HTML-Mason-1.48.tar.bz2 b/HTML-Mason-1.48.tar.bz2 new file mode 100644 index 0000000..fea4a49 --- /dev/null +++ b/HTML-Mason-1.48.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d852accad4f1e73f114ad29a7a0e541ddba0840c19945f1b37bab75338ccbe +size 295614 diff --git a/perl-HTML-Mason.changes b/perl-HTML-Mason.changes index cd0d7d4..76d8b86 100644 --- a/perl-HTML-Mason.changes +++ b/perl-HTML-Mason.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 12 20:32:57 UTC 2012 - lars@linux-schulserver.de + +- update to 1.48: + + Calling a subcomponent from inside an anonymous component (created + via $interp->make_component) caused an uninitialized value warning. + Reported by Javier Amor Garcia + ------------------------------------------------------------------- Tue Nov 1 16:59:06 UTC 2011 - lars@linux-schulserver.de diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec index 7a1f1ce..89cb9c7 100644 --- a/perl-HTML-Mason.spec +++ b/perl-HTML-Mason.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Mason # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-HTML-Mason %define cpan_name HTML-Mason Summary: Mason - High-performance, dynamic web site authoring system -Version: 1.47 -Release: 1 -License: GPLv2 +License: GPL-2.0 Group: Development/Libraries/Perl +Version: 1.48 +Release: 0 Url: http://search.cpan.org/dist/HTML-Mason/ Source: %{cpan_name}-%{version}.tar.bz2 Source1: mason.pl.1 @@ -32,25 +30,25 @@ Source2: convert0.8.pl.1 BuildArch: noarch %{perl_requires} BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros -BuildRequires: perl(Cache::Cache) >= 1 BuildRequires: perl(CGI) >= 2.46 +BuildRequires: perl(Cache::Cache) >= 1 BuildRequires: perl(Class::Container) >= 0.07 BuildRequires: perl(Exception::Class) >= 1.15 BuildRequires: perl(File::Spec) >= 0.8 BuildRequires: perl(HTML::Entities) +BuildRequires: perl(Log::Any::Test) +BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.7 BuildRequires: perl(Scalar::Util) >= 1.01 -BuildRequires: perl(Log::Any::Test) BuildRequires: perl(Test::Deep) %if 0%{?suse_version} >= 1020 -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(CHI) +BuildRequires: perl(Test::Memory::Cycle) +BuildRequires: perl(Test::Pod) %endif -Requires: perl(Cache::Cache) >= 1 Requires: perl(CGI) >= 2.46 +Requires: perl(Cache::Cache) >= 1 Requires: perl(Class::Container) >= 0.07 Requires: perl(Exception::Class) >= 1.15 Requires: perl(File::Spec) >= 0.8