diff --git a/Test-Script-1.29.tar.gz b/Test-Script-1.29.tar.gz deleted file mode 100644 index 950b7d8..0000000 --- a/Test-Script-1.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:892e7e6c1ea7b16710909942cf5c0bdab70eee2efd4aa9c16ea952e2b90f8950 -size 26506 diff --git a/Test-Script-1.31.tar.gz b/Test-Script-1.31.tar.gz new file mode 100644 index 0000000..f0e7f8f --- /dev/null +++ b/Test-Script-1.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44053b183a5b0188199cbddbb5ac0b1ba9e506afb3d4c5698ef2514c28ccd347 +size 26161 diff --git a/perl-Test-Script.changes b/perl-Test-Script.changes index e6f724f..9647090 100644 --- a/perl-Test-Script.changes +++ b/perl-Test-Script.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Oct 9 20:48:45 UTC 2025 - Tina Müller + +- updated to 1.310.0 (1.31) + see /usr/share/doc/packages/perl-Test-Script/Changes + + 1.31 2025-08-11 12:07:41 -0600 + - Fix bug introduced in 1.30 where exports were not happening correctly + in legacy mode (gh#47) + + 1.30 2025-08-04 14:01:25 -0600 + - Documentation improvements (#42) + - Fix bug where implicit function export would happen regardless of which + functions were explicitly exported (gh#45, gh#46) + ------------------------------------------------------------------- Fri May 14 03:10:03 UTC 2021 - Tina Müller diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec index a3d675d..99fb051 100644 --- a/perl-Test-Script.spec +++ b/perl-Test-Script.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Script # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,24 +18,28 @@ %define cpan_name Test-Script Name: perl-Test-Script -Version: 1.29 +Version: 1.310.0 Release: 0 -Summary: Basic cross-platform tests for scripts +# 1.31 -> normalize -> 1.310.0 +%define cpan_version 1.31 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Basic cross-platform tests for scripts URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) -BuildRequires: perl(Probe::Perl) >= 0.01 +BuildRequires: perl(Probe::Perl) >= 0.10 BuildRequires: perl(Test2::API) >= 1.302015 -BuildRequires: perl(Test2::V0) >= 0.000060 +BuildRequires: perl(Test2::V0) >= 0.000121 Requires: perl(Capture::Tiny) -Requires: perl(Probe::Perl) >= 0.01 +Requires: perl(Probe::Perl) >= 0.10 Requires: perl(Test2::API) >= 1.302015 +Provides: perl(Test::Script) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -55,13 +59,13 @@ unacceptable. In doing so, it is hoped that *Test::Script* can become a module that you can safely make a dependency of all your modules, without risking that your -module won't on some platform because of the dependency. +module won't install on some platform because of the dependency. Where a clash exists between wanting more functionality and maintaining platform safety, this module will err on the side of platform safety. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -76,7 +80,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc author.yml Changes README +%doc Changes README %license LICENSE %changelog