From 22c463f471dbfd31b9e233f6133a4a233f528c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Thu, 2 Mar 2017 10:45:11 +0100 Subject: 1.999810 bump
--- .gitignore | 1 + perl-Math-BigInt.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 019c8d1..8bbeeb5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /Math-BigInt-1.999807.tar.gz /Math-BigInt-1.999808.tar.gz /Math-BigInt-1.999809.tar.gz +/Math-BigInt-1.999810.tar.gz diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index d693b4c..c3eebef 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -1,5 +1,5 @@ Name: perl-Math-BigInt -%global cpan_version 1.999809 +%global cpan_version 1.999810 # Keep 4-digit version to compete with perl.spec Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./') Release: 1%{?dist} @@ -9,6 +9,7 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Math-BigInt/ Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz BuildArch: noarch +BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl @@ -53,6 +54,9 @@ This provides Perl modules for arbitrary-size integer and float mathematics. %prep %setup -q -n Math-BigInt-%{cpan_version} +# Remove a stray file +rm lib/Math/BigInt.pm.bak +sed -i -e '/^lib\/Math\/BigInt\.pm\.bak/d' MANIFEST %build perl Makefile.PL INSTALLDIRS=vendor @@ -74,6 +78,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Mar 02 2017 Petr Pisar <ppi...@redhat.com> - 1.9998.10-1 +- 1.999810 bump + * Mon Feb 13 2017 Petr Pisar <ppi...@redhat.com> - 1.9998.09-1 - 1.999809 bump diff --git a/sources b/sources index 864ba22..b4fc9a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Math-BigInt-1.999809.tar.gz) = 55044359c0f194db8c168f472d77ba3d619850e66753460eceb56ce4c2cbf6c6740ad9af474e50c8ad3091bd059b32e2c21eee68f7760e73353b60b291a7cac8 +SHA512 (Math-BigInt-1.999810.tar.gz) = c73672d4170040de2c9b275b9eb59fe7be0c71491fb8ea73773bf21b60facb040aa1e0696bd94ac4b64564fd9fdd7ae59dc8f893d8c6b94d974b6f4b3741a285 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Math-BigInt.git/commit/?h=f26&id=22c463f471dbfd31b9e233f6133a4a233f528c14 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org