[perl-Catalyst-Plugin-ConfigLoader] Update to 0.34

Emmanuel Seyman eseyman at fedoraproject.org
Sat Nov 22 23:03:39 UTC 2014


commit e167ba2f31f79222f5d5e3178aed8a24128da7e3
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Nov 23 00:03:28 2014 +0100

    Update to 0.34

 .gitignore                             |    1 +
 perl-Catalyst-Plugin-ConfigLoader.spec |   13 +++++++++----
 sources                                |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb1ef73..5fb1507 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Plugin-ConfigLoader-0.27.tar.gz
 /Catalyst-Plugin-ConfigLoader-0.30.tar.gz
+/Catalyst-Plugin-ConfigLoader-0.34.tar.gz
diff --git a/perl-Catalyst-Plugin-ConfigLoader.spec b/perl-Catalyst-Plugin-ConfigLoader.spec
index 2afc176..4af016f 100644
--- a/perl-Catalyst-Plugin-ConfigLoader.spec
+++ b/perl-Catalyst-Plugin-ConfigLoader.spec
@@ -1,9 +1,9 @@
 Name:           perl-Catalyst-Plugin-ConfigLoader
 Summary:        Load config files of various types
-Version:        0.30
-Release:        11%{?dist}
+Version:        0.34
+Release:        1%{?dist}
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Catalyst-Plugin-ConfigLoader-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -16,6 +16,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(MRO::Compat) >= 0.09
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
 
 Requires:       perl(Catalyst::Runtime) >= 5.7008
 Requires:       perl(Config::Any) >= 0.20
@@ -49,12 +51,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.34-1
+- Update to 0.34
+- Drop no-longr-used tags
+
 * Tue Sep 02 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.30-11
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b87fa03..dc2c460 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6cd604120535d5c0ab1160c3a097187  Catalyst-Plugin-ConfigLoader-0.30.tar.gz
+783b51f2f8113041cf2ab6c1a351bfce  Catalyst-Plugin-ConfigLoader-0.34.tar.gz



More information about the perl-devel mailing list