[perl-Log-Contextual] 0.005005 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Fri Aug 16 12:29:31 UTC 2013


commit ab4cb95184c4ee7d35aec2358ee36843366f4a92
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri Aug 16 14:29:08 2013 +0200

    0.005005 bump

 .gitignore               |    1 +
 perl-Log-Contextual.spec |   15 ++++++++++-----
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b4375a..95d1b3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Log-Contextual-0.005001.tar.gz
 /Log-Contextual-0.005002.tar.gz
 /Log-Contextual-0.005003.tar.gz
+/Log-Contextual-0.005005.tar.gz
diff --git a/perl-Log-Contextual.spec b/perl-Log-Contextual.spec
index dfeb355..992c74f 100644
--- a/perl-Log-Contextual.spec
+++ b/perl-Log-Contextual.spec
@@ -1,6 +1,6 @@
 Name:           perl-Log-Contextual
-Version:        0.005003
-Release:        2%{?dist}
+Version:        0.005005
+Release:        1%{?dist}
 Summary:        Simple logging interface with a contextual log
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -12,23 +12,25 @@ BuildRequires:  perl(inc::Module::Install) >= 0.91
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper::Concise)
-BuildRequires:  perl(Exporter::Declare) >= 0.106
+BuildRequires:  perl(Exporter::Declare) >= 0.111
 BuildRequires:  perl(Exporter::Declare::Export::Generator)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Log::Log4perl) >= 1.29
-BuildRequires:  perl(Moo)
+BuildRequires:  perl(Moo) >= 1.003000
 BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
-Requires:       perl(Exporter::Declare) >= 0.105
+Requires:       perl(Exporter::Declare) >= 0.111
+Requires:       perl(Moo) >= 1.003000
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Filter under-specified depenedencies
 %global __requires_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Exporter::Declare\\)\\s*$
+%global __requires_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Moo\\)\\s*$
 
 %description
 This module is a simple interface to extensible logging. It is bundled with
@@ -60,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 09 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.005005-1
+- 0.005005 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.005003-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2e17a3d..38dabf8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bd8424dc5a1c7092fb2c7cd5ebe992b  Log-Contextual-0.005003.tar.gz
+ad5a79cae79aacaf3b6b9d35941527b2  Log-Contextual-0.005005.tar.gz


More information about the scm-commits mailing list