[perl-Perl-Critic] Update to 1.119

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 26 15:14:59 UTC 2013


commit 0e1b371d22a0db84ad8779484556fb78d43c8dc2
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 26 16:01:24 2013 +0100

    Update to 1.119
    
    - New upstream release 1.119
      - Tests were failing with Config::Tiny 2.17 or later, due to a change in the
        error messages produced by that module (CPAN RT#88679, CPAN RT#88889,
        https://github.com/Perl-Critic/Perl-Critic/pull/16)
      - BuiltinFunctions::ProhibitVoidGrep and ::ProhibitVoidMap: grep and map
        called as functions are now allowed in slice operations (CPAN RT#79289)
      - Subroutines::RequireArgUnpacking: most tests of the size of @_ are now
        allowed (CPAN RT#79138)
      - Modernized our usage of Exporter (CPAN RT#75300)
    - Drop redundant patch for CPAN RT#87875

 Perl-Critic-1.118-fix-META-files.patch |   11 -----------
 perl-Perl-Critic.spec                  |   20 ++++++++++++++------
 sources                                |    2 +-
 3 files changed, 15 insertions(+), 18 deletions(-)
---
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index 1508a66..847d566 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,14 +1,11 @@
 Name:		perl-Perl-Critic
-Version:	1.118
-Release:	7%{?dist}
+Version:	1.119
+Release:	1%{?dist}
 Summary:	Critique Perl source code for best-practices
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Perl-Critic/
 Source0:	http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Perl-Critic-%{version}.tar.gz
-
-# Fix for author test (RT#87875)
-Patch0:         Perl-Critic-1.118-fix-META-files.patch
 BuildArch:	noarch
 
 # Build process
@@ -119,7 +116,6 @@ of Perl code were mixed directly in the test script. That sucked.
 
 %prep
 %setup -q -n Perl-Critic-%{version}
-%patch0 -p1
 
 # Drop Test::Kwalitee tests in RHEL ≥ 7
 %if 0%{?rhel} >= 7
@@ -153,6 +149,18 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
 %{_mandir}/man3/Test::Perl::Critic::Policy.3pm*
 
 %changelog
+* Thu Sep 26 2013 Paul Howarth <paul at city-fan.org> - 1.119-1
+- Update to 1.119
+  - Tests were failing with Config::Tiny 2.17 or later, due to a change in the
+    error messages produced by that module (CPAN RT#88679, CPAN RT#88889,
+    https://github.com/Perl-Critic/Perl-Critic/pull/16)
+  - BuiltinFunctions::ProhibitVoidGrep and ::ProhibitVoidMap: grep and map
+    called as functions are now allowed in slice operations (CPAN RT#79289)
+  - Subroutines::RequireArgUnpacking: most tests of the size of @_ are now
+    allowed (CPAN RT#79138)
+  - Modernized our usage of Exporter (CPAN RT#75300)
+- Drop redundant patch for CPAN RT#87875
+
 * Wed Aug 14 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.118-7
 - Perl 5.18 re-rebuild of bootstrapped packages
 - Remove MailingList from Build.PL to fix author test failure (CPAN RT#87875)
diff --git a/sources b/sources
index 22898d1..0ef1553 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25391a51d57cdf34c535f01d9ff91b83  Perl-Critic-1.118.tar.gz
+0adf1dcf3e749e007cde2670ae259506  Perl-Critic-1.119.tar.gz



More information about the perl-devel mailing list