From cf620eb206eaf80eb8b0506b66aa0c0623131ac8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:46:06 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-geoip.spec | 6 ++++-- 1 file 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 - 1.1.1-18 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 20 2023 Remi Collet - 1.1.1-17 - build out of sources tree -- cgit