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

corsepiu corsepiu at fedoraproject.org
Thu Nov 8 06:45:16 UTC 2012


commit 747b6aac4d955f0b7db7e44ae4bc4a18d8e942d8
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Nov 8 07:45:12 2012 +0100

    Upstream update.
    
    - Minor spec file brushup.

 .gitignore                |    2 +-
 perl-Log-Any-Adapter.spec |   12 ++++++++----
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f3369de..d434915 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Any-Adapter-0.09.tar.gz
+/Log-Any-Adapter-0.10.tar.gz
diff --git a/perl-Log-Any-Adapter.spec b/perl-Log-Any-Adapter.spec
index 3597c2a..0805321 100644
--- a/perl-Log-Any-Adapter.spec
+++ b/perl-Log-Any-Adapter.spec
@@ -1,5 +1,5 @@
 Name:           perl-Log-Any-Adapter
-Version:        0.09
+Version:        0.10
 Release:        1%{?dist}
 Summary:        Tell Log::Any where to send its logs
 License:        GPL+ or Artistic
@@ -8,12 +8,13 @@ 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(Capture::Tiny)
+BuildRequires:  perl(Capture::Tiny) >= 0.12
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(Guard)
 BuildRequires:  perl(Log::Any)
 BuildRequires:  perl(Test::More)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -40,14 +41,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 08 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.10-1
+- Upstream update.
+- Minor spec file brushup.
+
 * Mon Aug 27 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.09-1
-- Upstream updates.
+- Upstream update.
 
 * Mon Aug 06 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.08-1
 - Upstream update.
diff --git a/sources b/sources
index 1239a56..bf4f006 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b03fa120a718369d66233a3803be8bf  Log-Any-Adapter-0.09.tar.gz
+f3c848c66ad15e88511629f3f1accfcc  Log-Any-Adapter-0.10.tar.gz



More information about the perl-devel mailing list