Update to 1.003009

- New upstream release 1.003009
  - Fix tests to no longer rely on . being in @INC (CPAN RT#120404)
epel9
Paul Howarth 8 years ago
parent 885b61040e
commit ea5b85c056

@ -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
@ -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 <paul@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 <releng@fedoraproject.org> - 1.003008-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
5fc1cd29d699dbad7f41e05ccd14118d JSON-MaybeXS-1.003008.tar.gz
SHA512 (JSON-MaybeXS-1.003009.tar.gz) = a8606ccaac749650004d70bd5d6219fb18f66c4c86f720bbec3daf21a15bacd17d308c2a394fb1c9f6584be4d7c519cbc8653bdf5c7c7fa4129b75261645d8e3

Loading…
Cancel
Save