From 2c80e16a2de36d810df37e098f48964652763762 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 07:57:13 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-igbinary.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 72fd87b..d9eab0c 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -33,10 +33,10 @@ Summary: Replacement for the standard PHP serializer Name: %{?scl_prefix}php-pecl-igbinary Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} %if 0%{?gh_date} -Release: 0.14.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.15.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -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;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD-3-Clause @@ -51,7 +51,6 @@ BuildRequires: %{?scl_prefix}php-json Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Obsoletes: %{?scl_prefix}php-%{pecl_name} <= 1.1.1 Provides: %{?scl_prefix}php-%{pecl_name} = %{version} @@ -292,6 +291,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 3.2.14-2 +- rebuild for PHP 8.3.0RC1 + * Mon Feb 27 2023 Remi Collet - 3.2.14-1 - update to 3.2.14 -- cgit