From 52f72f837f520c6c7dca524cbb521372415ffe31d62a624f6d999a557e2f9009 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 3 Jan 2023 12:20:57 +0000 Subject: [PATCH] Accepting request 1046490 from devel:languages:perl:autoupdate - updated to 0.017 see /usr/share/doc/packages/perl-Test-Fatal/Changes 0.017 2022-12-31 16:40:56-05:00 America/New_York - update packaging and metadata OBS-URL: https://build.opensuse.org/request/show/1046490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Fatal?expand=0&rev=26 --- Test-Fatal-0.016.tar.gz | 3 --- Test-Fatal-0.017.tar.gz | 3 +++ perl-Test-Fatal.changes | 9 +++++++++ perl-Test-Fatal.spec | 18 ++++++++---------- 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 Test-Fatal-0.016.tar.gz create mode 100644 Test-Fatal-0.017.tar.gz diff --git a/Test-Fatal-0.016.tar.gz b/Test-Fatal-0.016.tar.gz deleted file mode 100644 index 4a9fdf2..0000000 --- a/Test-Fatal-0.016.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7283d430f2ba2030b8cd979ae3039d3f1b2ec3dde1a11ca6ae09f992a66f788f -size 21246 diff --git a/Test-Fatal-0.017.tar.gz b/Test-Fatal-0.017.tar.gz new file mode 100644 index 0000000..e6e3a60 --- /dev/null +++ b/Test-Fatal-0.017.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dfffdafb84b762efe96b02fb2aa41f37026c73e6b83590db76229697f3c4a6 +size 21750 diff --git a/perl-Test-Fatal.changes b/perl-Test-Fatal.changes index ef515bc..d3f8633 100644 --- a/perl-Test-Fatal.changes +++ b/perl-Test-Fatal.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 3 03:11:49 UTC 2023 - Tina Müller + +- updated to 0.017 + see /usr/share/doc/packages/perl-Test-Fatal/Changes + + 0.017 2022-12-31 16:40:56-05:00 America/New_York + - update packaging and metadata + ------------------------------------------------------------------- Mon Aug 10 03:10:33 UTC 2020 - Tina Müller diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec index f34ee06..7e92502 100644 --- a/perl-Test-Fatal.spec +++ b/perl-Test-Fatal.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Fatal # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,19 @@ # -Name: perl-Test-Fatal -Version: 0.016 -Release: 0 %define cpan_name Test-Fatal -Summary: Incredibly simple helpers for testing code with exceptions +Name: perl-Test-Fatal +Version: 0.017 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +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 Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 @@ -49,12 +48,12 @@ more magical approach involving globally overriding 'caller', see Test::Exception. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -65,7 +64,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README %license LICENSE