diff --git a/Template-Toolkit-2.26.tar.gz b/Template-Toolkit-2.26.tar.gz deleted file mode 100644 index e9f0c3d..0000000 --- a/Template-Toolkit-2.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7e1cf36026f1ef96d8233e18a3fb39e1eafe9109edc639ecf25b20651cd76be -size 503055 diff --git a/Template-Toolkit-2.27.tar.gz b/Template-Toolkit-2.27.tar.gz new file mode 100644 index 0000000..b05b209 --- /dev/null +++ b/Template-Toolkit-2.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1311a403264d0134c585af0309ff2a9d5074b8ece23ece5660d31ec96bf2c6dc +size 511172 diff --git a/perl-Template-Toolkit.changes b/perl-Template-Toolkit.changes index 81d8ead..e14c710 100644 --- a/perl-Template-Toolkit.changes +++ b/perl-Template-Toolkit.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Apr 16 06:37:14 UTC 2017 - coolo@suse.com + +- updated to 2.27 + see /usr/share/doc/packages/perl-Template-Toolkit/Changes + + # Version 2.27 - 13th December 2016 + #------------------------------------------------------------------------ + + * Ghost fixed the regex in the uri/url filters, removing double quotes + to make it RFC3986 compliant. + https://github.com/abw/Template2/issues/35 + + * Sean Zellmer added testrules.yml to always run compile*.t sequentially + https://github.com/abw/Template2/pull/45 + + * Simon Dawson added 'empty' vmethods for scalar, list and hash + https://github.com/abw/Template2/pull/46 + + * Dennis Clark added --envvars option to tpage + https://github.com/abw/Template2/pull/49 + + * Yanick Champoux made Template::Toolkit a module + https://github.com/abw/Template2/pull/51 + + * Various warnings silenced and typos fixed. + + + #----------------------------------------------------------------------- + ------------------------------------------------------------------- Sun May 10 08:25:32 UTC 2015 - coolo@suse.com diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec index 45dd80d..0bebca5 100644 --- a/perl-Template-Toolkit.spec +++ b/perl-Template-Toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Template-Toolkit # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,22 @@ Name: perl-Template-Toolkit -Version: 2.26 +Version: 2.27 Release: 0 %define cpan_name Template-Toolkit Summary: Template Processing System License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Template-Toolkit/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/A/AB/ABW/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(AppConfig) >= 1.56 +BuildRequires: perl(CGI) BuildRequires: perl(Test::LeakTrace) Requires: perl(AppConfig) >= 1.56 -Requires: perl(Test::LeakTrace) %{perl_requires} %description @@ -40,7 +40,7 @@ Template Processing System %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -56,6 +56,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes HACKING README TODO +%doc Changes HACKING README testrules.yml TODO %changelog