8
0

Accepting request 610496 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/610496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Template?expand=0&rev=19
This commit is contained in:
2018-08-31 07:52:52 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 3 06:05:35 UTC 2018 - coolo@suse.com
- updated to 1.53
see /usr/share/doc/packages/perl-Text-Template/Changes
1.53 2018-05-02
- Add support for decoding template files via ENCODING constructor arg
[github #11]
- Docs cleanup: replace indirect-object style examples and use class method
style constructor calls in the POD docs
- Docs cleanup: remove hard tabs from POD, replace dated, unfair synopsis
[github #5], convert "THANKS" section to a POD list
-------------------------------------------------------------------
Tue Mar 20 06:59:39 UTC 2018 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Text-Template
Version: 1.52
Version: 1.53
Release: 0
%define cpan_name Text-Template
Summary: Expand template text with embedded Perl
@@ -30,6 +30,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More::UTF8)
BuildRequires: perl(Test::Warnings)
%{perl_requires}