[perl-Log-Any-Adapter] Upstream update.

corsepiu corsepiu at fedoraproject.org
Thu Mar 8 11:42:13 UTC 2012


commit 83530ec10d61ead4b4837147bebc6e47b675ec0c
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Mar 8 12:42:09 2012 +0100

    Upstream update.
    
    - BR: perl(Carp).
    - Remove filter.

 .gitignore                |    2 +-
 perl-Log-Any-Adapter.spec |   13 ++++++++-----
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4afe51a..fa3b957 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Any-Adapter-0.06.tar.gz
+/Log-Any-Adapter-0.07.tar.gz
diff --git a/perl-Log-Any-Adapter.spec b/perl-Log-Any-Adapter.spec
index fe08d7d..6d8399f 100644
--- a/perl-Log-Any-Adapter.spec
+++ b/perl-Log-Any-Adapter.spec
@@ -1,5 +1,5 @@
 Name:           perl-Log-Any-Adapter
-Version:        0.06
+Version:        0.07
 Release:        1%{?dist}
 Summary:        Tell Log::Any where to send its logs
 License:        GPL+ or Artistic
@@ -7,16 +7,14 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Log-Any-Adapter/
 Source0:        http://www.cpan.org/authors/id/J/JS/JSWARTZ/Log-Any-Adapter-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(Guard)
-BuildRequires:  perl(Log::Any) >= 0.10
+BuildRequires:  perl(Log::Any)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Requires:       perl(Log::Any) >= 0.10
-%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Log::Any\\)
-
 %description
 The Log-Any-Adapter distribution implements Log::Any class methods to
 specify where logs should be sent. It is a separate distribution so as to
@@ -47,6 +45,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 08 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.07-1
+- Upstream update.
+- BR: perl(Carp).
+- Remove filter.
+
 * Sat Jan 14 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.06-1
 - Upstream update.
 - Reflect upstream having abandoned using ExtUtils::AutoInstall.
diff --git a/sources b/sources
index 03ef469..7c9bdaf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a8fd64c9d670cf943d80116fec0d4a0  Log-Any-Adapter-0.06.tar.gz
+7851f73eb007b4f08750aff42b14c03c  Log-Any-Adapter-0.07.tar.gz



More information about the perl-devel mailing list