0.2614 bump
This commit is contained in:
parent
8d926e35ae
commit
12a221b50a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/Math-BigRat-0.2611.tar.gz
|
/Math-BigRat-0.2611.tar.gz
|
||||||
/Math-BigRat-0.2612.tar.gz
|
/Math-BigRat-0.2612.tar.gz
|
||||||
/Math-BigRat-0.2613.tar.gz
|
/Math-BigRat-0.2613.tar.gz
|
||||||
|
/Math-BigRat-0.2614.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Math-BigRat
|
Name: perl-Math-BigRat
|
||||||
# Keep 4-digit version to compete with perl.spec
|
# Keep 4-digit version to compete with perl.spec
|
||||||
Version: 0.2613
|
Version: 0.2614
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Arbitrary big rational numbers
|
Summary: Arbitrary big rational numbers
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Math-BigRat/
|
URL: http://search.cpan.org/dist/Math-BigRat/
|
||||||
@ -9,8 +9,8 @@ Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigRat-%{versi
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -25,10 +25,16 @@ BuildRequires: perl(Exporter)
|
|||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
# Math::Complex not used
|
# Math::Complex not used
|
||||||
# Scalar::Util not used
|
# Scalar::Util not used
|
||||||
BuildRequires: perl(Test::More) >= 0.82
|
# Test::CPAN::Changes not used
|
||||||
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
# Test::Version not used
|
||||||
# Optional tests:
|
# Optional tests:
|
||||||
# Module::Signature not used and not helpful
|
# Module::Signature not used and not helpful
|
||||||
|
# Pod::Coverage 0.18 not used
|
||||||
# Socket not used
|
# Socket not used
|
||||||
|
# Test::Pod 1.22 not used
|
||||||
|
# Test::Pod::Coverage 1.08 not used
|
||||||
|
# Test::Portability::Files not used
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Math::BigInt) >= 1.999718
|
Requires: perl(Math::BigInt) >= 1.999718
|
||||||
Conflicts: perl < 4:5.22.0-348
|
Conflicts: perl < 4:5.22.0-348
|
||||||
@ -49,6 +55,7 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
unset RELEASE_TESTING
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -58,6 +65,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 18 2018 Petr Pisar <ppisar@redhat.com> - 0.2614-1
|
||||||
|
- 0.2614 bump
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2613-3
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2613-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Math-BigRat-0.2613.tar.gz) = 127afa532b5fbfc2aa28186ba49212d7a9e411d05683e100693a8cb4d9292e1359c693f805cc066ab92d3276728a195eb78a0bebfe79202d0703991fafe6c3fd
|
SHA512 (Math-BigRat-0.2614.tar.gz) = f9bad3be3cea31fb795d156a16cd55b3a828215f5538b0f9918b2f9540de01d98c9831614687310da646d015b68e2eb144a5279f990cfc5982f3f1ff11758a2f
|
||||||
|
Loading…
Reference in New Issue
Block a user