1.1001 bump

This commit is contained in:
Jitka Plesnikova 2015-09-07 14:31:39 +02:00
parent ebfcea99a9
commit 46320723fd
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Module-CPANfile-1.0001.tar.gz
/Module-CPANfile-1.1000.tar.gz
/Module-CPANfile-1.1001.tar.gz

View File

@ -1,12 +1,15 @@
Name: perl-Module-CPANfile
Version: 1.1000
Release: 3%{?dist}
Version: 1.1001
Release: 1%{?dist}
Summary: Parse cpanfile
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-CPANfile/
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(base)
BuildRequires: perl(Carp)
@ -55,7 +58,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
make test
%files
%doc Changes LICENSE README
%license LICENSE
%doc Changes README
%{_bindir}/mymeta-cpanfile
%{_bindir}/cpanfile-dump
%{perl_vendorlib}/*
@ -64,6 +68,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Sep 07 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.1001-1
- 1.1001 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1000-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
28777403c3cbe8ac13db866b2135cb53 Module-CPANfile-1.1000.tar.gz
dcee6be0ecfd5cd56bd58a41b2fda9ee Module-CPANfile-1.1001.tar.gz