Accepting request 699523 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/699523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Template-Toolkit?expand=0&rev=38
This commit is contained in:
Pedro Monreal Gonzalez 2019-04-30 08:42:39 +00:00 committed by Git OBS Bridge
parent 294cf7d818
commit 6f99cfdf5d
4 changed files with 20 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 30 05:34:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.29
see /usr/share/doc/packages/perl-Template-Toolkit/Changes
# Version 2.29 - 29th April 2019
#------------------------------------------------------------------------
* G. Flohr fixed multiple weaken cyclic reference
#-----------------------------------------------------------------------
-------------------------------------------------------------------
Thu Nov 8 06:58:36 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Template-Toolkit
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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,7 +17,7 @@
Name: perl-Template-Toolkit
Version: 2.28
Version: 2.29
Release: 0
%define cpan_name Template-Toolkit
Summary: Template Processing System
@ -44,10 +44,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install