[perl-JSON-Path] Update to 0.205

Emmanuel Seyman eseyman at fedoraproject.org
Sun Sep 14 00:39:52 UTC 2014


commit 83e1d4dc237cefa35a09b4c358605e3128799903
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Sep 14 02:39:43 2014 +0200

    Update to 0.205

 .gitignore          |    1 +
 perl-JSON-Path.spec |   11 ++++++++---
 sources             |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afee8b7..46f88ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /JSON-Path-0.101.tar.gz
+/JSON-Path-0.205.tar.gz
diff --git a/perl-JSON-Path.spec b/perl-JSON-Path.spec
index 8812e17..ec03db3 100644
--- a/perl-JSON-Path.spec
+++ b/perl-JSON-Path.spec
@@ -1,6 +1,6 @@
 Name:           perl-JSON-Path
-Version:        0.101
-Release:        9%{?dist}
+Version:        0.205
+Release:        1%{?dist}
 Summary:        Search nested hashref/arrayref structures using JSONPath
 
 License:        MIT
@@ -12,8 +12,10 @@ BuildArch:      noarch
 BuildRequires:  perl >= 1:5.8.0
 BuildRequires:  perl(common::sense)
 BuildRequires:  perl(Error)
+BuildRequires:  perl(Exporter::Tiny)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(LV)
 BuildRequires:  perl(Test::More) >= 0.61
 
 # Those are only needed when building for RHEL, on Fedora they come in as
@@ -56,12 +58,15 @@ make test
 
 %files
 %defattr(-,root,root,-)
-%doc Changes Changes.ttl Changes.xml README TODO
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 
 %changelog
+* Sun Sep 07 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.205-1
+- Update to 0.205
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.101-9
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5fca062..446f2ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa43d374c431c65fa7253a6ca23ec783  JSON-Path-0.101.tar.gz
+ac9899e7ada8cf3e4f3f0db291d70dc6  JSON-Path-0.205.tar.gz


More information about the scm-commits mailing list