From 0f9176a1844a8c5866c6e1693a718cdb0e2f637b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jan 2018 08:24:51 +0100 Subject: v1.9.0RC3 --- php-pecl-grpc.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-grpc.spec') diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 97e72f5..dcc2923 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -6,6 +6,10 @@ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + %if 0%{?scl:1} %global sub_prefix %{scl_prefix} %scl_package php-pecl-grpc @@ -21,7 +25,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 1.9.0 -%global upstream_prever RC1 +%global upstream_prever RC3 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -220,6 +224,9 @@ cd ../ZTS %changelog +* Tue Jan 30 2018 Remi Collet - 1.9.0~RC3-1 +- Update to 1.9.0RC3 + * Thu Jan 25 2018 Remi Collet - 1.9.0~RC1-1 - Update to 1.9.0RC1 -- cgit