From 9dcf58b617dbb76b2c7a1bd3a5542498f7f9cf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 18 Mar 2019 10:08:28 +0100 Subject: [PATCH] Finish bootstrapping perl-GIS-Distance-Fast-0.14 --- perl-GIS-Distance.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-GIS-Distance.spec b/perl-GIS-Distance.spec index b9c5822..9e5e75a 100644 --- a/perl-GIS-Distance.spec +++ b/perl-GIS-Distance.spec @@ -1,8 +1,6 @@ # Run optional tests %bcond_without perl_GIS_Distance_enables_optional_test # Use optimized implementation in C -# For perl-GIS-Distance-Fast-0.14 -%global perl_bootstrap 1 %if !%{defined perl_bootstrap} # Build-cycle: perl-GIS-Distance-XS → perl-GIS-Distance %bcond_without perl_GIS_Distance_enables_xs @@ -10,7 +8,7 @@ Name: perl-GIS-Distance Version: 0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Calculate geographic distances License: GPL+ or Artistic URL: https://metacpan.org/release/GIS-Distance @@ -79,6 +77,9 @@ unset GEO_DISTANCE_PP GIS_DISTANCE_PP %{_mandir}/man3/* %changelog +* Mon Mar 18 2019 Petr Pisar - 0.17-2 +- Finish bootstrapping perl-GIS-Distance-Fast-0.14 + * Mon Mar 18 2019 Petr Pisar - 0.17-1 - 0.17 bump