diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-yaf.spec | 8 |
3 files changed, 10 insertions, 4 deletions
@@ -2,7 +2,7 @@ yaf yaf support => enabled -Version => 3.1.1 +Version => 3.1.3 Supports => http://pecl.php.net/package/yaf Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 yaf version 3.1.1 ] { +Extension [ <persistent> extension #112 yaf version 3.1.3 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ <persistent> extension #112 yaf version 3.1.1 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 3.1.1 } + Constant [ string YAF_VERSION ] { 3.1.3 } 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 fdf4362..b24db0f 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.1 +Version: 3.1.3 %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,12 @@ fi %changelog +* Fri Mar 20 2020 Remi Collet <remi@remirepo.net> - 3.1.3-1 +- update to 3.1.3 + +* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 3.1.2-1 +- update to 3.1.2 + * Mon Mar 16 2020 Remi Collet <remi@remirepo.net> - 3.1.1-1 - update to 3.1.1 |