From 2643772ab5343d17c2ac5b67e1dc35e8e1690a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 20 Sep 2019 09:59:49 +0200 Subject: [PATCH] Disable optional tests because perl-Geo-Point will be retired --- perl-GIS-Distance.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/perl-GIS-Distance.spec b/perl-GIS-Distance.spec index bca5eb3..20cc880 100644 --- a/perl-GIS-Distance.spec +++ b/perl-GIS-Distance.spec @@ -1,7 +1,8 @@ %if !%{defined perl_bootstrap} -# Run optional tests -# Build-cycle: perl-GIS-Distance ? perl-Geo-Point ? perl-Geo-Distance -%bcond_without perl_GIS_Distance_enables_optional_test +# Run optional tests. +# Disabled because perl-Geo-Point was retired (bug #1748923). +# Build-cycle: perl-GIS-Distance → perl-Geo-Point → perl-Geo-Distance +%bcond_with perl_GIS_Distance_enables_optional_test # Use optimized implementation in C # Build-cycle: perl-GIS-Distance-XS → perl-GIS-Distance %bcond_without perl_GIS_Distance_enables_xs @@ -9,7 +10,7 @@ Name: perl-GIS-Distance Version: 0.18 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Calculate geographic distances License: GPLv3+ URL: https://metacpan.org/release/GIS-Distance @@ -78,6 +79,9 @@ unset GEO_DISTANCE_PP GIS_DISTANCE_PP %{_mandir}/man3/* %changelog +* Fri Sep 20 2019 Petr Pisar - 0.18-5 +- Disable optional tests because perl-Geo-Point will be retired (bug #1748923) + * Fri Jul 26 2019 Fedora Release Engineering - 0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild