From ea5b85c056bf304bf7f39e5f2669fa5ad56ed195 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 27 Feb 2017 10:29:32 +0000
Subject: Update to 1.003009

- New upstream release 1.003009
  - Fix tests to no longer rely on . being in @INC (CPAN RT#120404)
---
 perl-JSON-MaybeXS.spec | 14 +++++++++-----
 sources                |  2 +-
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 060588f..47d04fa 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,8 +8,8 @@
 
 Name:          perl-JSON-MaybeXS
 Summary:       Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:       1.003008
-Release:       2%{?dist}
+Version:       1.003009
+Release:       1%{?dist}
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/JSON-MaybeXS/
 Source0:       
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-%{version}.tar.gz
@@ -46,11 +46,11 @@ This module first checks to see if either Cpanel::JSON::XS 
or JSON::XS
 is already loaded, in which case it uses that module. Otherwise it tries
 to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and
 either uses the first module it finds or throws an error.
- 
+
 It then exports the "encode_json" and "decode_json" functions from the
 loaded module, along with a "JSON" constant that returns the class name
 for calling "new" on.
- 
+
 If you're writing fresh code rather than replacing JSON.pm usage, you
 might want to pass options as constructor args rather than calling
 mutators, so we provide our own "new" method that supports that.
@@ -65,7 +65,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -76,6 +76,10 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Mon Feb 27 2017 Paul Howarth <p...@city-fan.org> - 1.003009-1
+- Update to 1.003009
+  - Fix tests to no longer rely on . being in @INC (CPAN RT#120404)
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
1.003008-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 93239ab..825b79b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5fc1cd29d699dbad7f41e05ccd14118d  JSON-MaybeXS-1.003008.tar.gz
+SHA512 (JSON-MaybeXS-1.003009.tar.gz) = 
a8606ccaac749650004d70bd5d6219fb18f66c4c86f720bbec3daf21a15bacd17d308c2a394fb1c9f6584be4d7c519cbc8653bdf5c7c7fa4129b75261645d8e3
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-JSON-MaybeXS.git/commit/?h=master&id=ea5b85c056bf304bf7f39e5f2669fa5ad56ed195
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to