From da190b5ddf0381bfd04c08bca1c5aa99befa96c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Oct 2020 10:35:05 +0200 Subject: update to 1.33.0RC1 --- .gitignore | 2 ++ PHPINFO | 2 +- REFLECTION | 2 +- grpc-build.patch | 2 +- grpc-noatfork.patch | 2 +- php-pecl-grpc.spec | 10 ++++++++-- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/PHPINFO b/PHPINFO index 7f73326..b7d8fc3 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.32.0RC1 +grpc module version => 1.33.0RC1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 9236d9c..ca95c67 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 grpc version 1.32.0RC1 ] { +Extension [ extension #117 grpc version 1.33.0RC1 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/grpc-build.patch b/grpc-build.patch index e903511..1a790b6 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -1,7 +1,7 @@ diff -up ./config.m4.rpm ./config.m4 --- ./config.m4.rpm 2018-04-09 09:53:39.927037294 +0200 +++ ./config.m4 2018-04-09 09:54:28.015307629 +0200 -@@ -14,8 +14,8 @@ if test "$PHP_GRPC" != "no"; then +@@ -17,8 +17,8 @@ if test "$PHP_GRPC" != "no"; then LIBS="-lpthread $LIBS" diff --git a/grpc-noatfork.patch b/grpc-noatfork.patch index 64e390b..ecde982 100644 --- a/grpc-noatfork.patch +++ b/grpc-noatfork.patch @@ -1,7 +1,7 @@ diff -Naurp a/NTS/config.m4 b/NTS/config.m4 --- a/NTS/config.m4 2020-02-11 10:37:11.093473672 +0000 +++ b/NTS/config.m4 2020-02-11 10:38:28.551693692 +0000 -@@ -795,7 +795,7 @@ if test "$PHP_GRPC" != "no"; then +@@ -903,7 +903,7 @@ if test "$PHP_GRPC" != "no"; then , $ext_shared, , -fvisibility=hidden \ -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN \ -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 \ diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index ee49fa4..0edf059 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -24,8 +24,8 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.32.0 -#global upstream_prever RC1 +%global upstream_version 1.33.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -68,6 +68,9 @@ Obsoletes: php73-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -229,6 +232,9 @@ cd ../ZTS %changelog +* Fri Oct 9 2020 Remi Collet - 1.33.0~RC1-1 +- update to 1.33.0RC1 + * Sat Sep 12 2020 Remi Collet - 1.32.0-1 - update to 1.32.0 -- cgit