From f714354355d31674f5c5df23f8e9c258392676ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 11:35:04 +0100 Subject: PHP 7.1 mass rebuild part #1 --- php-pecl-v8js.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-v8js.spec b/php-pecl-v8js.spec index 8764bd2..1dd36cd 100644 --- a/php-pecl-v8js.spec +++ b/php-pecl-v8js.spec @@ -18,7 +18,7 @@ Summary: V8 Javascript Engine for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.3 -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 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -235,6 +235,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Dec 1 2016 Remi Collet - 1.3.3-2 +- rebuild with PHP 7.1.0 GA + * Fri Sep 23 2016 Remi Collet - 1.3.2-1 - update to 1.3.3, for PHP 7 - open https://github.com/phpv8/v8js/pull/266 libdir -- cgit