diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:46:06 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 08:46:06 +0200 |
commit | cf620eb206eaf80eb8b0506b66aa0c0623131ac8 (patch) | |
tree | 11b8178a94111aeca1597faa5fa98a35ce1faba4 | |
parent | 9cc11d6e68a20954f3624dd3a0192e75569b6467 (diff) |
-rw-r--r-- | php-pecl-geoip.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index ee577ce..2181267 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-pecl-geoip Version: 1.1.1 -Release: 17%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 18%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extension to map IP addresses to geographic places License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} @@ -48,7 +48,6 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -227,6 +226,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.1.1-18 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 20 2023 Remi Collet <remi@remirepo.net> - 1.1.1-17 - build out of sources tree |