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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user