From e54cdd4f4c9340ed371e77569f1fcb604bb685bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jun 2023 10:50:08 +0200 Subject: update to 8.2.0 --- php-pecl-ip2location.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php-pecl-ip2location.spec') diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index e04cd3b..2cfdd35 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -1,7 +1,7 @@ # remirepo spec file for php-pecl-ip2location # -# Copyright (c) 2017-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2017-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -18,12 +18,13 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 8.1.2 +%global upstream_version 8.2.0 #global upstream_prever RC1 +%global libversion 8.4 Summary: Get geo location information of an IP address Name: %{?scl_prefix}php-pecl-%{pecl_name} -License: PHP +License: PHP-3.01 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/%{pecl_name} @@ -34,7 +35,8 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel # ensure proper version is used -BuildRequires: IP2Location-devel >= 8.4 +BuildRequires: IP2Location-devel >= %{libversion} +Requires: IP2Location-libs%{?_isa} >= %{libversion} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -191,6 +193,9 @@ fi %changelog +* Mon Jun 12 2023 Remi Collet - 8.2.0-1 +- update to 8.2.0 + * Fri Jul 29 2022 Remi Collet - 8.1.2-1 - update to 8.1.2 -- cgit