diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-28 06:57:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-28 06:57:31 +0100 |
commit | d97a9538a1735fa6c34ed2c3677cd9e43dbc1c2d (patch) | |
tree | 1574b18c80bc4c276db15cf328ce2cac06db4af9 | |
parent | b4c2b4a6e11f2bffefefceb9ba00b5512b05126e (diff) |
rebuild against library 8.3.1 in Fedora/EPEL
-rw-r--r-- | php-pecl-ip2location.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index d74f1c2..ea0ffe0 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: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -34,7 +34,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel # ensure proper version is used -BuildRequires: IP2Location-devel >= 8.2 +BuildRequires: IP2Location-devel >= 8.3 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -214,6 +214,9 @@ fi %changelog +* Sat Nov 28 2020 Remi Collet <remi@remirepo.net> - 8.1.1-2 +- rebuild against library 8.3.1 in Fedora/EPEL + * Fri Nov 20 2020 Remi Collet <remi@remirepo.net> - 8.1.1-1 - update to 8.1.1 - drop patch merged upstream |