2.19 bump
This commit is contained in:
parent
588a010dfb
commit
26df0c3224
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/Alien-Build-2.12.tar.gz
|
||||
/Alien-Build-2.15.tar.gz
|
||||
/Alien-Build-2.17.tar.gz
|
||||
/Alien-Build-2.19.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Alien-Build
|
||||
Version: 2.17
|
||||
Version: 2.19
|
||||
Release: 1%{?dist}
|
||||
Summary: Build external dependencies for use in CPAN
|
||||
# lib/Alien/Build/Plugin/Test/Mock.pm contains Base64-encoded files for tests
|
||||
@ -37,6 +37,8 @@ BuildRequires: perl(File::Which) >= 1.10
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
# Alien::Build::Plugin::Build::Copy executes cp
|
||||
BuildRequires: coreutils
|
||||
%if !%{defined perl_bootstrap}
|
||||
# t/alien_build_plugin_build_cmake.t executes gcc via cmake (bug #923024)
|
||||
# Build cycle: perl-Alien-cmake3 → perl-Alien-Build
|
||||
@ -128,6 +130,8 @@ BuildRequires: perl(URI::file)
|
||||
# make in the lib/Alien/Build/Plugin/Build/Make.pm plugin
|
||||
# make or Alien::gmake
|
||||
BuildRequires: make
|
||||
# Alien::Build::Plugin::Build::Copy executes cp
|
||||
Requires: coreutils
|
||||
Suggests: curl
|
||||
# Alien::Base::Wrapper::cc() executes $Config{cc}.
|
||||
Requires: gcc
|
||||
@ -261,6 +265,9 @@ make test
|
||||
%{_mandir}/man3/Alien::Build::Plugin::Decode::Mojo.3pm.*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 09 2020 Petr Pisar <ppisar@redhat.com> - 2.19-1
|
||||
- 2.19 bump
|
||||
|
||||
* Fri Mar 20 2020 Petr Pisar <ppisar@redhat.com> - 2.17-1
|
||||
- 2.17 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Alien-Build-2.17.tar.gz) = daa504cc2017affcdfee6b2b27f6ee496e371908924b5c44e440ae2eb70fa9a02fa438742446d7dc4a55ec441daa76273736d2b408ac8e1060f9cfad7143998d
|
||||
SHA512 (Alien-Build-2.19.tar.gz) = 177059df07b007a4a2fae5740cbf2dde55cf9aca8cfb3f640e0cbcf9dd9539293c249edd7f303f6703af4615fceb33f03d3a7644ce6e7967ee679da20be4a911
|
||||
|
Loading…
Reference in New Issue
Block a user