Update to 2.27203
- New upstream release 2.27203 - Fixed return/or in _incr_parse (CPAN RT#86948) - Specify all dependencies
This commit is contained in:
parent
0ab71d854c
commit
0b12f68add
@ -1,6 +1,6 @@
|
|||||||
Name: perl-JSON-PP
|
Name: perl-JSON-PP
|
||||||
Version: 2.27202
|
Version: 2.27203
|
||||||
Release: 291%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JSON::XS compatible pure-Perl module
|
Summary: JSON::XS compatible pure-Perl module
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -8,20 +8,28 @@ URL: http://search.cpan.org/dist/JSON-PP/
|
|||||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-PP-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-PP-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl(B)
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
|
BuildRequires: perl(bytes)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(Encode)
|
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Getopt::Long)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Math::BigFloat)
|
BuildRequires: perl(Math::BigFloat)
|
||||||
BuildRequires: perl(Math::BigInt)
|
BuildRequires: perl(Math::BigInt)
|
||||||
|
BuildRequires: perl(overload)
|
||||||
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Tie::IxHash)
|
BuildRequires: perl(Tie::IxHash)
|
||||||
|
BuildRequires: perl(utf8)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Data::Dumper)
|
Requires: perl(Data::Dumper)
|
||||||
|
Requires: perl(Math::BigFloat)
|
||||||
|
Requires: perl(Math::BigInt)
|
||||||
|
Requires: perl(utf8)
|
||||||
Conflicts: perl-JSON < 2.50
|
Conflicts: perl-JSON < 2.50
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,6 +66,11 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/JSON::PP::Boolean.3pm*
|
%{_mandir}/man3/JSON::PP::Boolean.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 18 2013 Paul Howarth <paul@city-fan.org> - 2.27203-1
|
||||||
|
- Update to 2.27203
|
||||||
|
- Fixed return/or in _incr_parse (CPAN RT#86948)
|
||||||
|
- Specify all dependencies
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27202-291
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27202-291
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user