Accepting request 759788 from devel:languages:perl:autoupdate

- updated to 3.003
   see /usr/share/doc/packages/perl-Template-Toolkit/Changes

OBS-URL: https://build.opensuse.org/request/show/759788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Template-Toolkit?expand=0&rev=40
This commit is contained in:
Lars Vogdt 2019-12-29 17:33:01 +00:00 committed by Git OBS Bridge
parent 6f99cfdf5d
commit ea131f8152
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 28 03:12:26 UTC 2019 - <timueller+perl@suse.de>
- updated to 3.003
see /usr/share/doc/packages/perl-Template-Toolkit/Changes
-------------------------------------------------------------------
Tue Apr 30 05:34:12 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-Template-Toolkit
Version: 2.29
Version: 3.003
Release: 0
%define cpan_name Template-Toolkit
Summary: Template Processing System
@ -40,7 +40,7 @@ Template Processing System
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -56,6 +56,6 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes HACKING README testrules.yml TODO
%doc Changes HACKING README.md testrules.yml TODO
%changelog