8
0

Automatic update to Test-Fatal-0.018.tar.gz #1

Merged
okurz merged 1 commits from cpanmirror/perl-Test-Fatal:autoupdate into main 2025-11-09 13:53:36 +01:00
4 changed files with 26 additions and 10 deletions

BIN
Test-Fatal-0.017.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Test-Fatal-0.018.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 8 05:33:27 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.18.0 (0.018)
see /usr/share/doc/packages/perl-Test-Fatal/Changes
0.018 2025-11-06 12:47:58-05:00 America/Toronto
- now requires perl v5.12.0
- now tolerant of false exceptions coming from a boolean-overloaded
object
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 3 03:11:49 UTC 2023 - Tina Müller <timueller+perl@suse.de> Tue Jan 3 03:11:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-Fatal # spec file for package perl-Test-Fatal
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -18,12 +18,14 @@
%define cpan_name Test-Fatal %define cpan_name Test-Fatal
Name: perl-Test-Fatal Name: perl-Test-Fatal
Version: 0.017 Version: 0.18.0
Release: 0 Release: 0
# 0.018 -> normalize -> 0.18.0
%define cpan_version 0.018
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Incredibly simple helpers for testing code with exceptions Summary: Incredibly simple helpers for testing code with exceptions
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md Source100: README.md
BuildArch: noarch BuildArch: noarch
@@ -31,8 +33,10 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.65 BuildRequires: perl(Test::More) >= 0.65
BuildRequires: perl(Try::Tiny) >= 0.07 BuildRequires: perl(Try::Tiny) >= 0.70
Requires: perl(Try::Tiny) >= 0.07 Requires: perl(Try::Tiny) >= 0.70
Provides: perl(Test::Fatal) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -49,8 +53,9 @@ more magical approach involving globally overriding 'caller', see
Test::Exception. Test::Exception.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor