From 8c25ab9fd42f03a2c6ba13016040e8e7a44277100e590c6b89dfafc64ef9a9cb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 15 Jan 2019 06:40:39 +0000 Subject: [PATCH] Accepting request 665603 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/665603 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Template?expand=0&rev=37 --- Text-Template-1.53.tar.gz | 3 --- Text-Template-1.54.tar.gz | 3 +++ perl-Text-Template.changes | 9 +++++++++ perl-Text-Template.spec | 14 +++++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 Text-Template-1.53.tar.gz create mode 100644 Text-Template-1.54.tar.gz diff --git a/Text-Template-1.53.tar.gz b/Text-Template-1.53.tar.gz deleted file mode 100644 index e8d4aad..0000000 --- a/Text-Template-1.53.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae221cbba2b27967a12bda3f531547e897eb38ae0a92c084607fd5a6a8085bc4 -size 48863 diff --git a/Text-Template-1.54.tar.gz b/Text-Template-1.54.tar.gz new file mode 100644 index 0000000..280c39d --- /dev/null +++ b/Text-Template-1.54.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b064933409eda18ca09db5c433f748b5e0ff7866817b7fc5a8bb134d593a668 +size 48727 diff --git a/perl-Text-Template.changes b/perl-Text-Template.changes index b90394f..f7c0ff2 100644 --- a/perl-Text-Template.changes +++ b/perl-Text-Template.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 14 06:34:27 UTC 2019 - Stephan Kulow + +- updated to 1.54 + see /usr/share/doc/packages/perl-Text-Template/Changes + + 1.54 2019-01-13 + - Fix tempfile creation during tests on Win32 + ------------------------------------------------------------------- Thu May 3 06:05:35 UTC 2018 - coolo@suse.com diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec index 4c81842..56cbbb9 100644 --- a/perl-Text-Template.spec +++ b/perl-Text-Template.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Template # -# 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Text-Template -Version: 1.53 +Version: 1.54 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: http://search.cpan.org/dist/Text-Template/ +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 @@ -52,11 +52,11 @@ separation. find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install