From 545b12db9db6fb43cd484b97a5a223cc9b38d7fa Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:39:59 +0100 Subject: [PATCH] update to 0.22 [release 0.22-1mamba;Sat Mar 11 2023] --- perl-Carp-Assert.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/perl-Carp-Assert.spec b/perl-Carp-Assert.spec index b3e74a2..24126fe 100644 --- a/perl-Carp-Assert.spec +++ b/perl-Carp-Assert.spec @@ -1,21 +1,20 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Carp-Assert -Version: 0.21 +Version: 0.22 Release: 1mamba Summary: Carp::Assert - executable comments Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Carp-Assert-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/Y/YV/YVES/Carp-Assert-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Carp::Assert - executable comments. @@ -53,5 +52,8 @@ done # %doc README %changelog +* Sat Mar 11 2023 Silvan Calarco 0.22-1mamba +- update to 0.22 + * Tue Nov 04 2014 Silvan Calarco 0.21-1mamba - package created using the webbuild interface