diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 10:55:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 10:55:26 +0200 |
commit | 18d5c0b99730348550c6e946bce86babbf972851 (patch) | |
tree | c182dbcfd6030e50aac92964756a249e845965cf | |
parent | 81e9399d611bf692c4a5c011db5b8a53295eaf5a (diff) |
rebuild for PHP 8.0.0RC1
-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 388ac43..8b01e86 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -26,7 +26,7 @@ Summary: Get geo location information of an IP address Name: %{?sub_prefix}php-pecl-%{pecl_name} License: PHP Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/igbinary Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -233,6 +233,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 8.0.1-7 +- rebuild for PHP 8.0.0RC1 + * Fri Sep 25 2020 Remi Collet <remi@remirepo.net> - 8.0.1-6 - add patches for library version 8.1 and for PHP 8 from https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/8 |