Accepting request 998820 from devel:languages:perl:autoupdate

- updated to 3.101
   see /usr/share/doc/packages/perl-Template-Toolkit/Changes
  # Version 3.101
  #-----
  Improvements:
  * Added meta() method to Template::Document to return all META items
  Bug Fixes:
  * Fixed incorrect line numbers when using outline tags
  * Fixed incorrect Apache::Util(s) module in t/html.t
  #----

OBS-URL: https://build.opensuse.org/request/show/998820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Template-Toolkit?expand=0&rev=55
This commit is contained in:
Pedro Monreal Gonzalez 2022-08-23 21:25:48 +00:00 committed by Git OBS Bridge
parent 3a2cc63e64
commit e783b6cca3
4 changed files with 24 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Aug 17 03:09:33 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.101
see /usr/share/doc/packages/perl-Template-Toolkit/Changes
# Version 3.101
#------------------------------------------------------------------------
Improvements:
* Added meta() method to Template::Document to return all META items
Bug Fixes:
* Fixed incorrect line numbers when using outline tags
* Fixed incorrect Apache::Util(s) module in t/html.t
#-----------------------------------------------------------------------
-------------------------------------------------------------------
Wed May 11 16:32:06 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@ -18,12 +18,12 @@
%define cpan_name Template-Toolkit
Name: perl-Template-Toolkit
Version: 3.100
Version: 3.101
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comprehensive template processing system
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/A/AB/ABW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
@ -52,6 +52,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes HACKING README.md testrules.yml TODO
%doc Changes README.md testrules.yml TODO
%changelog