diff --git a/perl-SVG.spec b/perl-SVG.spec index e55150d..8e959e2 100644 --- a/perl-SVG.spec +++ b/perl-SVG.spec @@ -1,19 +1,18 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-SVG -Version: 2.50 -Release: 2mamba +Version: 2.85 +Release: 1mamba Summary: SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents 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/RO/RONAN/SVG-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/SVG/SVG-%{version}.tar.gz License: Artistic, GPL BuildRequires: perl-devel >= %perl_major_ver Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description SVG is a 100% Perl module which generates a nested data structure containing @@ -50,6 +49,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Wed Feb 24 2021 Automatic Build System 2.85-1mamba +- automatic version update by autodist + * Mon Nov 12 2012 Silvan Calarco 2.50-2mamba - perl 5.16 mass rebuild