diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 09:37:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 09:37:19 +0200 |
commit | 74c148ca6f8d8bd42bddbc310a438461a3709493 (patch) | |
tree | ddc6d33392ea884f6a131ef0bcd67409d51a5841 | |
parent | 7e2e04a6b4d5699a64d6a703a3d4f7990587cf2d (diff) |
rebuild for 7.3.0beta2 new ABI
-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 |