From affb10aa25018065c82ffa48ed180332b2766145 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:11:21 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-yac.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index ca7317e..3367713 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -39,10 +39,10 @@ Version: 2.3.1 License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} %if 0%{?gh_date:1} -Release: 0.14.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.15.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif @@ -255,6 +255,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 2.3.1-7 +- rebuild for PHP 8.3.0RC1 + * Tue Jul 18 2023 Remi Collet - 2.3.1-6 - build out of sources tree -- cgit