diff --git a/perl-String-Format.spec b/perl-String-Format.spec index 494187f..df2e059 100644 --- a/perl-String-Format.spec +++ b/perl-String-Format.spec @@ -1,21 +1,20 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-String-Format -Version: 1.17 +Version: 1.18 Release: 1mamba Summary: String::Format - sprintf-like string formatting capabilities with arbitrary format definitions Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Automatic Build System -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/D/DA/DARREN/String-Format-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/String/String-Format-%{version}.tar.gz License: GPL, Artistic BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description String::Format lets you define arbitrary printf-like format sequences to be expanded. @@ -48,6 +47,9 @@ chmod -R u+w %{buildroot}/* %doc Changes COPYING README %changelog +* Wed Feb 24 2021 Automatic Build System 1.18-1mamba +- automatic version update by autodist + * Mon Dec 17 2012 Automatic Build System 1.17-1mamba - automatic version update by autodist