From 666de453097255c86c33f0577bda10571c9373d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2020 12:59:30 +0200 Subject: v2.1.2 --- php-pecl-yar.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'php-pecl-yar.spec') diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index d661529..2cf3bc3 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -19,17 +19,12 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name yar %global with_tests %{?_without_tests:0}%{!?_without_tests:1} -%if "%{php_version}" < "5.6" -# After json, msgpack -%global ini_name %{pecl_name}.ini -%else # After 40-json, 40-msgpack %global ini_name 50-%{pecl_name}.ini -%endif Summary: Light, concurrent RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.1.1 +Version: 2.1.2 %if 0%{?gh_date:1} Release: 0.14.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz @@ -263,6 +258,9 @@ export YAR_API_PORT=$(%{__php} -r 'echo 8960 + PHP_MAJOR_VERSION*100 + PHP_MINOR %changelog +* Tue Mar 31 2020 Remi Collet - 2.1.2-1 +- update to 2.1.2 + * Mon Mar 16 2020 Remi Collet - 2.1.1-1 - update to 2.1.1 - drop patches merged upstream -- cgit