automatic version update by autodist [release 0.017-1mamba;Sun Jan 01 2023]

This commit is contained in:
Automatic Build System 2024-01-06 09:42:09 +01:00
parent 1a01cfd4ca
commit 9ceffd01c7

View File

@ -1,23 +1,22 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-Fatal
Version: 0.016
Version: 0.017
Release: 1mamba
Summary: Incredibly simple helpers for testing code with exceptions
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: perl-Try-Tiny
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Incredibly simple helpers for testing code with exceptions.
@ -53,6 +52,9 @@ done
%doc LICENSE README
%changelog
* Sun Jan 01 2023 Automatic Build System <autodist@mambasoft.it> 0.017-1mamba
- automatic version update by autodist
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 0.016-1mamba
- automatic update by autodist