From 08c0a6721e97725e36c750bea9326d3c060ce5a8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:44:26 +0100 Subject: [PATCH] automatic version update by autodist [release 1.04-1mamba;Sat Feb 27 2021] --- perl-Test-Perl-Critic.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/perl-Test-Perl-Critic.spec b/perl-Test-Perl-Critic.spec index 7b46985..944c874 100644 --- a/perl-Test-Perl-Critic.spec +++ b/perl-Test-Perl-Critic.spec @@ -1,21 +1,21 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Test-Perl-Critic -Version: 1.03 +Version: 1.04 Release: 1mamba Summary: Test::Perl::Critic - Use Perl::Critic in test programs Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Test-Perl-Critic-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/Test/Test-Perl-Critic-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN -BuildRequires: perl-MCE BuildRequires: perl-Perl-Critic BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl-MCE BuildRequires: perl(Carp) BuildRequires: perl(English) BuildRequires: perl(ExtUtils::MakeMaker) @@ -29,7 +29,6 @@ Requires: perl(Perl::Critic) Requires: perl(Perl::Critic::Utils) Requires: perl(Perl::Critic::Violation) Requires: perl(Test::Builder) -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma. @@ -58,6 +57,9 @@ chmod -R u+w %{buildroot}/* %doc Changes LICENSE README %changelog +* Sat Feb 27 2021 Automatic Build System 1.04-1mamba +- automatic version update by autodist + * Sat Feb 01 2020 Automatic Build System 1.03-1mamba - automatic update by autodist