From 8d8f84b2bebd02ffc2e16335dad17e401f98b157 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:36:28 +0200 Subject: rebuild for 8.1.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 40fcd54..9919a19 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -24,7 +24,7 @@ Summary: Mechanism for serializing structured data Name: %{?sub_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;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -208,6 +208,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 3.17.3-2 +- rebuild for 8.1.0RC1 + * Tue Jun 8 2021 Remi Collet - 3.17.3-1 - update to 3.17.3 - add patch for PHP 8.1 from -- cgit