diff options
-rw-r--r-- | php-pecl-ip2location.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index f690f40..6a26383 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -25,7 +25,7 @@ Summary: Get geo location information of an IP address Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: http://pecl.php.net/package/igbinary Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: PHP @@ -230,6 +230,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 8.0.1-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 8.0.1-2 - rebuld for 7.3.0alpha4 new ABI |