From 6ec1a25f62a1ffb3e81d2f791ff31894dc993f29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Oct 2017 06:28:19 +0200 Subject: v1.7.0RC1 --- php-pecl-grpc.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-pecl-grpc.spec') diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index dfc5d7c..2cd5c7d 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -12,7 +12,6 @@ %endif ## TODO: not suitable for Fedora, tons of bundled libraries -# and DON'T honours build flags %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} @@ -21,8 +20,8 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.6.0 -#global upstream_prever RC1 +%global upstream_version 1.7.0 +%global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -221,6 +220,9 @@ cd ../ZTS %changelog +* Thu Oct 12 2017 Remi Collet - 1.7.0~RC1-1 +- Update to 1.7.0RC1 + * Tue Sep 19 2017 Remi Collet - 1.6.0-1 - Update to 1.6.0 (stable) -- cgit