diff options
| author | Remi Collet <remi@remirepo.net> | 2019-12-19 09:40:56 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-12-19 09:40:56 +0100 | 
| commit | dc7a4ff9020d347079b13009b75bbd1398ac9288 (patch) | |
| tree | a5c4cf33190e63706c2f2cadd13ac5005e456dc5 | |
| parent | 842e6fd991fa27f5706df592efbeb3fef70b0128 (diff) | |
v3.0.9
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 24 | ||||
| -rw-r--r-- | php-pecl-yaf.spec | 21 | 
3 files changed, 23 insertions, 24 deletions
@@ -2,7 +2,7 @@  yaf  yaf support => enabled -Version => 3.0.8 +Version => 3.0.9  Supports => http://pecl.php.net/package/yaf  Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #176 yaf version 3.0.8 ] { +Extension [ <persistent> extension #107 yaf version 3.0.9 ] {    - Dependencies {      Dependency [ spl (Required) ] @@ -40,18 +40,18 @@ Extension [ <persistent> extension #176 yaf version 3.0.8 ] {    }    - Constants [12] { -    Constant [ string YAF_VERSION ] { 3.0.8 } +    Constant [ string YAF_VERSION ] { 3.0.9 }      Constant [ string YAF_ENVIRON ] { product } -    Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } -    Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } -    Constant [ integer YAF_ERR_DISPATCH_FAILED ] { 514 } -    Constant [ integer YAF_ERR_AUTOLOAD_FAILED ] { 520 } -    Constant [ integer YAF_ERR_NOTFOUND_MODULE ] { 515 } -    Constant [ integer YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } -    Constant [ integer YAF_ERR_NOTFOUND_ACTION ] { 517 } -    Constant [ integer YAF_ERR_NOTFOUND_VIEW ] { 518 } -    Constant [ integer YAF_ERR_CALL_FAILED ] { 519 } -    Constant [ integer YAF_ERR_TYPE_ERROR ] { 521 } +    Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } +    Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } +    Constant [ int YAF_ERR_DISPATCH_FAILED ] { 514 } +    Constant [ int YAF_ERR_AUTOLOAD_FAILED ] { 520 } +    Constant [ int YAF_ERR_NOTFOUND_MODULE ] { 515 } +    Constant [ int YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } +    Constant [ int YAF_ERR_NOTFOUND_ACTION ] { 517 } +    Constant [ int YAF_ERR_NOTFOUND_VIEW ] { 518 } +    Constant [ int YAF_ERR_CALL_FAILED ] { 519 } +    Constant [ int YAF_ERR_TYPE_ERROR ] { 521 }    }    - Classes [38] { diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index bee0334..7787004 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-yaf  # -# Copyright (c) 2012-2018 Remi Collet +# Copyright (c) 2012-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -26,7 +26,7 @@  Summary:       Yet Another Framework  Name:          %{?sub_prefix}php-pecl-yaf -Version:       3.0.8 +Version:       3.0.9  %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 @@ -58,22 +58,18 @@ Provides:      %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{relea  %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff -Obsoletes:     php56u-pecl-%{pecl_name} <= %{version} -Obsoletes:     php56w-pecl-%{pecl_name} <= %{version} -Obsoletes:     php70u-pecl-%{pecl_name} <= %{version} -Obsoletes:     php70w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "7.1" -Obsoletes:     php71u-pecl-%{pecl_name} <= %{version} -Obsoletes:     php71w-pecl-%{pecl_name} <= %{version} -%endif  %if "%{php_version}" > "7.2"  Obsoletes:     php72u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name} <= %{version}  %endif  %if "%{php_version}" > "7.3" -Obsoletes:     php73u-pecl-%{pecl_name} <= %{version} +Obsoletes:      php73-pecl-%{pecl_name} <= %{version}  Obsoletes:     php73w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.4" +Obsoletes:      php74-pecl-%{pecl_name} <= %{version} +Obsoletes:     php74w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -226,6 +222,9 @@ fi  %changelog +* Thu Dec 19 2019 Remi Collet <remi@remirepo.net> - 3.0.9-1 +- update to 3.0.9 +  * Mon Dec 10 2018 Remi Collet <remi@remirepo.net> - 3.0.8-1  - update to 3.0.8  | 
