From e96b48a63102df57dfdbe771bb84196fab2ad7a7 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sat, 31 Jan 2015 18:51:48 +0000 Subject: [PATCH] Update to 1.005006 - New upstream release 1.005006 - Fix extra checks triggering on paths starting with t, xt, lib, or blib rather than only triggering on those directories - Avoid stat checks for VCS directories until we are in an appropriately named file - Various clean-ups in test files --- perl-strictures.spec | 10 +++++++++- sources | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/perl-strictures.spec b/perl-strictures.spec index bdb7df5..1c857ae 100644 --- a/perl-strictures.spec +++ b/perl-strictures.spec @@ -1,5 +1,5 @@ Name: perl-strictures -Version: 1.005005 +Version: 1.005006 Release: 1%{?dist} Summary: Turn on strict and make all warnings fatal License: GPL+ or Artistic @@ -48,6 +48,14 @@ make test %{_mandir}/man3/strictures.3* %changelog +* Sat Jan 31 2015 Paul Howarth - 1.005006-1 +- Update to 1.005006 + - Fix extra checks triggering on paths starting with t, xt, lib, or blib + rather than only triggering on those directories + - Avoid stat checks for VCS directories until we are in an appropriately + named file + - Various clean-ups in test files + * Fri Oct 3 2014 Paul Howarth - 1.005005-1 - Update to 1.005005 - Detect mercurial when checking for development trees diff --git a/sources b/sources index ccfa749..bbe62c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6600e27805eed1554984799ac8158410 strictures-1.005005.tar.gz +fb99a23bbd746e9c9bdec9fadacfd882 strictures-1.005006.tar.gz