8
0

Accepting request 819720 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/819720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Template?expand=0&rev=25
This commit is contained in:
2020-07-09 15:44:41 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 4 03:13:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

View File

@@ -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