Compare commits
No commits in common. "c8-stream-5.3" and "c8-beta" have entirely different histories.
c8-stream-
...
c8-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/bignum-0.51.tar.gz
|
SOURCES/bignum-0.49.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0da08cede1dc29e404faa9b438092f3938aa385e SOURCES/bignum-0.51.tar.gz
|
154bd933f78b4eb470004d4911dba32553994fc5 SOURCES/bignum-0.49.tar.gz
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
Name: perl-bignum
|
Name: perl-bignum
|
||||||
Version: 0.51
|
Version: 0.49
|
||||||
Release: 439%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Transparent big number support for Perl
|
Summary: Transparent big number support for Perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/bignum
|
URL: http://search.cpan.org/dist/bignum/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/bignum-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/bignum-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
@ -18,26 +18,20 @@ BuildRequires: perl(Carp)
|
|||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(Math::BigFloat)
|
BuildRequires: perl(Math::BigFloat)
|
||||||
BuildRequires: perl(Math::BigInt) >= 1.999812
|
BuildRequires: perl(Math::BigInt) >= 1.999718
|
||||||
BuildRequires: perl(Math::BigRat) >= 0.12
|
BuildRequires: perl(Math::BigRat) >= 0.12
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
# Optional run-time:
|
# Optional run-time:
|
||||||
# Math::BigInt::Lite not packaged
|
# Math::BigInt::Lite not packaged
|
||||||
# Tests:
|
# Tests:
|
||||||
# Algorithm::Combinatorics not used
|
# Algorithm::Combinatorics not used
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.47
|
||||||
# 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::CPAN::Changes 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(Carp)
|
Requires: perl(Carp)
|
||||||
Requires: perl(Math::BigInt) >= 1.999812
|
Requires: perl(Math::BigInt) >= 1.999718
|
||||||
Requires: perl(Math::BigRat) >= 0.12
|
Requires: perl(Math::BigRat) >= 0.12
|
||||||
Conflicts: perl < 4:5.22.0-348
|
Conflicts: perl < 4:5.22.0-348
|
||||||
|
|
||||||
@ -60,7 +54,6 @@ 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
|
||||||
@ -70,27 +63,6 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.51-439
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.51-438
|
|
||||||
- Increase release to favour standalone package
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.51-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Oct 12 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.51-1
|
|
||||||
- 0.51 bump
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.50-2
|
|
||||||
- Perl 5.28 rebuild
|
|
||||||
|
|
||||||
* Wed Apr 18 2018 Petr Pisar <ppisar@redhat.com> - 0.50-1
|
|
||||||
- 0.50 bump
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-2
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user