From f1ef18b93846238fb691426242fca7076046c989 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 May 2023 09:57:55 +0200 Subject: update to 1.55.0RC1 --- php-pecl-grpc.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-pecl-grpc.spec') diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 4edf31c..3b46fcd 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -19,8 +19,8 @@ %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.54.0 -#global upstream_prever RC2 +%global upstream_version 1.55.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?scl_prefix}php-pecl-%{pecl_name} @@ -40,7 +40,7 @@ BuildRequires: devtoolset-7-toolchain %global dtsprefix devtoolset-7- %endif BuildRequires: make -BuildRequires: %{?dtsprefix}gcc >= 7 +BuildRequires: %{?dtsprefix}gcc >= 7.0 BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: %{?scl_prefix}php-devel >= 7.0 BuildRequires: %{?scl_prefix}php-pear @@ -76,9 +76,9 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm %ifarch %{arm} -%patch1 -p1 -b .noatfork +%patch -P1 -p1 -b .noatfork %endif #sed -e '/PHP_GRPC_VERSION/s/RC3/RC2/' -i src/php/ext/grpc/version.h @@ -208,6 +208,9 @@ cd ../ZTS %changelog +* Tue May 2 2023 Remi Collet - 1.55.0~RC1-1 +- update to 1.55.0RC1 + * Tue Apr 18 2023 Remi Collet - 1.54.0-1 - update to 1.54.0 -- cgit