From 0b0ea4b9845a228ce24c5706c82911d5934634c0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:36:07 +0100 Subject: [PATCH] update to 1.22 [release 1.22-1mamba;Fri Feb 03 2023] --- perl-B-Lint.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/perl-B-Lint.spec b/perl-B-Lint.spec index 0b70320..5b51efd 100644 --- a/perl-B-Lint.spec +++ b/perl-B-Lint.spec @@ -1,15 +1,15 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-B-Lint -Version: 1.20 +Version: 1.22 Release: 1mamba Summary: Perl lint Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/B-Lint-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/RURBAN/B-Lint-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl @@ -17,7 +17,6 @@ BuildRequires: perl-Module-Pluggable BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Perl lint. @@ -55,5 +54,8 @@ done # %doc README %changelog +* Fri Feb 03 2023 Silvan Calarco 1.22-1mamba +- update to 1.22 + * Sun Nov 27 2016 Silvan Calarco 1.20-1mamba - package created using the webbuild interface