psabata pushed to perl-Test-Strict (master). "0.28 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Oct 5 11:08:27 UTC 2015


From 1b08d6241ed42a6e24c1e57e71760235456f0be2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 5 Oct 2015 13:08:19 +0200
Subject: 0.28 bump


diff --git a/.gitignore b/.gitignore
index 0910bf5..5300ccd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Test-Strict-0.13.tar.gz
 /Test-Strict-0.24.tar.gz
 /Test-Strict-0.26.tar.gz
 /Test-Strict-0.27.tar.gz
+/Test-Strict-0.28.tar.gz
diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec
index 9d2ce75..ba5016f 100644
--- a/perl-Test-Strict.spec
+++ b/perl-Test-Strict.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Strict
-Version:        0.27
-Release:        3%{?dist}
+Version:        0.28
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Summary:        Check syntax, presence of use strict/warnings, and test coverage
@@ -8,6 +8,8 @@ Source:         http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Test-Strict-
 Url:            http://search.cpan.org/dist/Test-Strict
 BuildArch:      noarch
 # Build
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
@@ -47,15 +49,18 @@ make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
-find . -type f -name '*.list' -exec rm -f {} +
+find . -type f -name '*.list' -delete
 make test
 
 %files
 %doc README Changes 
 %{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*
 
 %changelog
+* Mon Oct 05 2015 Petr Ĺ abata <contyk at redhat.com> - 0.28-1
+- 0.28 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.27-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9863a7c..ea7168d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d2e5635e503919d4ccb3dbbf615ef64  Test-Strict-0.27.tar.gz
+3db3c51b368a93bcd139037da33327c8  Test-Strict-0.28.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Test-Strict.git/commit/?h=master&id=1b08d6241ed42a6e24c1e57e71760235456f0be2


More information about the perl-devel mailing list