Update to 1.121

- New upstream release 1.121
  - Added new themes based on CERT guidelines
  - The source code repository for Perl-Critic has been moved to GitHub at
    http://github.com/Perl-Critc/Perl-Critic; all tickets from the RT queue
    have also been moved there - please use GitHub for submitting any new bugs
    or corresponding about existing ones
  - The change log was reformatted to comply with CPAN::Changes::Spec
- BR: perl(Perl::Critic::Policy::Miscellanea::RequireRcsKeywords) for the
  extra tests
- Bump perl(Test::Kwalitee) version requirement to 1.15
This commit is contained in:
Paul Howarth 2013-11-04 14:22:24 +00:00
parent 2702ff7c1f
commit 5f4aead861
2 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Perl-Critic
Version: 1.120
Version: 1.121
Release: 1%{?dist}
Summary: Critique Perl source code for best-practices
Group: Development/Libraries
@ -70,8 +70,9 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(Devel::EnforceEncapsulation)
BuildRequires: perl(Perl::Critic::Policy::Editor::RequireEmacsFileVariables)
BuildRequires: perl(Perl::Critic::Policy::ErrorHandling::RequireUseOfExceptions)
BuildRequires: perl(Perl::Critic::Policy::Miscellanea::RequireRcsKeywords)
%if ! (0%{?rhel} >= 7)
BuildRequires: perl(Test::Kwalitee)
BuildRequires: perl(Test::Kwalitee) >= 1.15
%endif
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod) >= 1.00
@ -149,6 +150,18 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
%{_mandir}/man3/Test::Perl::Critic::Policy.3pm*
%changelog
* Mon Nov 4 2013 Paul Howarth <paul@city-fan.org> - 1.121-1
- Update to 1.121
- Added new themes based on CERT guidelines
- The source code repository for Perl-Critic has been moved to GitHub at
http://github.com/Perl-Critc/Perl-Critic; all tickets from the RT queue
have also been moved there - please use GitHub for submitting any new bugs
or corresponding about existing ones
- The change log was reformatted to comply with CPAN::Changes::Spec
- BR: perl(Perl::Critic::Policy::Miscellanea::RequireRcsKeywords) for the
extra tests
- Bump perl(Test::Kwalitee) version requirement to 1.15
* Sat Oct 26 2013 Paul Howarth <paul@city-fan.org> - 1.120-1
- Update to 1.120
- Fix precedence error in Perl::Critic::Utils (CPAN RT#88866)

View File

@ -1 +1 @@
4faa7c55f94b2068770d6f41f3a1cc6f Perl-Critic-1.120.tar.gz
d14676d579c4fbc2736106f9863d4d1f Perl-Critic-1.121.tar.gz