diff --git a/String-Pad-0.020.tar.gz b/String-Pad-0.020.tar.gz deleted file mode 100644 index d2e9037..0000000 --- a/String-Pad-0.020.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f232175b00994f463e6394abe08c3af4a80b4c44e5656e384c92c6bca2c0093d -size 14436 diff --git a/String-Pad-0.021.tar.gz b/String-Pad-0.021.tar.gz new file mode 100644 index 0000000..d070580 --- /dev/null +++ b/String-Pad-0.021.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ed8cafa68a55b66ea5f2cc4935ee5f5b9282aaf7cc64ea4b4f44cd4117df99 +size 16063 diff --git a/perl-String-Pad.changes b/perl-String-Pad.changes index eb63762..e07e7d4 100644 --- a/perl-String-Pad.changes +++ b/perl-String-Pad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 2 03:10:22 UTC 2021 - Tina Müller + +- updated to 0.021 + see /usr/share/doc/packages/perl-String-Pad/Changes + ------------------------------------------------------------------- Thu Sep 27 05:48:26 UTC 2018 - Stephan Kulow diff --git a/perl-String-Pad.spec b/perl-String-Pad.spec index 4c45181..72d521f 100644 --- a/perl-String-Pad.spec +++ b/perl-String-Pad.spec @@ -1,7 +1,7 @@ # # 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 # 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 +Name: perl-String-Pad +Version: 0.021 +Release: 0 Summary: String padding routines License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/String-Pad/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.98 +BuildRequires: perl(Test2::Bundle::More) %{perl_requires} %description String padding routines %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -52,7 +50,6 @@ String padding routines %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE