summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-09 10:35:05 +0200
committerRemi Collet <remi@remirepo.net>2020-10-09 10:35:05 +0200
commitda190b5ddf0381bfd04c08bca1c5aa99befa96c1 (patch)
tree51bbdee41ff6bb29abd0eb6666295b4577f07e6f
parente080fde62d3f833d0410885d6c58efd9ee5b6b6a (diff)
update to 1.33.0RC1
-rw-r--r--.gitignore2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--grpc-build.patch2
-rw-r--r--grpc-noatfork.patch2
-rw-r--r--php-pecl-grpc.spec10
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 [ <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