[perl-JSON-Tiny] Update to 0.53

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 1 09:14:12 UTC 2015


commit 28d84207c202b595b88ecea03896e243e5c4a411
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 1 10:14:02 2015 +0100

    Update to 0.53

 .gitignore          |    1 +
 perl-JSON-Tiny.spec |   19 +++++++++++++------
 sources             |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 086796f..a45baf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /JSON-Tiny-0.50.tar.gz
+/JSON-Tiny-0.53.tar.gz
diff --git a/perl-JSON-Tiny.spec b/perl-JSON-Tiny.spec
index 0a503e8..5ee7dbd 100644
--- a/perl-JSON-Tiny.spec
+++ b/perl-JSON-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-JSON-Tiny
-Version:        0.50
-Release:        2%{?dist}
+Version:        0.53
+Release:        1%{?dist}
 Summary:        Minimalistic JSON. No dependencies
 License:        ASL 2.0
 
@@ -18,6 +18,7 @@ BuildRequires:  perl(overload)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 
@@ -45,14 +46,20 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+RELEASE_TESTING=1 make test
 
 %files
-%doc Changes LICENSE README examples
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%license LICENSE
+%doc Changes README examples
+%{perl_vendorlib}/JSON*
+%{_mandir}/man3/JSON*
 
 %changelog
+* Sun Feb 01 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.53-1
+- Update to 0.53
+- Use %%license tag
+- Tighten file listing
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.50-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8ea2ebb..aa78a7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ce211aa931fb7ff2346257a96c6e029  JSON-Tiny-0.50.tar.gz
+70957d3df2ea67f8e2c760166fce7b24  JSON-Tiny-0.53.tar.gz



More information about the perl-devel mailing list