Update to 2.27105

- New upstream release 2.27105
  - Removed t/900_pod.t from package because of author test
- Drop buildreq perl(Test::Pod), no longer needed
This commit is contained in:
Paul Howarth 2011-03-08 14:12:46 +00:00
parent 059b0f16c4
commit c363195bc5
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/JSON-PP-2.27104.tar.gz
/JSON-PP-2.27105.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-JSON-PP
Version: 2.27104
Release: 4%{?dist}
Version: 2.27105
Release: 1%{?dist}
Summary: JSON::XS compatible pure-Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,7 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Tie::IxHash)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Conflicts: perl-JSON < 2.50
@ -51,7 +50,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/JSON::PP::Boolean.3pm*
%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27104-4
* Tue Mar 8 2011 Paul Howarth <paul@city-fan.org> - 2.27105-1
- Update to 2.27105
- Removed t/900_pod.t from package because of author test
- Drop buildreq perl(Test::Pod), no longer needed
* Tue Feb 8 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27104-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Jan 27 2011 Paul Howarth <paul@city-fan.org> - 2.27104-3

View File

@ -1 +1 @@
45094c4030d67701b1af513b06913ead JSON-PP-2.27104.tar.gz
c4ff8d984a4b55fa1ab5ca0ba4dbe54f JSON-PP-2.27105.tar.gz