[perl-Log-Contextual] 0.006002 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Fri Feb 21 14:06:07 UTC 2014


commit 3c77afbe52a694fb2a12992dc2cdefc8b104b75d
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri Feb 21 15:06:42 2014 +0100

    0.006002 bump

 .gitignore               |    1 +
 perl-Log-Contextual.spec |   12 +++++++-----
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd95b37..b7a2024 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Log-Contextual-0.005003.tar.gz
 /Log-Contextual-0.005005.tar.gz
 /Log-Contextual-0.006000.tar.gz
+/Log-Contextual-0.006002.tar.gz
diff --git a/perl-Log-Contextual.spec b/perl-Log-Contextual.spec
index daa8009..aff03d5 100644
--- a/perl-Log-Contextual.spec
+++ b/perl-Log-Contextual.spec
@@ -1,5 +1,5 @@
 Name:           perl-Log-Contextual
-Version:        0.006000
+Version:        0.006002
 Release:        1%{?dist}
 Summary:        Simple logging interface with a contextual log
 License:        GPL+ or Artistic
@@ -8,12 +8,12 @@ URL:            http://search.cpan.org/dist/Log-Contextual/
 Source0:        http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(inc::Module::Install) >= 0.91
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper::Concise)
 BuildRequires:  perl(Exporter::Declare) >= 0.111
 BuildRequires:  perl(Exporter::Declare::Export::Generator)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(lib)
@@ -22,7 +22,9 @@ BuildRequires:  perl(Moo) >= 1.003000
 BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Sub::Identify) >= 0.04
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(warnings)
 Requires:       perl(Exporter::Declare) >= 0.111
 Requires:       perl(Moo) >= 1.003000
@@ -40,9 +42,6 @@ not overly complicated, try Log::Dispatchouli.
 
 %prep
 %setup -q -n Log-Contextual-%{version}
-rm -r inc
-sed -i -e '/^inc\// d' MANIFEST
-find -type f -exec chmod -x {} +
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -62,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 21 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.006002-1
+- 0.006002 bump
+
 * Tue Sep 10 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.006000-1
 - 0.006000 bump
 
diff --git a/sources b/sources
index ac46e85..d9c496c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ca740def1fdbd5fa5a56f224019f26d  Log-Contextual-0.006000.tar.gz
+1fc69d633d0fcf1664bcecbb87a9da49  Log-Contextual-0.006002.tar.gz



More information about the perl-devel mailing list