diff options
| -rw-r--r-- | php-pecl-protobuf.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 9a3fd0c..042a751 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -20,7 +20,7 @@  Summary:       Mechanism for serializing structured data  Name:          %{?scl_prefix}php-pecl-%{pecl_name}  Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # protobuf extension is BSD  # third_party/utf8_range is MIT  License:       BSD-3-Clause and MIT @@ -188,6 +188,9 @@ fi  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 3.24.2-2 +- rebuild for PHP 8.3.0RC1 +  * Mon Aug 28 2023 Remi Collet <remi@remirepo.net> - 3.24.2-1  - update to 3.24.2 (no change)  | 
