- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
9e7780a86f
commit
006537ed16
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e8136bbeb29999424374b6fbd95331e154c88810839e97f4204662f44f0b131
|
||||
size 295143
|
||||
3
HTML-Mason-1.48.tar.bz2
Normal file
3
HTML-Mason-1.48.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7d852accad4f1e73f114ad29a7a0e541ddba0840c19945f1b37bab75338ccbe
|
||||
size 295614
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user