diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-19 06:31:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-19 06:31:24 +0200 |
commit | 5f1e3fd3c3081bfcc20e682f99056fb12c84a493 (patch) | |
tree | 99f86fe06817b1501798885a05c4f2906bccd3cb | |
parent | b7b8b24a03d3af656e5dd1f786827ce50cb8e03f (diff) |
v1.6.0 (stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | grpc-build.patch | 4 | ||||
-rw-r--r-- | php-pecl-grpc.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #184 grpc version 1.6.0RC1 ] { +Extension [ <persistent> extension #184 grpc version 1.6.0 ] { - Constants [41] { Constant [ integer Grpc\CALL_OK ] { 0 } diff --git a/grpc-build.patch b/grpc-build.patch index efff313..9c935c5 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -6,9 +6,9 @@ diff -up ./config.m4.rpm ./config.m4 LIBS="-lpthread $LIBS" - CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11" -- CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti" +- CXXFLAGS="-std=c++11" + CFLAGS="$CFLAGS -Wno-parentheses-equality -Wno-unused-value -std=c11" -+ CXXFLAGS="$CXXFLAGS -std=c++11 -fno-exceptions -fno-rtti" ++ CXXFLAGS="$CXXFLAGS -std=c++11" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" PHP_REQUIRE_CXX() PHP_ADD_LIBRARY(pthread) diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 1768810..dfc5d7c 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -22,7 +22,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 1.6.0 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -221,6 +221,9 @@ cd ../ZTS %changelog +* Tue Sep 19 2017 Remi Collet <remi@remirepo.net> - 1.6.0-1 +- Update to 1.6.0 (stable) + * Mon Sep 4 2017 Remi Collet <remi@remirepo.net> - 1.6.0~RC1-1 - Update to 1.6.0RC1 - License changed to Apache 2.0 |