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:
parent
294cf7d818
commit
6f99cfdf5d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71af368009f13582ef907e33d3812776b597f42b3da0bc0fd3bc7418e4785dd7
|
|
||||||
size 514766
|
|
3
Template-Toolkit-2.29.tar.gz
Normal file
3
Template-Toolkit-2.29.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2bddd71cf41fb805fd5234780daf53226b8e7004c623e1647ba2658113614779
|
||||||
|
size 518473
|
@ -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>
|
Thu Nov 8 06:58:36 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Template-Toolkit
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Template-Toolkit
|
Name: perl-Template-Toolkit
|
||||||
Version: 2.28
|
Version: 2.29
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Template-Toolkit
|
%define cpan_name Template-Toolkit
|
||||||
Summary: Template Processing System
|
Summary: Template Processing System
|
||||||
@ -44,10 +44,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user