diff options
Diffstat (limited to 'php-pecl-v8.spec')
-rw-r--r-- | php-pecl-v8.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-pecl-v8.spec b/php-pecl-v8.spec index ffb9689..23fd08e 100644 --- a/php-pecl-v8.spec +++ b/php-pecl-v8.spec @@ -20,7 +20,7 @@ Summary: V8 JavaScript engine API for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.2 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -33,10 +33,8 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: %{?scl_prefix}php-devel > 7.1 BuildRequires: %{?scl_prefix}php-pear -# because of https://bugzilla.redhat.com/1378889 # upstream minimal 6.6.313 -BuildRequires: nodejs-devel -BuildRequires: nodejs(v8-abi) >= 6.6 +BuildRequires: v8-devel >= 6.6.313 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -243,6 +241,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ %changelog +* Wed Apr 24 2019 Remi Collet <remi@remirepo.net> - 2.1.0-5 +- switch back to v8-devel using compatibility package from nodejs + * Wed Apr 24 2019 Remi Collet <remi@remirepo.net> - 0.2.2-1 - initial package, version 0.2.2 (stable) - add hack to switch from v8-devel to nodejs-devel |