Update to 0.18

This commit is contained in:
Jitka Plesnikova 2012-10-22 14:59:40 +02:00
parent 9be6ac030c
commit 77ecf6c5dd
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Module-Install-GithubMeta-0.10.tar.gz
/Module-Install-GithubMeta-0.14.tar.gz
/Module-Install-GithubMeta-0.16.tar.gz
/Module-Install-GithubMeta-0.18.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Module-Install-GithubMeta
Version: 0.16
Release: 3%{?dist}
Version: 0.18
Release: 1%{?dist}
# lib/Module/Install/GithubMeta.pm -> GPL+ or Artistic
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,8 +10,11 @@ Url: http://search.cpan.org/dist/Module-Install-GithubMeta
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(base)
BuildRequires: perl(Capture::Tiny) >= 0.05
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(File::Path)
BuildRequires: perl(Module::Install) >= 0.85
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Test::Pod)
@ -56,6 +59,10 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Mon Oct 22 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-1
- 0.18 bump
- Specify all dependencies.
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
51cde36a64b2a1ca3ed1d166c3c1665d Module-Install-GithubMeta-0.16.tar.gz
6e7201f1689b43523d12f6dd5788c1a0 Module-Install-GithubMeta-0.18.tar.gz