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
This commit is contained in:
Pedro Monreal Gonzalez 2023-01-03 12:20:57 +00:00 committed by Git OBS Bridge
parent ac0a7c87ba
commit 52f72f837f
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7283d430f2ba2030b8cd979ae3039d3f1b2ec3dde1a11ca6ae09f992a66f788f
size 21246

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

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 3 03:11:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de> Mon Aug 10 03:10:33 UTC 2020 - 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) 2020 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# 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
@ -16,20 +16,19 @@
# #
Name: perl-Test-Fatal
Version: 0.016
Release: 0
%define cpan_name Test-Fatal %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 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} 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}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
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.07
Requires: 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. Test::Exception.
%prep %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 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@ -65,7 +64,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README %doc Changes examples README
%license LICENSE %license LICENSE