From c813506240f490f7b0c0d798200af1ae9df43fe9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 09:12:10 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-geospatial.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-geospatial.spec b/php-pecl-geospatial.spec index f4f713f..96b3aba 100644 --- a/php-pecl-geospatial.spec +++ b/php-pecl-geospatial.spec @@ -30,9 +30,9 @@ Summary: PHP Extension to handle common geospatial functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.0 %if 0%{?gh_date:1} -Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP @@ -261,6 +261,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet - 0.2.0-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 0.2.0-2 - rebuld for 7.3.0alpha4 new ABI -- cgit