Accepting request 909790 from devel:languages:perl:autoupdate

- updated to 0.021
   see /usr/share/doc/packages/perl-String-Pad/Changes

OBS-URL: https://build.opensuse.org/request/show/909790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Pad?expand=0&rev=3
This commit is contained in:
2021-08-03 08:48:01 +00:00
committed by Git OBS Bridge
parent bac324b080
commit 7653ec94e8
4 changed files with 19 additions and 16 deletions

View File

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

3
String-Pad-0.021.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 2 03:10:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.021
see /usr/share/doc/packages/perl-String-Pad/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 27 05:48:26 UTC 2018 - Stephan Kulow <coolo@suse.com> Thu Sep 27 05:48:26 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-String-Pad # spec file for package perl-String-Pad
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# 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
@@ -16,35 +16,33 @@
# #
Name: perl-String-Pad
Version: 0.020
Release: 0
%define cpan_name String-Pad %define cpan_name String-Pad
Name: perl-String-Pad
Version: 0.021
Release: 0
Summary: String padding routines Summary: String padding routines
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name}
Url: http://search.cpan.org/dist/String-Pad/
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test2::Bundle::More)
%{perl_requires} %{perl_requires}
%description %description
String padding routines String padding routines
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -52,7 +50,6 @@ String padding routines
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENSE %license LICENSE