Update to 0.21; the new BR needs to be packaged first
This commit is contained in:
parent
f0165e2329
commit
1665da32c6
@ -1 +1 @@
|
||||
Perl-Critic-0.2.tar.gz
|
||||
Perl-Critic-0.21.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Perl-Critic
|
||||
Version: 0.2
|
||||
Version: 0.21
|
||||
Release: 1%{?dist}
|
||||
Summary: Critique Perl source code for best-practices
|
||||
|
||||
@ -15,7 +15,8 @@ BuildRequires: perl(Config::Tiny) >= 2
|
||||
BuildRequires: perl(IO::String)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
BuildRequires: perl(PPI) >= 1.117
|
||||
BuildRequires: perl(PPI) >= 1.118
|
||||
BuildRequires: perl(Set::Scalar) >= 1.20
|
||||
BuildRequires: perl(String::Format) >= 1.13
|
||||
BuildRequires: perl(Perl::Tidy)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
@ -69,5 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
|
||||
- Update to 0.21.
|
||||
- New BR: perl(Set::Scalar).
|
||||
|
||||
* Sat Sep 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2-1
|
||||
- First build.
|
||||
|
Loading…
Reference in New Issue
Block a user