diff --git a/Text-Template-1.58.tar.gz b/Text-Template-1.58.tar.gz deleted file mode 100644 index 25c7583..0000000 --- a/Text-Template-1.58.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c465757782c4bfb9b17335307a8286771fd36ea04d259bc454ac63355f2a287 -size 49656 diff --git a/Text-Template-1.59.tar.gz b/Text-Template-1.59.tar.gz new file mode 100644 index 0000000..9b4bf87 --- /dev/null +++ b/Text-Template-1.59.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd2c788c05303ed9a970e1881109642151fa93e02c7a80d4c70608276bab1ee +size 50318 diff --git a/perl-Text-Template.changes b/perl-Text-Template.changes index 43954ab..7f595ed 100644 --- a/perl-Text-Template.changes +++ b/perl-Text-Template.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 4 03:13:36 UTC 2020 - Tina Müller + +- updated to 1.59 + see /usr/share/doc/packages/perl-Text-Template/Changes + + 1.59 2020-07-03 + - Fix syntax error in POD example code. + ------------------------------------------------------------------- Sat Sep 28 13:49:48 UTC 2019 - diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec index 871532e..9d95753 100644 --- a/perl-Text-Template.spec +++ b/perl-Text-Template.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Template # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-Text-Template -Version: 1.58 +Version: 1.59 Release: 0 %define cpan_name Text-Template Summary: Expand template text with embedded Perl License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -49,7 +49,7 @@ separation. %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