diff --git a/Test-Fatal-0.017.tar.gz b/Test-Fatal-0.017.tar.gz deleted file mode 100644 index e6e3a60..0000000 --- a/Test-Fatal-0.017.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37dfffdafb84b762efe96b02fb2aa41f37026c73e6b83590db76229697f3c4a6 -size 21750 diff --git a/Test-Fatal-0.018.tar.gz b/Test-Fatal-0.018.tar.gz new file mode 100644 index 0000000..8436e62 --- /dev/null +++ b/Test-Fatal-0.018.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d2cccf9ee467271bc478f9cf7eba49545452be9302ae359bc538b8bf687cd6 +size 22433 diff --git a/perl-Test-Fatal.changes b/perl-Test-Fatal.changes index d3f8633..c071a19 100644 --- a/perl-Test-Fatal.changes +++ b/perl-Test-Fatal.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 8 05:33:27 UTC 2025 - Tina Müller + +- 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 diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec index 5bc3eba..3c418b8 100644 --- a/perl-Test-Fatal.spec +++ b/perl-Test-Fatal.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,14 @@ %define cpan_name Test-Fatal Name: perl-Test-Fatal -Version: 0.017 +Version: 0.18.0 Release: 0 +# 0.018 -> normalize -> 0.18.0 +%define cpan_version 0.018 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Incredibly simple helpers for testing code with exceptions 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 Source100: README.md BuildArch: noarch @@ -31,8 +33,10 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Test::More) >= 0.65 -BuildRequires: perl(Try::Tiny) >= 0.07 -Requires: perl(Try::Tiny) >= 0.07 +BuildRequires: perl(Try::Tiny) >= 0.70 +Requires: perl(Try::Tiny) >= 0.70 +Provides: perl(Test::Fatal) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -49,8 +53,9 @@ more magical approach involving globally overriding 'caller', see Test::Exception. %prep -%autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor