diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:03:24 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 08:03:24 +0200 |
commit | bba399d2d69301ea9d00aade653cf6a1293d6c3f (patch) | |
tree | 3b0140c703f1deebd61e96038fbe5cd50d1e8bc0 /php-pecl-protobuf.spec | |
parent | 3ca27bb02f90bbd36c0278fd44b7502672cbcca9 (diff) |
rebuild for PHP 8.3.0RC1
Diffstat (limited to 'php-pecl-protobuf.spec')
-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) |