18
0

Compare commits

2 Commits

Author SHA256 Message Date
5e7d125aa4 Automatic update to v1.310.0 (1.31) 2025-10-09 20:48:45 +00:00
3c80a97d54 Add Gitea build results 2025-08-12 18:17:54 +02:00
5 changed files with 45 additions and 13 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Test-Script/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Test-Script)

View File

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

BIN
Test-Script-1.31.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Oct 9 20:48:45 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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,23 +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
@@ -54,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
@@ -75,7 +80,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc author.yml Changes README
%doc Changes README
%license LICENSE
%changelog