Compare commits

...

2 Commits
rawhide ... f21

Author SHA1 Message Date
Petr Písař 0f7620404f Require Software::License to recognize more license identifiers 2014-10-15 14:53:23 +02:00
Jitka Plesnikova 36fc043428 0.4206 bump 2014-07-16 14:15:13 +02:00
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ Module-Build-0.2808.tar.gz
/Module-Build-0.4203.tar.gz
/Module-Build-0.4204.tar.gz
/Module-Build-0.4205.tar.gz
/Module-Build-0.4206.tar.gz

View File

@ -1,5 +1,5 @@
%global cpan_version_major 0.42
%global cpan_version_minor 05
%global cpan_version_minor 06
%global cpan_version %{cpan_version_major}%{?cpan_version_minor}
Name: perl-Module-Build
@ -79,6 +79,11 @@ Requires: perl(Module::Metadata) >= 1.000002
# Keep PAR support optional (PAR::Dist)
Requires: perl(Perl::OSType) >= 1
Requires: perl(Test::Harness)
%if !%{defined perl_bootstrap}
# Optional run-time needed for Software::License license identifier,
# bug #1152319
Requires: perl(Software::License)
%endif
# Optional run-time needed for generating documentation from POD:
Requires: perl(Pod::Html)
Requires: perl(Pod::Man) >= 2.17
@ -130,6 +135,12 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
%{_mandir}/man3/*
%changelog
* Wed Oct 15 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.06-2
- Require Software::License to recognize more license identifiers (bug #1152319)
* Wed Jul 16 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42.06-1
- 0.4206 bump
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.42.05-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
bfc8504e845131625308bd4389c69fbe Module-Build-0.4205.tar.gz
55710a04c5639f2a165a000f78081d02 Module-Build-0.4206.tar.gz