Accepting request 647217 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Template-Toolkit?expand=0&rev=36
This commit is contained in:
Pedro Monreal Gonzalez 2018-11-08 10:00:03 +00:00 committed by Git OBS Bridge
parent 4374f6bdb1
commit 294cf7d818
4 changed files with 101 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,94 @@
-------------------------------------------------------------------
Thu Nov 8 06:58:36 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 2.28
see /usr/share/doc/packages/perl-Template-Toolkit/Changes
* Matthew Somerville stopped a list import from printing an ARRAY(...) string.
https://github.com/abw/Template2/issues/33
#-----------------------------------------------------------------------
# Unreleased
#------------------------------------------------------------------------
#-----------------------------------------------------------------------
# Version 2.28 - 11th October 2018
#------------------------------------------------------------------------
* Add and enable Travis CI to track GitHub Pull Requests
* Template is now using GitHub as the official Bug Tracker
* Nicolas R. fixed a circular reference in Template::Plugin::Filter
https://github.com/abw/Template2/issues/152
* Nicolas R. adjusted group regexes to not be greedy
https://github.com/abw/Template2/issues/94
* Nicolas R. added unit tests to cover regression from RT 91172
https://github.com/abw/Template2/issues/122
* Nicolas R. added support for template files having mtime=0
https://github.com/abw/Template2/issues/102
* Todd Rinaldo fixed rand calls with no args in Math plugin
https://github.com/abw/Template2/issues/155
* Todd Rinaldo corrected ttree 2.22 logic change
https://github.com/abw/Template2/issues/148
* Todd Rinaldo turned off automated testing for tests using optional modules
https://github.com/abw/Template2/issues/156
* Nicolas R. adjusted unit tests to not force Stash::XS
* Nicolas R. added a pre allocated buffer in Stash.xs to avoid malloc/free
https://github.com/abw/Template2/issues/82
* Nicolas R. optmized Template::Parser by avoiding a dummy sub
https://github.com/abw/Template2/issues/83
* Nicolas R. optimized Template:Directive by using index
https://github.com/abw/Template2/issues/84
* Nicolas R. adjust _dotop logic in Stash for perl 5.28 and earlier
https://github.com/abw/Template2/issues/81
* Todd Rinaldo documented VMethod method called 'item'
https://github.com/abw/Template2/issues/90
* Nicolas R. adjusted t/filter.t after recent switch to RFC3986
https://github.com/abw/Template2/issues/179
* Nicolas R. fixed warnings from t/cgi.t
https://github.com/abw/Template2/issues/178
* Ivan Krylov added STRICT option to ttree
https://github.com/abw/Template2/issues/81
* Kent Fredric fixed relative path handling in templates on Perl 5.26+
https://github.com/abw/Template2/issues/80
* Tom Delmas fixed some typo from documentation
https://github.com/abw/Template2/issues/76
* Matthew Somerville switched uri/url to use RFC3986
updated the documentation to match the history.
https://github.com/abw/Template2/issues/35
* Sebastien Deseille used remove_tree helper to remove directories
https://github.com/abw/Template2/issues/67
* Nick Hibma - Add Sortkeys to DUMPER_ARGS
https://github.com/abw/Template2/issues/64
* E. Choroba added a warn on duplicate block name
https://github.com/abw/Template2/issues/61
* Jason Lewis fixed some typo in ttree.pod
https://github.com/abw/Template2/issues/58
-------------------------------------------------------------------
Sun Apr 16 06:37:14 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Template-Toolkit
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Template-Toolkit
Version: 2.27
Version: 2.28
Release: 0
%define cpan_name Template-Toolkit
Summary: Template Processing System
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Template-Toolkit/
Source0: https://cpan.metacpan.org/authors/id/A/AB/ABW/%{cpan_name}-%{version}.tar.gz
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@ -43,7 +43,7 @@ Template Processing System
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
%check