1.999716 bump

This commit is contained in:
Petr Písař 2016-04-05 12:38:33 +02:00
parent 3d975b2670
commit 5eccc84ae3
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/Math-BigInt-1.999710.tar.gz
/Math-BigInt-1.999714.tar.gz
/Math-BigInt-1.999715.tar.gz
/Math-BigInt-1.999716.tar.gz

View File

@ -1,8 +1,8 @@
Name: perl-Math-BigInt
%global cpan_version 1.999715
%global cpan_version 1.999716
# Keep 4-digit version to compete with perl.spec
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Arbitrary-size integer and float mathematics
License: GPL+ or Artistic
Group: Development/Libraries
@ -13,6 +13,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
# This core module must be buildable without non-core modules at bootstrap.
%if %{defined perl_bootstrap}
BuildRequires: perl(Config)
@ -96,7 +97,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -110,6 +111,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Apr 05 2016 Petr Pisar <ppisar@redhat.com> - 1.9997.16-1
- 1.999716 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9997.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
c8a305d8ac9c774eb9ed391d7acbd15a Math-BigInt-1.999715.tar.gz
077810de0d01f4c0823286d3b7190394 Math-BigInt-1.999716.tar.gz