diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 09:11:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 09:11:21 +0200 |
commit | affb10aa25018065c82ffa48ed180332b2766145 (patch) | |
tree | a35c70dd9a7b940a55975e7b94a9b05532bc7f59 | |
parent | ebd8ee35ca516f137f3c08cb82ae251ae1248ba0 (diff) |
rebuild for PHP 8.3.0RC1
-rw-r--r-- | php-pecl-yac.spec | 7 |
1 files 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 <remi@remirepo.net> - 2.3.1-7 +- rebuild for PHP 8.3.0RC1 + * Tue Jul 18 2023 Remi Collet <remi@remirepo.net> - 2.3.1-6 - build out of sources tree |