From 80775703bd16f6daddfba400cf19e2c6ad09fb41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Apr 2020 09:38:41 +0200 Subject: update to 3.1.4 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-yaf.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 3fa1a29..7204614 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ yaf yaf support => enabled -Version => 3.1.3 +Version => 3.1.4 Supports => http://pecl.php.net/package/yaf Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 65e9be3..6452d6a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #112 yaf version 3.1.3 ] { +Extension [ extension #113 yaf version 3.1.4 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ extension #112 yaf version 3.1.3 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 3.1.3 } + Constant [ string YAF_VERSION ] { 3.1.4 } Constant [ string YAF_ENVIRON ] { product } Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index b24db0f..9f27fdd 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -26,7 +26,7 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf -Version: 3.1.3 +Version: 3.1.4 %if 0%{?gh_date:1} Release: 0.12.%{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 @@ -220,6 +220,9 @@ fi %changelog +* Wed Apr 1 2020 Remi Collet - 3.1.4-1 +- update to 3.1.4 + * Fri Mar 20 2020 Remi Collet - 3.1.3-1 - update to 3.1.3 -- cgit