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