2.37 bump
This commit is contained in:
parent
315d027dd5
commit
2a1b1bf186
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
||||
/Alien-Build-2.29.tar.gz
|
||||
/Alien-Build-2.32.tar.gz
|
||||
/Alien-Build-2.33.tar.gz
|
||||
/Alien-Build-2.37.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Alien-Build
|
||||
Version: 2.33
|
||||
Version: 2.37
|
||||
Release: 1%{?dist}
|
||||
Summary: Build external dependencies for use in CPAN
|
||||
# lib/Alien/Build/Plugin/Test/Mock.pm contains Base64-encoded files for tests
|
||||
@ -52,6 +52,8 @@ BuildRequires: perl(Capture::Tiny) >= 0.17
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config::INI::Reader::Multiline)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Env)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -88,7 +90,6 @@ BuildRequires: perl(FFI::Platypus) >= 0.12
|
||||
# Tests:
|
||||
# AnyEvent not used
|
||||
# AnyEvent::FTP::Server not used
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(File::Glob)
|
||||
# Getopt::Long not used
|
||||
# IO::Socket::INET not used
|
||||
@ -170,7 +171,7 @@ Requires: perl(Storable)
|
||||
Requires: perl(Test2::API) >= 1.302096
|
||||
Requires: perl(Text::ParseWords) >= 3.26
|
||||
# YAML or Data::Dumper
|
||||
Requires: perl(YAML)
|
||||
Suggests: perl(YAML)
|
||||
Suggests: wget
|
||||
# Alien::Base::PkgConfig moved from perl-Alien-Base-ModuleBuild
|
||||
Conflicts: perl-Alien-Base-ModuleBuild < 1.00
|
||||
@ -264,6 +265,9 @@ make test
|
||||
%{_mandir}/man3/Alien::Build::Plugin::Decode::Mojo.3pm.*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 03 2020 Petr Pisar <ppisar@redhat.com> - 2.37-1
|
||||
- 2.37 bump
|
||||
|
||||
* Mon Sep 21 2020 Petr Pisar <ppisar@redhat.com> - 2.33-1
|
||||
- 2.33 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Alien-Build-2.33.tar.gz) = a3ce1f15480ef3bec902d7833651d618f0e8676b36ab65f034eb0699a44cc8376aeb2e32f1dac97f7c499aacd2f6464f21d3edc4b00301e8bef4235f9f4fd572
|
||||
SHA512 (Alien-Build-2.37.tar.gz) = 7a970b498de69005b454c9a14b541b2622609ad74244e744122339ee416e77e5d126bb0ebf97d9384990c3d951efb37783c60671781b01eebcaec4bca3503e94
|
||||
|
Loading…
Reference in New Issue
Block a user