update to 0.22 [release 0.22-1mamba;Sat Mar 11 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:39:59 +01:00
parent 2f5c887193
commit 545b12db9d

View File

@ -1,21 +1,20 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Carp-Assert Name: perl-Carp-Assert
Version: 0.21 Version: 0.22
Release: 1mamba Release: 1mamba
Summary: Carp::Assert - executable comments Summary: Carp::Assert - executable comments
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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/N/NE/NEILB/Carp-Assert-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/Y/YV/YVES/Carp-Assert-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Carp::Assert - executable comments. Carp::Assert - executable comments.
@ -53,5 +52,8 @@ done
# %doc README # %doc README
%changelog %changelog
* Sat Mar 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22-1mamba
- update to 0.22
* Tue Nov 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21-1mamba * Tue Nov 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21-1mamba
- package created using the webbuild interface - package created using the webbuild interface