From e532ea6a88d2c030357adb8d2eded5dd57b4d432 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Mar 2017 07:38:07 +0100 Subject: php-pecl-yar: 2.0.2 --- REFLECTION-PHP7 | 4 ++-- php-pecl-yar-php7.spec | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 9289a66..62a7fdd 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #141 yar version 2.0.1 ] { +Extension [ extension #175 yar version 2.0.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,7 +33,7 @@ Extension [ extension #141 yar version 2.0.1 ] { } - Constants [18] { - Constant [ string YAR_VERSION ] { 2.0.1 } + Constant [ string YAR_VERSION ] { 2.0.2 } Constant [ integer YAR_OPT_PACKAGER ] { 1 } Constant [ integer YAR_OPT_PERSISTENT ] { 2 } Constant [ integer YAR_OPT_TIMEOUT ] { 4 } diff --git a/php-pecl-yar-php7.spec b/php-pecl-yar-php7.spec index 716235a..b202b97 100644 --- a/php-pecl-yar-php7.spec +++ b/php-pecl-yar-php7.spec @@ -29,12 +29,12 @@ Summary: Light, concurrent RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.1 +Version: 2.0.2 %if 0%{?gh_date:1} Release: 0.11.%{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 %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP @@ -152,6 +152,8 @@ EOF %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -170,6 +172,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # install config file @@ -271,6 +275,9 @@ export YAR_API_PORT=8964 %changelog +* Wed Mar 15 2017 Remi Collet - 2.0.2-1 +- Update to 2.0.2 + * Thu Dec 1 2016 Remi Collet - 2.0.1-3 - rebuild with PHP 7.1.0 GA -- cgit