From 446ffe3d21a5a711859192a57e5c820df80fa4ad Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:34:47 +0100 Subject: [PATCH] automatic version update by autodist [release 2.87-1mamba;Fri May 20 2022] --- README.md | 7 ++----- perl-SVG.spec | 16 ++++++++++------ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 27b614a..a0eee8b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # perl-SVG -SVG is a 100% Perl module which generates a nested data structure containing -the DOM representation of an SVG (Scalable Vector Graphics) image. -Using SVG, you can generate SVG objects, embed other SVG instances into it, -access the DOM object, create and access javascript, and generate SMIL -animation content. +SVG is a 100% Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image. +Using SVG, you can generate SVG objects, embed other SVG instances into it, access the DOM object, create and access javascript, and generate SMIL animation content. diff --git a/perl-SVG.spec b/perl-SVG.spec index c4e9e58..65940fa 100644 --- a/perl-SVG.spec +++ b/perl-SVG.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-SVG -Version: 2.86 +Version: 2.87 Release: 1mamba Summary: SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents Group: System/Libraries/Perl @@ -11,15 +11,16 @@ Packager: Silvan Calarco URL: https://www.cpan.org Source: https://cpan.metacpan.org/modules/by-module/SVG/SVG-%{version}.tar.gz License: Artistic, GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libperl +## AUTOBUILDREQ-END BuildRequires: perl-devel >= %perl_major_ver Requires: perl >= %perl_major_ver %description -SVG is a 100% Perl module which generates a nested data structure containing -the DOM representation of an SVG (Scalable Vector Graphics) image. -Using SVG, you can generate SVG objects, embed other SVG instances into it, -access the DOM object, create and access javascript, and generate SMIL -animation content. +SVG is a 100% Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image. +Using SVG, you can generate SVG objects, embed other SVG instances into it, access the DOM object, create and access javascript, and generate SMIL animation content. %prep %setup -q -n SVG-%{version} @@ -49,6 +50,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Fri May 20 2022 Automatic Build System 2.87-1mamba +- automatic version update by autodist + * Fri Apr 23 2021 Automatic Build System 2.86-1mamba - automatic version update by autodist