From 948a70218735cf077cd96d2532ed1527b4374855 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:49:38 +0100 Subject: [PATCH] automatic version update by autodist [release 0.200008-1mamba;Sun Jan 01 2023] --- perl-Data-Section.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/perl-Data-Section.spec b/perl-Data-Section.spec index 8a719ab..d4be4cc 100644 --- a/perl-Data-Section.spec +++ b/perl-Data-Section.spec @@ -1,24 +1,25 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Data-Section -Version: 0.200007 +Version: 0.200008 Release: 1mamba Summary: Data::Section - read multiple hunks of data out of your DATA section Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Automatic Build System -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN -BuildRequires: perl-devel +BuildRequires: libperl +BuildRequires: perl-MRO-Compat BuildRequires: perl-Sub-Exporter +BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl-MRO-Compat BuildRequires: perl-Test-FailWarnings -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Data::Section provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses. @@ -53,6 +54,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Jan 01 2023 Automatic Build System 0.200008-1mamba +- automatic version update by autodist + * Sat Oct 21 2017 Automatic Build System 0.200007-1mamba - automatic update by autodist