[perl-Perl-Critic] Update to 1.121

Paul Howarth pghmcfc at fedoraproject.org
Mon Nov 4 14:53:29 UTC 2013


commit 5f4aead86145f279a5d697b12ae3facf3a4b86f0
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Nov 4 14:22:24 2013 +0000

    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

 perl-Perl-Critic.spec |   17 +++++++++++++++--
 sources               |    2 +-
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index c61bbc9..1ff35f8 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -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 at 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 at city-fan.org> - 1.120-1
 - Update to 1.120
   - Fix precedence error in Perl::Critic::Utils (CPAN RT#88866)
diff --git a/sources b/sources
index 41ca3b6..38915f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4faa7c55f94b2068770d6f41f3a1cc6f  Perl-Critic-1.120.tar.gz
+d14676d579c4fbc2736106f9863d4d1f  Perl-Critic-1.121.tar.gz



More information about the perl-devel mailing list