diff --git a/Test-Script-1.26.tar.gz b/Test-Script-1.26.tar.gz deleted file mode 100644 index 8475117..0000000 --- a/Test-Script-1.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d42237aece2f0dc41fa6653379574674061848f020acd4d63deb6b81b5a73b7 -size 24906 diff --git a/Test-Script-1.27.tar.gz b/Test-Script-1.27.tar.gz new file mode 100644 index 0000000..83b0510 --- /dev/null +++ b/Test-Script-1.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91616e64efebc4f38a32cc01bdec770d6f703576fb6c450294431b86ad41b7b2 +size 25131 diff --git a/perl-Test-Script.changes b/perl-Test-Script.changes index dc33271..006520b 100644 --- a/perl-Test-Script.changes +++ b/perl-Test-Script.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 18 03:09:01 UTC 2021 - Tina Müller + +- updated to 1.27 + see /usr/share/doc/packages/perl-Test-Script/Changes + + 1.27 2021-02-17 13:15:57 -0700 + - Documentation improvements (RRWO++ gh#31, gh#30) + ------------------------------------------------------------------- Mon Oct 28 11:03:32 UTC 2019 - diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec index 05b8a8c..8b04844 100644 --- a/perl-Test-Script.spec +++ b/perl-Test-Script.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Script # -# Copyright (c) 2019 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,18 +16,16 @@ # -Name: perl-Test-Script -Version: 1.26 -Release: 0 %define cpan_name Test-Script +Name: perl-Test-Script +Version: 1.27 +Release: 0 Summary: Basic cross-platform tests for scripts 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/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) @@ -62,12 +60,11 @@ Where a clash exists between wanting more functionality and maintaining platform safety, this module will err on the side of platform safety. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -78,7 +75,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc author.yml Changes README %license LICENSE