diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | grpc-build.patch | 2 | ||||
| -rw-r--r-- | grpc-noatfork.patch | 2 | ||||
| -rw-r--r-- | php-pecl-grpc.spec | 10 | 
6 files changed, 14 insertions, 6 deletions
@@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc @@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 grpc version 1.32.0RC1 ] { +Extension [ <persistent> extension #117 grpc version 1.33.0RC1 ] {    - INI {      Entry [ grpc.enable_fork_support <SYSTEM> ] 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 <remi@remirepo.net> - 1.33.0~RC1-1 +- update to 1.33.0RC1 +  * Sat Sep 12 2020 Remi Collet <remi@remirepo.net> - 1.32.0-1  - update to 1.32.0  | 
