8
0

Accepting request 583237 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/583237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Template?expand=0&rev=17
This commit is contained in:
2018-03-24 15:13:52 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 5 07:05:50 UTC 2018 - coolo@suse.com
- updated to 1.51
see /usr/share/doc/packages/perl-Text-Template/Changes
1.51 2018-03-04
- Add test for nested tags breakage that happened in v1.46
- Turn off strict+warnings in sections where template code is eval'ed
[github #9]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 12 12:32:45 UTC 2018 - coolo@suse.com Mon Feb 12 12:32:45 UTC 2018 - coolo@suse.com

View File

@@ -17,11 +17,11 @@
Name: perl-Text-Template Name: perl-Text-Template
Version: 1.50 Version: 1.51
Release: 0 Release: 0
%define cpan_name Text-Template %define cpan_name Text-Template
Summary: Expand template text with embedded Perl Summary: Expand template text with embedded Perl
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Template/ Url: http://search.cpan.org/dist/Text-Template/
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
@@ -30,6 +30,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::Warnings)
%{perl_requires} %{perl_requires}
%description %description