1.1003 bump
This commit is contained in:
parent
691ddde520
commit
ec6ee4a295
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/Module-CPANfile-1.1000.tar.gz
|
/Module-CPANfile-1.1000.tar.gz
|
||||||
/Module-CPANfile-1.1001.tar.gz
|
/Module-CPANfile-1.1001.tar.gz
|
||||||
/Module-CPANfile-1.1002.tar.gz
|
/Module-CPANfile-1.1002.tar.gz
|
||||||
|
/Module-CPANfile-1.1003.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-CPANfile
|
Name: perl-Module-CPANfile
|
||||||
Version: 1.1002
|
Version: 1.1003
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parse cpanfile
|
Summary: Parse cpanfile
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -26,6 +26,8 @@ BuildRequires: perl(strict)
|
|||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# tests
|
# tests
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
|
BuildRequires: perl(File::pushd)
|
||||||
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(POSIX)
|
BuildRequires: perl(POSIX)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
|
||||||
@ -69,6 +71,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 23 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.1003-1
|
||||||
|
- 1.1003 bump
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1002-6
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1002-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user