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:
parent
059b0f16c4
commit
c363195bc5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/JSON-PP-2.27104.tar.gz
|
/JSON-PP-2.27105.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-JSON-PP
|
Name: perl-JSON-PP
|
||||||
Version: 2.27104
|
Version: 2.27105
|
||||||
Release: 4%{?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
|
||||||
@ -10,7 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Pod)
|
|
||||||
BuildRequires: perl(Tie::IxHash)
|
BuildRequires: perl(Tie::IxHash)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Conflicts: perl-JSON < 2.50
|
Conflicts: perl-JSON < 2.50
|
||||||
@ -51,7 +50,12 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/JSON::PP::Boolean.3pm*
|
%{_mandir}/man3/JSON::PP::Boolean.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jan 27 2011 Paul Howarth <paul@city-fan.org> - 2.27104-3
|
* Thu Jan 27 2011 Paul Howarth <paul@city-fan.org> - 2.27104-3
|
||||||
|
Loading…
Reference in New Issue
Block a user