- update to 2.24

* Added text virtual methods: upper, lower, ucfirst, lcfirst, squote,
    dquote, trim, collapse, html and xml.
  * Fixed bug RT#67918 - Bug in Makefile.PL command line parsing when 2 =
    signs were in an arguement.
  * Fixed bug RT#74335 - Added documentation for some methods that were 
    lacking it to keep Pod::Coverage happy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Template-Toolkit?expand=0&rev=23
This commit is contained in:
Vítězslav Čížek 2012-02-13 14:25:55 +00:00 committed by Git OBS Bridge
parent e0332ff500
commit 87d4fa778a
4 changed files with 34 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc42fd74c559f498074ea426005dc035416457eff102fc36502ae2a39c67a1ed
size 496692

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38834aa8c249f7b7fb8b7238f086a08947ea7d472d78f1f5e2b9f3dbf49d01c8
size 499410

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 10 02:35:25 UTC 2012 - vcizek@suse.com
- update to 2.24
* Added text virtual methods: upper, lower, ucfirst, lcfirst, squote,
dquote, trim, collapse, html and xml.
* Fixed bug RT#67918 - Bug in Makefile.PL command line parsing when 2 =
signs were in an arguement.
* Fixed bug RT#74335 - Added documentation for some methods that were
lacking it to keep Pod::Coverage happy.
-------------------------------------------------------------------
Sat Jan 21 11:48:21 UTC 2012 - pascal.bleser@opensuse.org

View File

@ -16,41 +16,42 @@
#
Name: perl-Template-Toolkit
Summary: Template Processing System
License: Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.23
Version: 2.24
Release: 0
License: Artistic-1.0
Summary: Template Processing System
Url: http://cpan.org/dist/Template-Toolkit
Group: Development/Libraries/Perl
Source: http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
#BuildRequires: perl-AppConfig perl-DBI perl-Date-Calc perl-XML-DOM perl-XML-Parser
BuildRequires: perl
BuildRequires: perl-macros
#
BuildRequires: perl(AppConfig) >= 1.56
BuildRequires: perl(DBI)
BuildRequires: perl(Date::Calc)
BuildRequires: perl(File::Spec) >= 0.8
BuildRequires: perl(File::Temp) >= 0.12
BuildRequires: perl(Image::Size)
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
BuildRequires: perl(Text::Autoformat)
BuildRequires: perl(XML::DOM)
#
BuildRequires: perl(AppConfig) >= 1.56
BuildRequires: perl(File::Spec) >= 0.8
BuildRequires: perl(File::Temp) >= 0.12
BuildRequires: perl(Scalar::Util)
BuildRequires: perl-macros
#
Requires: perl(AppConfig) >= 1.56
Requires: perl(File::Spec) >= 0.8
Requires: perl(Scalar::Util)
# not defined but needed
Requires: perl(Data::Dumper)
Requires: perl(File::Spec) >= 0.8
Requires: perl(Pod::POM)
Requires: perl(Scalar::Util)
# should normally provide perl(Template::Toolkit) but it doesn't
Provides: perl(Template::Toolkit) = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
The Template Toolkit is a collection of modules which implement a
@ -71,10 +72,10 @@ other offline document systems.
%build
perl Makefile.PL
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -82,7 +83,7 @@ perl Makefile.PL
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files -f %{name}.files
# normally you only need to check for doc files