8
0

- 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 Sat Jan 21 11:48:21 UTC 2012 - pascal.bleser@opensuse.org

View File

@@ -16,41 +16,42 @@
# #
Name: perl-Template-Toolkit Name: perl-Template-Toolkit
Summary: Template Processing System Version: 2.24
License: Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.23
Release: 0 Release: 0
License: Artistic-1.0
Summary: Template Processing System
Url: http://cpan.org/dist/Template-Toolkit 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 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-AppConfig perl-DBI perl-Date-Calc perl-XML-DOM perl-XML-Parser
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros #
BuildRequires: perl(AppConfig) >= 1.56
BuildRequires: perl(DBI) BuildRequires: perl(DBI)
BuildRequires: perl(Date::Calc) BuildRequires: perl(Date::Calc)
BuildRequires: perl(File::Spec) >= 0.8
BuildRequires: perl(File::Temp) >= 0.12
BuildRequires: perl(Image::Size) BuildRequires: perl(Image::Size)
BuildRequires: perl(Pod::POM) BuildRequires: perl(Pod::POM)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.00
BuildRequires: perl(Text::Autoformat) BuildRequires: perl(Text::Autoformat)
BuildRequires: perl(XML::DOM) BuildRequires: perl(XML::DOM)
# BuildRequires: perl-macros
BuildRequires: perl(AppConfig) >= 1.56
BuildRequires: perl(File::Spec) >= 0.8
BuildRequires: perl(File::Temp) >= 0.12
BuildRequires: perl(Scalar::Util)
# #
Requires: perl(AppConfig) >= 1.56 Requires: perl(AppConfig) >= 1.56
Requires: perl(File::Spec) >= 0.8
Requires: perl(Scalar::Util)
# not defined but needed # not defined but needed
Requires: perl(Data::Dumper) Requires: perl(Data::Dumper)
Requires: perl(File::Spec) >= 0.8
Requires: perl(Pod::POM) Requires: perl(Pod::POM)
Requires: perl(Scalar::Util)
# should normally provide perl(Template::Toolkit) but it doesn't # should normally provide perl(Template::Toolkit) but it doesn't
Provides: perl(Template::Toolkit) = %{version} Provides: perl(Template::Toolkit) = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description %description
The Template Toolkit is a collection of modules which implement a The Template Toolkit is a collection of modules which implement a
@@ -63,7 +64,7 @@ LaTeX, and so on.
It can be used as a stand-alone Perl module or embedded within an It can be used as a stand-alone Perl module or embedded within an
Apache/mod_perl server for generating highly configurable dynamic web Apache/mod_perl server for generating highly configurable dynamic web
content. A number of Perl scripts are also provided which can greatly content. A number of Perl scripts are also provided which can greatly
simplify the process of creating and managing static web content and simplify the process of creating and managing static web content and
other offline document systems. other offline document systems.
%prep %prep
@@ -71,18 +72,18 @@ other offline document systems.
%build %build
perl Makefile.PL perl Makefile.PL
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean %clean
%{__rm} -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
# normally you only need to check for doc files # normally you only need to check for doc files