From 2f55d63ffd7413d84d6b27bdac236a1c9aa3c1c5 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:57:29 +0100 Subject: [PATCH] automatic version update by autodist [release 0.11-1mamba;Tue Jul 13 2021] --- perl-ExtUtils-CChecker.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/perl-ExtUtils-CChecker.spec b/perl-ExtUtils-CChecker.spec index 31ad9ad..9857ad3 100644 --- a/perl-ExtUtils-CChecker.spec +++ b/perl-ExtUtils-CChecker.spec @@ -1,15 +1,15 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-ExtUtils-CChecker -Version: 0.10 +Version: 0.11 Release: 1mamba Summary: ExtUtils::CChecker - configure-time utilities for using C headers, libraries, or OS features 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/P/PE/PEVANS/ExtUtils-CChecker-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz License: GPL, Artistic BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(Module::Build) @@ -20,7 +20,6 @@ BuildRequires: perl-devel BuildRequires: perl-Test-Fatal Requires: perl(ExtUtils::CBuilder) Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existence of these requirements before attempting to actually build the module. @@ -50,6 +49,9 @@ chmod -R u+w %{buildroot}/* %doc Changes LICENSE README %changelog +* Tue Jul 13 2021 Automatic Build System 0.11-1mamba +- automatic version update by autodist + * Sat May 30 2015 Automatic Build System 0.10-1mamba - automatic update by autodist