diff --git a/perl-Specio.spec b/perl-Specio.spec index 745cd14..f0b6c08 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Specio -Version: 0.49 +Version: 0.50 Release: 1mamba Summary: Specio - Type constraints and coercions for Perl Group: System/Libraries/Perl @@ -11,6 +11,7 @@ Packager: Silvan Calarco URL: https://www.cpan.org Source: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-%{version}.tar.gz License: GPL, Artistic +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-Clone @@ -25,8 +26,6 @@ BuildRequires: perl-Test-Fatal BuildRequires: perl-Try-Tiny BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRequires: perl >= 2:5.36.0 -BuildRequires: perl-devel Requires: perl >= %perl_major_ver %description @@ -61,10 +60,11 @@ done %files -f .packlist %defattr(-,root,root) %doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc README.md %changelog +* Wed Feb 19 2025 Automatic Build System 0.50-1mamba +- automatic version update by autodist + * Tue Dec 24 2024 Automatic Build System 0.49-1mamba - automatic version update by autodist