From 5eccc84ae36cd25b7fe01a3db40fb4b76ac60ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Apr 2016 12:38:33 +0200 Subject: [PATCH] 1.999716 bump --- .gitignore | 1 + perl-Math-BigInt.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 67bb5fa..30cbb96 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index a6a3a4e..4201ecc 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -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 - 1.9997.16-1 +- 1.999716 bump + * Thu Feb 04 2016 Fedora Release Engineering - 1.9997.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index afdd384..f2024ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8a305d8ac9c774eb9ed391d7acbd15a Math-BigInt-1.999715.tar.gz +077810de0d01f4c0823286d3b7190394 Math-BigInt-1.999716.tar.gz