automatic version update by autodist [release 2.023-1mamba;Sun Jan 09 2022]

This commit is contained in:
Automatic Build System 2024-01-06 09:43:02 +01:00
parent 182bd7fce8
commit b7c9815e24

View File

@ -1,20 +1,19 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-Manifest
Version: 2.022
Version: 2.023
Release: 1mamba
Summary: Test :: Manifest - Interact with a t/test_manifest
Group: Development/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Test/Test-Manifest-%{version}.tar.gz
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/modules/by-module/Test/Test-Manifest-%{version}.tar.gz
License: Artistic
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
MakeMaker assumes that you want to run all of the .t files in the t/ directory in ascii-betical order during C<make test> unless you say otherwise.
@ -49,6 +48,9 @@ done
%defattr(-,root,root)
%changelog
* Sun Jan 09 2022 Automatic Build System <autodist@mambasoft.it> 2.023-1mamba
- automatic version update by autodist
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 2.022-1mamba
- automatic update by autodist