automatic version update by autodist [release 0.002009-1mamba;Tue May 25 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:43:47 +01:00
parent 8062502f3b
commit b365dcc1d1

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-Needs
Version: 0.002006
Version: 0.002009
Release: 1mamba
Summary: Test::Needs - Skip tests when modules not available
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-%{version}.tar.gz
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/modules/by-module/Test/Test-Needs-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Test-Simple
@ -17,7 +17,6 @@ BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Test::Needs - Skip tests when modules not available.
@ -53,5 +52,8 @@ done
%doc LICENSE
%changelog
* Tue May 25 2021 Automatic Build System <autodist@mambasoft.it> 0.002009-1mamba
- automatic version update by autodist
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.002006-1mamba
- package created using the webbuild interface