From bba399d2d69301ea9d00aade653cf6a1293d6c3f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:03:24 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-protobuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-protobuf.spec') 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 - 3.24.2-2 +- rebuild for PHP 8.3.0RC1 + * Mon Aug 28 2023 Remi Collet - 3.24.2-1 - update to 3.24.2 (no change) -- cgit