diff options
| -rw-r--r-- | REFLECTION | 10 | ||||
| -rw-r--r-- | php-pecl-v8js.spec | 15 | 
2 files changed, 14 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #156 v8js version 2.0.0 ] { +Extension [ <persistent> extension #157 v8js version 2.1.0 ] {    - INI {      Entry [ v8js.flags <ALL> ] @@ -19,10 +19,10 @@ Extension [ <persistent> extension #156 v8js version 2.0.0 ] {      Class [ <internal:v8js> class V8Js ] {        - Constants [4] { -        Constant [ string V8_VERSION ] { 5.2.258 } -        Constant [ integer FLAG_NONE ] { 1 } -        Constant [ integer FLAG_FORCE_ARRAY ] { 2 } -        Constant [ integer FLAG_PROPAGATE_PHP_EXCEPTIONS ] { 4 } +        Constant [ public string V8_VERSION ] { 6.2.91 } +        Constant [ public integer FLAG_NONE ] { 1 } +        Constant [ public integer FLAG_FORCE_ARRAY ] { 2 } +        Constant [ public integer FLAG_PROPAGATE_PHP_EXCEPTIONS ] { 4 }        }        - Static properties [0] { diff --git a/php-pecl-v8js.spec b/php-pecl-v8js.spec index 0dc66ba..5e96977 100644 --- a/php-pecl-v8js.spec +++ b/php-pecl-v8js.spec @@ -1,6 +1,6 @@  # spec file for php-pecl-v8js  # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -19,7 +19,7 @@  Summary:        V8 Javascript Engine for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        2.0.0 +Version:        2.1.0  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages @@ -37,10 +37,10 @@ Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api}  %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -Provides:       %{?scl_prefix}php-%{pecl_name}                             = %{version} -Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}                     = %{version} -Provides:       %{?scl_prefix}php-pecl(%{pecl_name})                       = %{version} -Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa}               = %{version} +Provides:       %{?scl_prefix}php-%{pecl_name}               = %{version} +Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version} +Provides:       %{?scl_prefix}php-pecl(%{pecl_name})         = %{version} +Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}  %if "%{?scl_prefix}" != "%{?sub_prefix}"  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{release}  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release} @@ -237,6 +237,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Mon Jan  8 2018 Remi Collet <remi@remirepo.net> - 2.1.0-1 +- Update to 2.1.0 +  * Mon Nov 27 2017 Remi Collet <remi@remirepo.net> - 2.0.0-1  - Update to 2.0.0  - add workaround for missing symlinks in v8-devel rhbz#1517657  | 
