From 5f531fb22e332029d54a28f89a0bc0126921fc4c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Apr 2018 09:03:12 +0200 Subject: v1.10.1 (stable) --- REFLECTION | 2 +- grpc-build.patch | 10 +++++----- php-pecl-grpc.spec | 5 ++++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index f06e02b..661de8e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #196 grpc version 1.10.1RC1 ] { +Extension [ extension #196 grpc version 1.10.1 ] { - Constants [41] { Constant [ integer Grpc\CALL_OK ] { 0 } diff --git a/grpc-build.patch b/grpc-build.patch index efff313..6403b0b 100644 --- a/grpc-build.patch +++ b/grpc-build.patch @@ -1,13 +1,13 @@ diff -up ./config.m4.rpm ./config.m4 ---- ./config.m4.rpm 2017-08-22 16:28:30.000000000 +0200 -+++ ./config.m4 2017-08-22 16:28:56.000000000 +0200 +--- ./config.m4.rpm 2018-04-09 08:54:24.472418287 +0200 ++++ ./config.m4 2018-04-09 08:55:26.124761575 +0200 @@ -11,8 +11,8 @@ if test "$PHP_GRPC" != "no"; then LIBS="-lpthread $LIBS" -- CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11" -- CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti" -+ CFLAGS="$CFLAGS -Wno-parentheses-equality -Wno-unused-value -std=c11" +- CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2" +- CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2" ++ CFLAGS="$CFLAGS -std=c11" + CXXFLAGS="$CXXFLAGS -std=c++11 -fno-exceptions -fno-rtti" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" PHP_REQUIRE_CXX() diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 604e8f7..df9b139 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -25,7 +25,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 1.10.1 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -223,6 +223,9 @@ cd ../ZTS %changelog +* Mon Apr 9 2018 Remi Collet - 1.10.1-1 +- Update to 1.10.1 (stable) + * Thu Mar 29 2018 Remi Collet - 1.10.1~RC1-1 - Update to 1.10.1RC1 -- cgit