[perl-Config-GitLike] Update to 1.15

Emmanuel Seyman eseyman at fedoraproject.org
Mon Nov 10 13:48:34 UTC 2014


commit 475df2332d9efb1533b8c32bf86f6c21a136e578
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Mon Nov 10 14:48:25 2014 +0100

    Update to 1.15

 .gitignore               |    1 +
 perl-Config-GitLike.spec |   14 ++++++++++----
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edf1612..b0340f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Config-GitLike-1.04.tar.gz
 /Config-GitLike-1.08.tar.gz
 /Config-GitLike-1.09.tar.gz
 /Config-GitLike-1.10.tar.gz
+/Config-GitLike-1.15.tar.gz
diff --git a/perl-Config-GitLike.spec b/perl-Config-GitLike.spec
index 6de3f17..ecaf573 100644
--- a/perl-Config-GitLike.spec
+++ b/perl-Config-GitLike.spec
@@ -1,15 +1,18 @@
 Name:           perl-Config-GitLike
-Version:        1.10
-Release:        6%{?dist}
+Version:        1.15
+Release:        1%{?dist}
 Summary:        Git-compatible config file parsing
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/Config-GitLike/
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Config-GitLike-%{version}.tar.gz
+
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.8.0
+BuildRequires:  perl
 BuildRequires:  perl(Any::Moose)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Moo)
+BuildRequires:  perl(MooX::Types::MooseLike::Base)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -44,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 10 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1.15-1
+- Update to 1.15
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.10-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c875ff5..1cd13d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8c99ae4d2f771b0d456a4a9a86235ad  Config-GitLike-1.10.tar.gz
+c4a8fea0f3e427ae3897ea23aaf8b1d0  Config-GitLike-1.15.tar.gz



More information about the perl-devel mailing list